cdk-lambda-subminute 2.0.431 → 2.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
 - package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
 - package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
 - package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
 - package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
 - package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
 - package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
 - package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
 - package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
 - package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
 - package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
 - package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
 - package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
 - package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
 - package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
 - package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
 - package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
 - package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
 - package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
 - package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -13,6 +13,32 @@ 
     | 
|
| 
       13 
13 
     | 
    
         
             
                "uid": "outposts-2019-12-03"
         
     | 
| 
       14 
14 
     | 
    
         
             
              },
         
     | 
| 
       15 
15 
     | 
    
         
             
              "operations": {
         
     | 
| 
      
 16 
     | 
    
         
            +
                "CancelCapacityTask": {
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 18 
     | 
    
         
            +
                    "requestUri": "/outposts/{OutpostId}/capacity/{CapacityTaskId}"
         
     | 
| 
      
 19 
     | 
    
         
            +
                  },
         
     | 
| 
      
 20 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 21 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 22 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 23 
     | 
    
         
            +
                      "CapacityTaskId",
         
     | 
| 
      
 24 
     | 
    
         
            +
                      "OutpostIdentifier"
         
     | 
| 
      
 25 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 26 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 27 
     | 
    
         
            +
                      "CapacityTaskId": {
         
     | 
| 
      
 28 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 29 
     | 
    
         
            +
                        "locationName": "CapacityTaskId"
         
     | 
| 
      
 30 
     | 
    
         
            +
                      },
         
     | 
| 
      
 31 
     | 
    
         
            +
                      "OutpostIdentifier": {
         
     | 
| 
      
 32 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 33 
     | 
    
         
            +
                        "locationName": "OutpostId"
         
     | 
| 
      
 34 
     | 
    
         
            +
                      }
         
     | 
| 
      
 35 
     | 
    
         
            +
                    }
         
     | 
| 
      
 36 
     | 
    
         
            +
                  },
         
     | 
| 
      
 37 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 38 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 39 
     | 
    
         
            +
                    "members": {}
         
     | 
| 
      
 40 
     | 
    
         
            +
                  }
         
     | 
| 
      
 41 
     | 
    
         
            +
                },
         
     | 
| 
       16 
42 
     | 
    
         
             
                "CancelOrder": {
         
     | 
| 
       17 
43 
     | 
    
         
             
                  "http": {
         
     | 
| 
       18 
44 
     | 
    
         
             
                    "requestUri": "/orders/{OrderId}/cancel"
         
     | 
| 
         @@ -67,7 +93,7 @@ 
     | 
|
| 
       67 
93 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       68 
94 
     | 
    
         
             
                    "members": {
         
     | 
| 
       69 
95 
     | 
    
         
             
                      "Order": {
         
     | 
| 
       70 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 96 
     | 
    
         
            +
                        "shape": "Sg"
         
     | 
| 
       71 
97 
     | 
    
         
             
                      }
         
     | 
| 
       72 
98 
     | 
    
         
             
                    }
         
     | 
| 
       73 
99 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -89,7 +115,7 @@ 
     | 
|
| 
       89 
115 
     | 
    
         
             
                      "AvailabilityZone": {},
         
     | 
| 
       90 
116 
     | 
    
         
             
                      "AvailabilityZoneId": {},
         
     | 
| 
       91 
117 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       92 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 118 
     | 
    
         
            +
                        "shape": "S13"
         
     | 
| 
       93 
119 
     | 
    
         
             
                      },
         
     | 
| 
       94 
120 
     | 
    
         
             
                      "SupportedHardwareType": {}
         
     | 
| 
       95 
121 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -98,7 +124,7 @@ 
     | 
|
| 
       98 
124 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       99 
125 
     | 
    
         
             
                    "members": {
         
     | 
| 
       100 
126 
     | 
    
         
             
                      "Outpost": {
         
     | 
| 
       101 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 127 
     | 
    
         
            +
                        "shape": "S18"
         
     | 
| 
       102 
128 
     | 
    
         
             
                      }
         
     | 
| 
       103 
129 
     | 
    
         
             
                    }
         
     | 
| 
       104 
130 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -117,16 +143,16 @@ 
     | 
|
| 
       117 
143 
     | 
    
         
             
                      "Description": {},
         
     | 
| 
       118 
144 
     | 
    
         
             
                      "Notes": {},
         
     | 
| 
       119 
145 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       120 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 146 
     | 
    
         
            +
                        "shape": "S13"
         
     | 
| 
       121 
147 
     | 
    
         
             
                      },
         
     | 
| 
       122 
148 
     | 
    
         
             
                      "OperatingAddress": {
         
     | 
| 
       123 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 149 
     | 
    
         
            +
                        "shape": "S1i"
         
     | 
| 
       124 
150 
     | 
    
         
             
                      },
         
     | 
| 
       125 
151 
     | 
    
         
             
                      "ShippingAddress": {
         
     | 
| 
       126 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 152 
     | 
    
         
            +
                        "shape": "S1i"
         
     | 
| 
       127 
153 
     | 
    
         
             
                      },
         
     | 
| 
       128 
154 
     | 
    
         
             
                      "RackPhysicalProperties": {
         
     | 
| 
       129 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 155 
     | 
    
         
            +
                        "shape": "S1u"
         
     | 
| 
       130 
156 
     | 
    
         
             
                      }
         
     | 
| 
       131 
157 
     | 
    
         
             
                    }
         
     | 
| 
       132 
158 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -134,7 +160,7 @@ 
     | 
|
| 
       134 
160 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       135 
161 
     | 
    
         
             
                    "members": {
         
     | 
| 
       136 
162 
     | 
    
         
             
                      "Site": {
         
     | 
| 
       137 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 163 
     | 
    
         
            +
                        "shape": "S25"
         
     | 
| 
       138 
164 
     | 
    
         
             
                      }
         
     | 
| 
       139 
165 
     | 
    
         
             
                    }
         
     | 
| 
       140 
166 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -183,6 +209,56 @@ 
     | 
|
| 
       183 
209 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       184 
210 
     | 
    
         
             
                  }
         
     | 
| 
       185 
211 
     | 
    
         
             
                },
         
     | 
| 
      
 212 
     | 
    
         
            +
                "GetCapacityTask": {
         
     | 
| 
      
 213 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 214 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 215 
     | 
    
         
            +
                    "requestUri": "/outposts/{OutpostId}/capacity/{CapacityTaskId}"
         
     | 
| 
      
 216 
     | 
    
         
            +
                  },
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 218 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 219 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 220 
     | 
    
         
            +
                      "CapacityTaskId",
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "OutpostIdentifier"
         
     | 
| 
      
 222 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 223 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "CapacityTaskId": {
         
     | 
| 
      
 225 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 226 
     | 
    
         
            +
                        "locationName": "CapacityTaskId"
         
     | 
| 
      
 227 
     | 
    
         
            +
                      },
         
     | 
| 
      
 228 
     | 
    
         
            +
                      "OutpostIdentifier": {
         
     | 
| 
      
 229 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 230 
     | 
    
         
            +
                        "locationName": "OutpostId"
         
     | 
| 
      
 231 
     | 
    
         
            +
                      }
         
     | 
| 
      
 232 
     | 
    
         
            +
                    }
         
     | 
| 
      
 233 
     | 
    
         
            +
                  },
         
     | 
| 
      
 234 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 235 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 236 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 237 
     | 
    
         
            +
                      "CapacityTaskId": {},
         
     | 
| 
      
 238 
     | 
    
         
            +
                      "OutpostId": {},
         
     | 
| 
      
 239 
     | 
    
         
            +
                      "OrderId": {},
         
     | 
| 
      
 240 
     | 
    
         
            +
                      "RequestedInstancePools": {
         
     | 
| 
      
 241 
     | 
    
         
            +
                        "shape": "S2d"
         
     | 
| 
      
 242 
     | 
    
         
            +
                      },
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "DryRun": {
         
     | 
| 
      
 244 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 245 
     | 
    
         
            +
                      },
         
     | 
| 
      
 246 
     | 
    
         
            +
                      "CapacityTaskStatus": {},
         
     | 
| 
      
 247 
     | 
    
         
            +
                      "Failed": {
         
     | 
| 
      
 248 
     | 
    
         
            +
                        "shape": "S2j"
         
     | 
| 
      
 249 
     | 
    
         
            +
                      },
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "CreationDate": {
         
     | 
| 
      
 251 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
      
 252 
     | 
    
         
            +
                      },
         
     | 
| 
      
 253 
     | 
    
         
            +
                      "CompletionDate": {
         
     | 
| 
      
 254 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
      
 255 
     | 
    
         
            +
                      },
         
     | 
| 
      
 256 
     | 
    
         
            +
                      "LastModifiedDate": {
         
     | 
| 
      
 257 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
      
 258 
     | 
    
         
            +
                      }
         
     | 
| 
      
 259 
     | 
    
         
            +
                    }
         
     | 
| 
      
 260 
     | 
    
         
            +
                  }
         
     | 
| 
      
 261 
     | 
    
         
            +
                },
         
     | 
| 
       186 
262 
     | 
    
         
             
                "GetCatalogItem": {
         
     | 
| 
       187 
263 
     | 
    
         
             
                  "http": {
         
     | 
| 
       188 
264 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -204,7 +280,7 @@ 
     | 
|
| 
       204 
280 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       205 
281 
     | 
    
         
             
                    "members": {
         
     | 
| 
       206 
282 
     | 
    
         
             
                      "CatalogItem": {
         
     | 
| 
       207 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 283 
     | 
    
         
            +
                        "shape": "S2o"
         
     | 
| 
       208 
284 
     | 
    
         
             
                      }
         
     | 
| 
       209 
285 
     | 
    
         
             
                    }
         
     | 
| 
       210 
286 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -268,7 +344,7 @@ 
     | 
|
| 
       268 
344 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       269 
345 
     | 
    
         
             
                    "members": {
         
     | 
| 
       270 
346 
     | 
    
         
             
                      "Order": {
         
     | 
| 
       271 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 347 
     | 
    
         
            +
                        "shape": "Sg"
         
     | 
| 
       272 
348 
     | 
    
         
             
                      }
         
     | 
| 
       273 
349 
     | 
    
         
             
                    }
         
     | 
| 
       274 
350 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -294,7 +370,7 @@ 
     | 
|
| 
       294 
370 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       295 
371 
     | 
    
         
             
                    "members": {
         
     | 
| 
       296 
372 
     | 
    
         
             
                      "Outpost": {
         
     | 
| 
       297 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "shape": "S18"
         
     | 
| 
       298 
374 
     | 
    
         
             
                      }
         
     | 
| 
       299 
375 
     | 
    
         
             
                    }
         
     | 
| 
       300 
376 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -329,13 +405,7 @@ 
     | 
|
| 
       329 
405 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       330 
406 
     | 
    
         
             
                    "members": {
         
     | 
| 
       331 
407 
     | 
    
         
             
                      "InstanceTypes": {
         
     | 
| 
       332 
     | 
    
         
            -
                        " 
     | 
| 
       333 
     | 
    
         
            -
                        "member": {
         
     | 
| 
       334 
     | 
    
         
            -
                          "type": "structure",
         
     | 
| 
       335 
     | 
    
         
            -
                          "members": {
         
     | 
| 
       336 
     | 
    
         
            -
                            "InstanceType": {}
         
     | 
| 
       337 
     | 
    
         
            -
                          }
         
     | 
| 
       338 
     | 
    
         
            -
                        }
         
     | 
| 
      
 408 
     | 
    
         
            +
                        "shape": "S3h"
         
     | 
| 
       339 
409 
     | 
    
         
             
                      },
         
     | 
| 
       340 
410 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       341 
411 
     | 
    
         
             
                      "OutpostId": {},
         
     | 
| 
         @@ -343,6 +413,47 @@ 
     | 
|
| 
       343 
413 
     | 
    
         
             
                    }
         
     | 
| 
       344 
414 
     | 
    
         
             
                  }
         
     | 
| 
       345 
415 
     | 
    
         
             
                },
         
     | 
| 
      
 416 
     | 
    
         
            +
                "GetOutpostSupportedInstanceTypes": {
         
     | 
| 
      
 417 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 418 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 419 
     | 
    
         
            +
                    "requestUri": "/outposts/{OutpostId}/supportedInstanceTypes"
         
     | 
| 
      
 420 
     | 
    
         
            +
                  },
         
     | 
| 
      
 421 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 422 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 423 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 424 
     | 
    
         
            +
                      "OutpostIdentifier",
         
     | 
| 
      
 425 
     | 
    
         
            +
                      "OrderId"
         
     | 
| 
      
 426 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 427 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 428 
     | 
    
         
            +
                      "OutpostIdentifier": {
         
     | 
| 
      
 429 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 430 
     | 
    
         
            +
                        "locationName": "OutpostId"
         
     | 
| 
      
 431 
     | 
    
         
            +
                      },
         
     | 
| 
      
 432 
     | 
    
         
            +
                      "OrderId": {
         
     | 
| 
      
 433 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 434 
     | 
    
         
            +
                        "locationName": "OrderId"
         
     | 
| 
      
 435 
     | 
    
         
            +
                      },
         
     | 
| 
      
 436 
     | 
    
         
            +
                      "MaxResults": {
         
     | 
| 
      
 437 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 438 
     | 
    
         
            +
                        "locationName": "MaxResults",
         
     | 
| 
      
 439 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 440 
     | 
    
         
            +
                      },
         
     | 
| 
      
 441 
     | 
    
         
            +
                      "NextToken": {
         
     | 
| 
      
 442 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 443 
     | 
    
         
            +
                        "locationName": "NextToken"
         
     | 
| 
      
 444 
     | 
    
         
            +
                      }
         
     | 
| 
      
 445 
     | 
    
         
            +
                    }
         
     | 
| 
      
 446 
     | 
    
         
            +
                  },
         
     | 
| 
      
 447 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 448 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 449 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 450 
     | 
    
         
            +
                      "InstanceTypes": {
         
     | 
| 
      
 451 
     | 
    
         
            +
                        "shape": "S3h"
         
     | 
| 
      
 452 
     | 
    
         
            +
                      },
         
     | 
| 
      
 453 
     | 
    
         
            +
                      "NextToken": {}
         
     | 
| 
      
 454 
     | 
    
         
            +
                    }
         
     | 
| 
      
 455 
     | 
    
         
            +
                  }
         
     | 
| 
      
 456 
     | 
    
         
            +
                },
         
     | 
| 
       346 
457 
     | 
    
         
             
                "GetSite": {
         
     | 
| 
       347 
458 
     | 
    
         
             
                  "http": {
         
     | 
| 
       348 
459 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -364,7 +475,7 @@ 
     | 
|
| 
       364 
475 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       365 
476 
     | 
    
         
             
                    "members": {
         
     | 
| 
       366 
477 
     | 
    
         
             
                      "Site": {
         
     | 
| 
       367 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 478 
     | 
    
         
            +
                        "shape": "S25"
         
     | 
| 
       368 
479 
     | 
    
         
             
                      }
         
     | 
| 
       369 
480 
     | 
    
         
             
                    }
         
     | 
| 
       370 
481 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -397,7 +508,7 @@ 
     | 
|
| 
       397 
508 
     | 
    
         
             
                      "SiteId": {},
         
     | 
| 
       398 
509 
     | 
    
         
             
                      "AddressType": {},
         
     | 
| 
       399 
510 
     | 
    
         
             
                      "Address": {
         
     | 
| 
       400 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 511 
     | 
    
         
            +
                        "shape": "S1i"
         
     | 
| 
       401 
512 
     | 
    
         
             
                      }
         
     | 
| 
       402 
513 
     | 
    
         
             
                    }
         
     | 
| 
       403 
514 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -477,6 +588,63 @@ 
     | 
|
| 
       477 
588 
     | 
    
         
             
                    }
         
     | 
| 
       478 
589 
     | 
    
         
             
                  }
         
     | 
| 
       479 
590 
     | 
    
         
             
                },
         
     | 
| 
      
 591 
     | 
    
         
            +
                "ListCapacityTasks": {
         
     | 
| 
      
 592 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 593 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 594 
     | 
    
         
            +
                    "requestUri": "/capacity/tasks"
         
     | 
| 
      
 595 
     | 
    
         
            +
                  },
         
     | 
| 
      
 596 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 597 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 598 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 599 
     | 
    
         
            +
                      "OutpostIdentifierFilter": {
         
     | 
| 
      
 600 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 601 
     | 
    
         
            +
                        "locationName": "OutpostIdentifierFilter"
         
     | 
| 
      
 602 
     | 
    
         
            +
                      },
         
     | 
| 
      
 603 
     | 
    
         
            +
                      "MaxResults": {
         
     | 
| 
      
 604 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 605 
     | 
    
         
            +
                        "locationName": "MaxResults",
         
     | 
| 
      
 606 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 607 
     | 
    
         
            +
                      },
         
     | 
| 
      
 608 
     | 
    
         
            +
                      "NextToken": {
         
     | 
| 
      
 609 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 610 
     | 
    
         
            +
                        "locationName": "NextToken"
         
     | 
| 
      
 611 
     | 
    
         
            +
                      },
         
     | 
| 
      
 612 
     | 
    
         
            +
                      "CapacityTaskStatusFilter": {
         
     | 
| 
      
 613 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 614 
     | 
    
         
            +
                        "locationName": "CapacityTaskStatusFilter",
         
     | 
| 
      
 615 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 616 
     | 
    
         
            +
                        "member": {}
         
     | 
| 
      
 617 
     | 
    
         
            +
                      }
         
     | 
| 
      
 618 
     | 
    
         
            +
                    }
         
     | 
| 
      
 619 
     | 
    
         
            +
                  },
         
     | 
| 
      
 620 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 621 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 622 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 623 
     | 
    
         
            +
                      "CapacityTasks": {
         
     | 
| 
      
 624 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 625 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 626 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 627 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 628 
     | 
    
         
            +
                            "CapacityTaskId": {},
         
     | 
| 
      
 629 
     | 
    
         
            +
                            "OutpostId": {},
         
     | 
| 
      
 630 
     | 
    
         
            +
                            "OrderId": {},
         
     | 
| 
      
 631 
     | 
    
         
            +
                            "CapacityTaskStatus": {},
         
     | 
| 
      
 632 
     | 
    
         
            +
                            "CreationDate": {
         
     | 
| 
      
 633 
     | 
    
         
            +
                              "type": "timestamp"
         
     | 
| 
      
 634 
     | 
    
         
            +
                            },
         
     | 
| 
      
 635 
     | 
    
         
            +
                            "CompletionDate": {
         
     | 
| 
      
 636 
     | 
    
         
            +
                              "type": "timestamp"
         
     | 
| 
      
 637 
     | 
    
         
            +
                            },
         
     | 
| 
      
 638 
     | 
    
         
            +
                            "LastModifiedDate": {
         
     | 
| 
      
 639 
     | 
    
         
            +
                              "type": "timestamp"
         
     | 
| 
      
 640 
     | 
    
         
            +
                            }
         
     | 
| 
      
 641 
     | 
    
         
            +
                          }
         
     | 
| 
      
 642 
     | 
    
         
            +
                        }
         
     | 
| 
      
 643 
     | 
    
         
            +
                      },
         
     | 
| 
      
 644 
     | 
    
         
            +
                      "NextToken": {}
         
     | 
| 
      
 645 
     | 
    
         
            +
                    }
         
     | 
| 
      
 646 
     | 
    
         
            +
                  }
         
     | 
| 
      
 647 
     | 
    
         
            +
                },
         
     | 
| 
       480 
648 
     | 
    
         
             
                "ListCatalogItems": {
         
     | 
| 
       481 
649 
     | 
    
         
             
                  "http": {
         
     | 
| 
       482 
650 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -501,7 +669,7 @@ 
     | 
|
| 
       501 
669 
     | 
    
         
             
                        "member": {}
         
     | 
| 
       502 
670 
     | 
    
         
             
                      },
         
     | 
| 
       503 
671 
     | 
    
         
             
                      "SupportedStorageFilter": {
         
     | 
| 
       504 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 672 
     | 
    
         
            +
                        "shape": "S2z",
         
     | 
| 
       505 
673 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       506 
674 
     | 
    
         
             
                        "locationName": "SupportedStorageFilter"
         
     | 
| 
       507 
675 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -519,7 +687,7 @@ 
     | 
|
| 
       519 
687 
     | 
    
         
             
                      "CatalogItems": {
         
     | 
| 
       520 
688 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       521 
689 
     | 
    
         
             
                        "member": {
         
     | 
| 
       522 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 690 
     | 
    
         
            +
                          "shape": "S2o"
         
     | 
| 
       523 
691 
     | 
    
         
             
                        }
         
     | 
| 
       524 
692 
     | 
    
         
             
                      },
         
     | 
| 
       525 
693 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -624,7 +792,7 @@ 
     | 
|
| 
       624 
792 
     | 
    
         
             
                      "Outposts": {
         
     | 
| 
       625 
793 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       626 
794 
     | 
    
         
             
                        "member": {
         
     | 
| 
       627 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 795 
     | 
    
         
            +
                          "shape": "S18"
         
     | 
| 
       628 
796 
     | 
    
         
             
                        }
         
     | 
| 
       629 
797 
     | 
    
         
             
                      },
         
     | 
| 
       630 
798 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -674,7 +842,7 @@ 
     | 
|
| 
       674 
842 
     | 
    
         
             
                      "Sites": {
         
     | 
| 
       675 
843 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       676 
844 
     | 
    
         
             
                        "member": {
         
     | 
| 
       677 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 845 
     | 
    
         
            +
                          "shape": "S25"
         
     | 
| 
       678 
846 
     | 
    
         
             
                        }
         
     | 
| 
       679 
847 
     | 
    
         
             
                      },
         
     | 
| 
       680 
848 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -702,7 +870,60 @@ 
     | 
|
| 
       702 
870 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       703 
871 
     | 
    
         
             
                    "members": {
         
     | 
| 
       704 
872 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       705 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 873 
     | 
    
         
            +
                        "shape": "S13"
         
     | 
| 
      
 874 
     | 
    
         
            +
                      }
         
     | 
| 
      
 875 
     | 
    
         
            +
                    }
         
     | 
| 
      
 876 
     | 
    
         
            +
                  }
         
     | 
| 
      
 877 
     | 
    
         
            +
                },
         
     | 
| 
      
 878 
     | 
    
         
            +
                "StartCapacityTask": {
         
     | 
| 
      
 879 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 880 
     | 
    
         
            +
                    "requestUri": "/outposts/{OutpostId}/capacity"
         
     | 
| 
      
 881 
     | 
    
         
            +
                  },
         
     | 
| 
      
 882 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 883 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 884 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 885 
     | 
    
         
            +
                      "OutpostIdentifier",
         
     | 
| 
      
 886 
     | 
    
         
            +
                      "OrderId",
         
     | 
| 
      
 887 
     | 
    
         
            +
                      "InstancePools"
         
     | 
| 
      
 888 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 889 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 890 
     | 
    
         
            +
                      "OutpostIdentifier": {
         
     | 
| 
      
 891 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 892 
     | 
    
         
            +
                        "locationName": "OutpostId"
         
     | 
| 
      
 893 
     | 
    
         
            +
                      },
         
     | 
| 
      
 894 
     | 
    
         
            +
                      "OrderId": {},
         
     | 
| 
      
 895 
     | 
    
         
            +
                      "InstancePools": {
         
     | 
| 
      
 896 
     | 
    
         
            +
                        "shape": "S2d"
         
     | 
| 
      
 897 
     | 
    
         
            +
                      },
         
     | 
| 
      
 898 
     | 
    
         
            +
                      "DryRun": {
         
     | 
| 
      
 899 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 900 
     | 
    
         
            +
                      }
         
     | 
| 
      
 901 
     | 
    
         
            +
                    }
         
     | 
| 
      
 902 
     | 
    
         
            +
                  },
         
     | 
| 
      
 903 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 904 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 905 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 906 
     | 
    
         
            +
                      "CapacityTaskId": {},
         
     | 
| 
      
 907 
     | 
    
         
            +
                      "OutpostId": {},
         
     | 
| 
      
 908 
     | 
    
         
            +
                      "OrderId": {},
         
     | 
| 
      
 909 
     | 
    
         
            +
                      "RequestedInstancePools": {
         
     | 
| 
      
 910 
     | 
    
         
            +
                        "shape": "S2d"
         
     | 
| 
      
 911 
     | 
    
         
            +
                      },
         
     | 
| 
      
 912 
     | 
    
         
            +
                      "DryRun": {
         
     | 
| 
      
 913 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 914 
     | 
    
         
            +
                      },
         
     | 
| 
      
 915 
     | 
    
         
            +
                      "CapacityTaskStatus": {},
         
     | 
| 
      
 916 
     | 
    
         
            +
                      "Failed": {
         
     | 
| 
      
 917 
     | 
    
         
            +
                        "shape": "S2j"
         
     | 
| 
      
 918 
     | 
    
         
            +
                      },
         
     | 
| 
      
 919 
     | 
    
         
            +
                      "CreationDate": {
         
     | 
| 
      
 920 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
      
 921 
     | 
    
         
            +
                      },
         
     | 
| 
      
 922 
     | 
    
         
            +
                      "CompletionDate": {
         
     | 
| 
      
 923 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
      
 924 
     | 
    
         
            +
                      },
         
     | 
| 
      
 925 
     | 
    
         
            +
                      "LastModifiedDate": {
         
     | 
| 
      
 926 
     | 
    
         
            +
                        "type": "timestamp"
         
     | 
| 
       706 
927 
     | 
    
         
             
                      }
         
     | 
| 
       707 
928 
     | 
    
         
             
                    }
         
     | 
| 
       708 
929 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -751,7 +972,7 @@ 
     | 
|
| 
       751 
972 
     | 
    
         
             
                        "locationName": "ResourceArn"
         
     | 
| 
       752 
973 
     | 
    
         
             
                      },
         
     | 
| 
       753 
974 
     | 
    
         
             
                      "Tags": {
         
     | 
| 
       754 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 975 
     | 
    
         
            +
                        "shape": "S13"
         
     | 
| 
       755 
976 
     | 
    
         
             
                      }
         
     | 
| 
       756 
977 
     | 
    
         
             
                    }
         
     | 
| 
       757 
978 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -813,7 +1034,7 @@ 
     | 
|
| 
       813 
1034 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       814 
1035 
     | 
    
         
             
                    "members": {
         
     | 
| 
       815 
1036 
     | 
    
         
             
                      "Outpost": {
         
     | 
| 
       816 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1037 
     | 
    
         
            +
                        "shape": "S18"
         
     | 
| 
       817 
1038 
     | 
    
         
             
                      }
         
     | 
| 
       818 
1039 
     | 
    
         
             
                    }
         
     | 
| 
       819 
1040 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -842,7 +1063,7 @@ 
     | 
|
| 
       842 
1063 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       843 
1064 
     | 
    
         
             
                    "members": {
         
     | 
| 
       844 
1065 
     | 
    
         
             
                      "Site": {
         
     | 
| 
       845 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1066 
     | 
    
         
            +
                        "shape": "S25"
         
     | 
| 
       846 
1067 
     | 
    
         
             
                      }
         
     | 
| 
       847 
1068 
     | 
    
         
             
                    }
         
     | 
| 
       848 
1069 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -866,7 +1087,7 @@ 
     | 
|
| 
       866 
1087 
     | 
    
         
             
                      },
         
     | 
| 
       867 
1088 
     | 
    
         
             
                      "AddressType": {},
         
     | 
| 
       868 
1089 
     | 
    
         
             
                      "Address": {
         
     | 
| 
       869 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1090 
     | 
    
         
            +
                        "shape": "S1i"
         
     | 
| 
       870 
1091 
     | 
    
         
             
                      }
         
     | 
| 
       871 
1092 
     | 
    
         
             
                    }
         
     | 
| 
       872 
1093 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -875,7 +1096,7 @@ 
     | 
|
| 
       875 
1096 
     | 
    
         
             
                    "members": {
         
     | 
| 
       876 
1097 
     | 
    
         
             
                      "AddressType": {},
         
     | 
| 
       877 
1098 
     | 
    
         
             
                      "Address": {
         
     | 
| 
       878 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1099 
     | 
    
         
            +
                        "shape": "S1i"
         
     | 
| 
       879 
1100 
     | 
    
         
             
                      }
         
     | 
| 
       880 
1101 
     | 
    
         
             
                    }
         
     | 
| 
       881 
1102 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -910,14 +1131,14 @@ 
     | 
|
| 
       910 
1131 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       911 
1132 
     | 
    
         
             
                    "members": {
         
     | 
| 
       912 
1133 
     | 
    
         
             
                      "Site": {
         
     | 
| 
       913 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1134 
     | 
    
         
            +
                        "shape": "S25"
         
     | 
| 
       914 
1135 
     | 
    
         
             
                      }
         
     | 
| 
       915 
1136 
     | 
    
         
             
                    }
         
     | 
| 
       916 
1137 
     | 
    
         
             
                  }
         
     | 
| 
       917 
1138 
     | 
    
         
             
                }
         
     | 
| 
       918 
1139 
     | 
    
         
             
              },
         
     | 
| 
       919 
1140 
     | 
    
         
             
              "shapes": {
         
     | 
| 
       920 
     | 
    
         
            -
                " 
     | 
| 
      
 1141 
     | 
    
         
            +
                "Sg": {
         
     | 
| 
       921 
1142 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       922 
1143 
     | 
    
         
             
                  "members": {
         
     | 
| 
       923 
1144 
     | 
    
         
             
                    "OutpostId": {},
         
     | 
| 
         @@ -970,12 +1191,12 @@ 
     | 
|
| 
       970 
1191 
     | 
    
         
             
                    "OrderType": {}
         
     | 
| 
       971 
1192 
     | 
    
         
             
                  }
         
     | 
| 
       972 
1193 
     | 
    
         
             
                },
         
     | 
| 
       973 
     | 
    
         
            -
                " 
     | 
| 
      
 1194 
     | 
    
         
            +
                "S13": {
         
     | 
| 
       974 
1195 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       975 
1196 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       976 
1197 
     | 
    
         
             
                  "value": {}
         
     | 
| 
       977 
1198 
     | 
    
         
             
                },
         
     | 
| 
       978 
     | 
    
         
            -
                " 
     | 
| 
      
 1199 
     | 
    
         
            +
                "S18": {
         
     | 
| 
       979 
1200 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       980 
1201 
     | 
    
         
             
                  "members": {
         
     | 
| 
       981 
1202 
     | 
    
         
             
                    "OutpostId": {},
         
     | 
| 
         @@ -988,13 +1209,13 @@ 
     | 
|
| 
       988 
1209 
     | 
    
         
             
                    "AvailabilityZone": {},
         
     | 
| 
       989 
1210 
     | 
    
         
             
                    "AvailabilityZoneId": {},
         
     | 
| 
       990 
1211 
     | 
    
         
             
                    "Tags": {
         
     | 
| 
       991 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1212 
     | 
    
         
            +
                      "shape": "S13"
         
     | 
| 
       992 
1213 
     | 
    
         
             
                    },
         
     | 
| 
       993 
1214 
     | 
    
         
             
                    "SiteArn": {},
         
     | 
| 
       994 
1215 
     | 
    
         
             
                    "SupportedHardwareType": {}
         
     | 
| 
       995 
1216 
     | 
    
         
             
                  }
         
     | 
| 
       996 
1217 
     | 
    
         
             
                },
         
     | 
| 
       997 
     | 
    
         
            -
                " 
     | 
| 
      
 1218 
     | 
    
         
            +
                "S1i": {
         
     | 
| 
       998 
1219 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       999 
1220 
     | 
    
         
             
                  "required": [
         
     | 
| 
       1000 
1221 
     | 
    
         
             
                    "AddressLine1",
         
     | 
| 
         @@ -1017,7 +1238,7 @@ 
     | 
|
| 
       1017 
1238 
     | 
    
         
             
                    "Municipality": {}
         
     | 
| 
       1018 
1239 
     | 
    
         
             
                  }
         
     | 
| 
       1019 
1240 
     | 
    
         
             
                },
         
     | 
| 
       1020 
     | 
    
         
            -
                " 
     | 
| 
      
 1241 
     | 
    
         
            +
                "S1u": {
         
     | 
| 
       1021 
1242 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1022 
1243 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1023 
1244 
     | 
    
         
             
                    "PowerDrawKva": {},
         
     | 
| 
         @@ -1031,7 +1252,7 @@ 
     | 
|
| 
       1031 
1252 
     | 
    
         
             
                    "MaximumSupportedWeightLbs": {}
         
     | 
| 
       1032 
1253 
     | 
    
         
             
                  }
         
     | 
| 
       1033 
1254 
     | 
    
         
             
                },
         
     | 
| 
       1034 
     | 
    
         
            -
                " 
     | 
| 
      
 1255 
     | 
    
         
            +
                "S25": {
         
     | 
| 
       1035 
1256 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1036 
1257 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1037 
1258 
     | 
    
         
             
                    "SiteId": {},
         
     | 
| 
         @@ -1039,7 +1260,7 @@ 
     | 
|
| 
       1039 
1260 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
       1040 
1261 
     | 
    
         
             
                    "Description": {},
         
     | 
| 
       1041 
1262 
     | 
    
         
             
                    "Tags": {
         
     | 
| 
       1042 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1263 
     | 
    
         
            +
                      "shape": "S13"
         
     | 
| 
       1043 
1264 
     | 
    
         
             
                    },
         
     | 
| 
       1044 
1265 
     | 
    
         
             
                    "SiteArn": {},
         
     | 
| 
       1045 
1266 
     | 
    
         
             
                    "Notes": {},
         
     | 
| 
         @@ -1047,11 +1268,37 @@ 
     | 
|
| 
       1047 
1268 
     | 
    
         
             
                    "OperatingAddressStateOrRegion": {},
         
     | 
| 
       1048 
1269 
     | 
    
         
             
                    "OperatingAddressCity": {},
         
     | 
| 
       1049 
1270 
     | 
    
         
             
                    "RackPhysicalProperties": {
         
     | 
| 
       1050 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1271 
     | 
    
         
            +
                      "shape": "S1u"
         
     | 
| 
      
 1272 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1273 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1274 
     | 
    
         
            +
                },
         
     | 
| 
      
 1275 
     | 
    
         
            +
                "S2d": {
         
     | 
| 
      
 1276 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1277 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 1278 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1279 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 1280 
     | 
    
         
            +
                      "InstanceType",
         
     | 
| 
      
 1281 
     | 
    
         
            +
                      "Count"
         
     | 
| 
      
 1282 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 1283 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1284 
     | 
    
         
            +
                      "InstanceType": {},
         
     | 
| 
      
 1285 
     | 
    
         
            +
                      "Count": {
         
     | 
| 
      
 1286 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 1287 
     | 
    
         
            +
                      }
         
     | 
| 
       1051 
1288 
     | 
    
         
             
                    }
         
     | 
| 
       1052 
1289 
     | 
    
         
             
                  }
         
     | 
| 
       1053 
1290 
     | 
    
         
             
                },
         
     | 
| 
       1054 
     | 
    
         
            -
                " 
     | 
| 
      
 1291 
     | 
    
         
            +
                "S2j": {
         
     | 
| 
      
 1292 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 1293 
     | 
    
         
            +
                  "required": [
         
     | 
| 
      
 1294 
     | 
    
         
            +
                    "Reason"
         
     | 
| 
      
 1295 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1296 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 1297 
     | 
    
         
            +
                    "Reason": {},
         
     | 
| 
      
 1298 
     | 
    
         
            +
                    "Type": {}
         
     | 
| 
      
 1299 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1300 
     | 
    
         
            +
                },
         
     | 
| 
      
 1301 
     | 
    
         
            +
                "S2o": {
         
     | 
| 
       1055 
1302 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       1056 
1303 
     | 
    
         
             
                  "members": {
         
     | 
| 
       1057 
1304 
     | 
    
         
             
                    "CatalogItemId": {},
         
     | 
| 
         @@ -1080,13 +1327,22 @@ 
     | 
|
| 
       1080 
1327 
     | 
    
         
             
                      }
         
     | 
| 
       1081 
1328 
     | 
    
         
             
                    },
         
     | 
| 
       1082 
1329 
     | 
    
         
             
                    "SupportedStorage": {
         
     | 
| 
       1083 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 1330 
     | 
    
         
            +
                      "shape": "S2z"
         
     | 
| 
       1084 
1331 
     | 
    
         
             
                    }
         
     | 
| 
       1085 
1332 
     | 
    
         
             
                  }
         
     | 
| 
       1086 
1333 
     | 
    
         
             
                },
         
     | 
| 
       1087 
     | 
    
         
            -
                " 
     | 
| 
      
 1334 
     | 
    
         
            +
                "S2z": {
         
     | 
| 
       1088 
1335 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       1089 
1336 
     | 
    
         
             
                  "member": {}
         
     | 
| 
      
 1337 
     | 
    
         
            +
                },
         
     | 
| 
      
 1338 
     | 
    
         
            +
                "S3h": {
         
     | 
| 
      
 1339 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 1340 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 1341 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1342 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1343 
     | 
    
         
            +
                      "InstanceType": {}
         
     | 
| 
      
 1344 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1345 
     | 
    
         
            +
                  }
         
     | 
| 
       1090 
1346 
     | 
    
         
             
                }
         
     | 
| 
       1091 
1347 
     | 
    
         
             
              }
         
     | 
| 
       1092 
1348 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6,12 +6,24 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
                  "limit_key": "MaxResults",
         
     | 
| 
       7 
7 
     | 
    
         
             
                  "result_key": "InstanceTypes"
         
     | 
| 
       8 
8 
     | 
    
         
             
                },
         
     | 
| 
      
 9 
     | 
    
         
            +
                "GetOutpostSupportedInstanceTypes": {
         
     | 
| 
      
 10 
     | 
    
         
            +
                  "input_token": "NextToken",
         
     | 
| 
      
 11 
     | 
    
         
            +
                  "output_token": "NextToken",
         
     | 
| 
      
 12 
     | 
    
         
            +
                  "limit_key": "MaxResults",
         
     | 
| 
      
 13 
     | 
    
         
            +
                  "result_key": "InstanceTypes"
         
     | 
| 
      
 14 
     | 
    
         
            +
                },
         
     | 
| 
       9 
15 
     | 
    
         
             
                "ListAssets": {
         
     | 
| 
       10 
16 
     | 
    
         
             
                  "input_token": "NextToken",
         
     | 
| 
       11 
17 
     | 
    
         
             
                  "output_token": "NextToken",
         
     | 
| 
       12 
18 
     | 
    
         
             
                  "limit_key": "MaxResults",
         
     | 
| 
       13 
19 
     | 
    
         
             
                  "result_key": "Assets"
         
     | 
| 
       14 
20 
     | 
    
         
             
                },
         
     | 
| 
      
 21 
     | 
    
         
            +
                "ListCapacityTasks": {
         
     | 
| 
      
 22 
     | 
    
         
            +
                  "input_token": "NextToken",
         
     | 
| 
      
 23 
     | 
    
         
            +
                  "output_token": "NextToken",
         
     | 
| 
      
 24 
     | 
    
         
            +
                  "limit_key": "MaxResults",
         
     | 
| 
      
 25 
     | 
    
         
            +
                  "result_key": "CapacityTasks"
         
     | 
| 
      
 26 
     | 
    
         
            +
                },
         
     | 
| 
       15 
27 
     | 
    
         
             
                "ListCatalogItems": {
         
     | 
| 
       16 
28 
     | 
    
         
             
                  "input_token": "NextToken",
         
     | 
| 
       17 
29 
     | 
    
         
             
                  "output_token": "NextToken",
         
     |