File tree Expand file tree Collapse file tree 7 files changed +37
-3
lines changed Expand file tree Collapse file tree 7 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 11{
22    "variables" : {
3-         "${LATEST}" : " 3.334.4 " 
3+         "${LATEST}" : " 3.334.6 " 
44    },
55    "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json"  ,
66    "services" : {
Original file line number Diff line number Diff line change 22
33## NOT RELEASED  
44
5+ ### Added  
6+ 
7+ -  AWS api-change: TODO
8+ 
59## 2.6.0  
610
711### Added  
Original file line number Diff line number Diff line change 2828    },
2929    "extra" : {
3030        "branch-alias" : {
31-             "dev-master" : " 2.6 -dev" 
31+             "dev-master" : " 2.7 -dev" 
3232        }
3333    }
3434}
Original file line number Diff line number Diff line change @@ -208,6 +208,14 @@ protected function getEndpointMetadata(?string $region): array
208208                    'signService '  => 'codebuild ' ,
209209                    'signVersions '  => ['v4 ' ],
210210                ];
211+             case  'us-iso-east-1 ' :
212+             case  'us-iso-west-1 ' :
213+                 return  [
214+                     'endpoint '  => "https://codebuild. $ region.c2s.ic.gov " ,
215+                     'signRegion '  => $ region ,
216+                     'signService '  => 'codebuild ' ,
217+                     'signVersions '  => ['v4 ' ],
218+                 ];
211219        }
212220
213221        return  [
Original file line number Diff line number Diff line change 22
33## NOT RELEASED  
44
5+ ### Added  
6+ 
7+ -  AWS api-change: TODO
8+ 
59## 1.1.4  
610
711### Changed  
Original file line number Diff line number Diff line change 2929    },
3030    "extra" : {
3131        "branch-alias" : {
32-             "dev-master" : " 1.1 -dev" 
32+             "dev-master" : " 1.2 -dev" 
3333        }
3434    }
3535}
Original file line number Diff line number Diff line change @@ -368,6 +368,24 @@ protected function getEndpointMetadata(?string $region): array
368368            $ region  = Configuration::DEFAULT_REGION ;
369369        }
370370
371+         switch  ($ region ) {
372+             case  'us-iso-east-1 ' :
373+             case  'us-iso-west-1 ' :
374+                 return  [
375+                     'endpoint '  => "https://scheduler. $ region.c2s.ic.gov " ,
376+                     'signRegion '  => $ region ,
377+                     'signService '  => 'scheduler ' ,
378+                     'signVersions '  => ['v4 ' ],
379+                 ];
380+             case  'us-isob-east-1 ' :
381+                 return  [
382+                     'endpoint '  => 'https://scheduler.us-isob-east-1.sc2s.sgov.gov ' ,
383+                     'signRegion '  => 'us-isob-east-1 ' ,
384+                     'signService '  => 'scheduler ' ,
385+                     'signVersions '  => ['v4 ' ],
386+                 ];
387+         }
388+ 
371389        return  [
372390            'endpoint '  => "https://scheduler. $ region.amazonaws.com " ,
373391            'signRegion '  => $ region ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments