cdk-lambda-subminute 2.0.408 → 2.0.409
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/ec2-2016-11-15.min.json +305 -258
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +128 -34
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +51 -51
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +323 -262
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
| @@ -12362,6 +12362,53 @@ | |
| 12362 12362 | 
             
                    }
         | 
| 12363 12363 | 
             
                  }
         | 
| 12364 12364 | 
             
                },
         | 
| 12365 | 
            +
                "DescribeMacHosts": {
         | 
| 12366 | 
            +
                  "input": {
         | 
| 12367 | 
            +
                    "type": "structure",
         | 
| 12368 | 
            +
                    "members": {
         | 
| 12369 | 
            +
                      "Filters": {
         | 
| 12370 | 
            +
                        "shape": "S10d",
         | 
| 12371 | 
            +
                        "locationName": "Filter"
         | 
| 12372 | 
            +
                      },
         | 
| 12373 | 
            +
                      "HostIds": {
         | 
| 12374 | 
            +
                        "shape": "S17g",
         | 
| 12375 | 
            +
                        "locationName": "HostId"
         | 
| 12376 | 
            +
                      },
         | 
| 12377 | 
            +
                      "MaxResults": {
         | 
| 12378 | 
            +
                        "type": "integer"
         | 
| 12379 | 
            +
                      },
         | 
| 12380 | 
            +
                      "NextToken": {}
         | 
| 12381 | 
            +
                    }
         | 
| 12382 | 
            +
                  },
         | 
| 12383 | 
            +
                  "output": {
         | 
| 12384 | 
            +
                    "type": "structure",
         | 
| 12385 | 
            +
                    "members": {
         | 
| 12386 | 
            +
                      "MacHosts": {
         | 
| 12387 | 
            +
                        "locationName": "macHostSet",
         | 
| 12388 | 
            +
                        "type": "list",
         | 
| 12389 | 
            +
                        "member": {
         | 
| 12390 | 
            +
                          "locationName": "item",
         | 
| 12391 | 
            +
                          "type": "structure",
         | 
| 12392 | 
            +
                          "members": {
         | 
| 12393 | 
            +
                            "HostId": {
         | 
| 12394 | 
            +
                              "locationName": "hostId"
         | 
| 12395 | 
            +
                            },
         | 
| 12396 | 
            +
                            "MacOSLatestSupportedVersions": {
         | 
| 12397 | 
            +
                              "locationName": "macOSLatestSupportedVersionSet",
         | 
| 12398 | 
            +
                              "type": "list",
         | 
| 12399 | 
            +
                              "member": {
         | 
| 12400 | 
            +
                                "locationName": "item"
         | 
| 12401 | 
            +
                              }
         | 
| 12402 | 
            +
                            }
         | 
| 12403 | 
            +
                          }
         | 
| 12404 | 
            +
                        }
         | 
| 12405 | 
            +
                      },
         | 
| 12406 | 
            +
                      "NextToken": {
         | 
| 12407 | 
            +
                        "locationName": "nextToken"
         | 
| 12408 | 
            +
                      }
         | 
| 12409 | 
            +
                    }
         | 
| 12410 | 
            +
                  }
         | 
| 12411 | 
            +
                },
         | 
| 12365 12412 | 
             
                "DescribeManagedPrefixLists": {
         | 
| 12366 12413 | 
             
                  "input": {
         | 
| 12367 12414 | 
             
                    "type": "structure",
         | 
| @@ -12570,7 +12617,7 @@ | |
| 12570 12617 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysisSet",
         | 
| 12571 12618 | 
             
                        "type": "list",
         | 
| 12572 12619 | 
             
                        "member": {
         | 
| 12573 | 
            -
                          "shape": " | 
| 12620 | 
            +
                          "shape": "S1ip",
         | 
| 12574 12621 | 
             
                          "locationName": "item"
         | 
| 12575 12622 | 
             
                        }
         | 
| 12576 12623 | 
             
                      },
         | 
| @@ -12659,7 +12706,7 @@ | |
| 12659 12706 | 
             
                        "locationName": "networkInsightsAnalysisSet",
         | 
| 12660 12707 | 
             
                        "type": "list",
         | 
| 12661 12708 | 
             
                        "member": {
         | 
| 12662 | 
            -
                          "shape": " | 
| 12709 | 
            +
                          "shape": "S1j0",
         | 
| 12663 12710 | 
             
                          "locationName": "item"
         | 
| 12664 12711 | 
             
                        }
         | 
| 12665 12712 | 
             
                      },
         | 
| @@ -13012,7 +13059,7 @@ | |
| 13012 13059 | 
             
                              "locationName": "poolAddressRangeSet",
         | 
| 13013 13060 | 
             
                              "type": "list",
         | 
| 13014 13061 | 
             
                              "member": {
         | 
| 13015 | 
            -
                                "shape": " | 
| 13062 | 
            +
                                "shape": "S1l3",
         | 
| 13016 13063 | 
             
                                "locationName": "item"
         | 
| 13017 13064 | 
             
                              }
         | 
| 13018 13065 | 
             
                            },
         | 
| @@ -13140,7 +13187,7 @@ | |
| 13140 13187 | 
             
                      },
         | 
| 13141 13188 | 
             
                      "OfferingClass": {},
         | 
| 13142 13189 | 
             
                      "ReservedInstancesIds": {
         | 
| 13143 | 
            -
                        "shape": " | 
| 13190 | 
            +
                        "shape": "S1lg",
         | 
| 13144 13191 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 13145 13192 | 
             
                      },
         | 
| 13146 13193 | 
             
                      "DryRun": {
         | 
| @@ -13214,7 +13261,7 @@ | |
| 13214 13261 | 
             
                              "locationName": "offeringType"
         | 
| 13215 13262 | 
             
                            },
         | 
| 13216 13263 | 
             
                            "RecurringCharges": {
         | 
| 13217 | 
            -
                              "shape": " | 
| 13264 | 
            +
                              "shape": "S1lo",
         | 
| 13218 13265 | 
             
                              "locationName": "recurringCharges"
         | 
| 13219 13266 | 
             
                            },
         | 
| 13220 13267 | 
             
                            "Scope": {
         | 
| @@ -13311,7 +13358,7 @@ | |
| 13311 13358 | 
             
                                    "locationName": "reservedInstancesId"
         | 
| 13312 13359 | 
             
                                  },
         | 
| 13313 13360 | 
             
                                  "TargetConfiguration": {
         | 
| 13314 | 
            -
                                    "shape": " | 
| 13361 | 
            +
                                    "shape": "S1m2",
         | 
| 13315 13362 | 
             
                                    "locationName": "targetConfiguration"
         | 
| 13316 13363 | 
             
                                  }
         | 
| 13317 13364 | 
             
                                }
         | 
| @@ -13466,7 +13513,7 @@ | |
| 13466 13513 | 
             
                              }
         | 
| 13467 13514 | 
             
                            },
         | 
| 13468 13515 | 
             
                            "RecurringCharges": {
         | 
| 13469 | 
            -
                              "shape": " | 
| 13516 | 
            +
                              "shape": "S1lo",
         | 
| 13470 13517 | 
             
                              "locationName": "recurringCharges"
         | 
| 13471 13518 | 
             
                            },
         | 
| 13472 13519 | 
             
                            "Scope": {
         | 
| @@ -13634,7 +13681,7 @@ | |
| 13634 13681 | 
             
                              "locationName": "purchaseToken"
         | 
| 13635 13682 | 
             
                            },
         | 
| 13636 13683 | 
             
                            "Recurrence": {
         | 
| 13637 | 
            -
                              "shape": " | 
| 13684 | 
            +
                              "shape": "S1mp",
         | 
| 13638 13685 | 
             
                              "locationName": "recurrence"
         | 
| 13639 13686 | 
             
                            },
         | 
| 13640 13687 | 
             
                            "SlotDurationInHours": {
         | 
| @@ -13696,7 +13743,7 @@ | |
| 13696 13743 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 13697 13744 | 
             
                        "type": "list",
         | 
| 13698 13745 | 
             
                        "member": {
         | 
| 13699 | 
            -
                          "shape": " | 
| 13746 | 
            +
                          "shape": "S1mx",
         | 
| 13700 13747 | 
             
                          "locationName": "item"
         | 
| 13701 13748 | 
             
                        }
         | 
| 13702 13749 | 
             
                      }
         | 
| @@ -13758,7 +13805,7 @@ | |
| 13758 13805 | 
             
                        "locationName": "Filter"
         | 
| 13759 13806 | 
             
                      },
         | 
| 13760 13807 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 13761 | 
            -
                        "shape": " | 
| 13808 | 
            +
                        "shape": "S1n4",
         | 
| 13762 13809 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 13763 13810 | 
             
                      },
         | 
| 13764 13811 | 
             
                      "DryRun": {
         | 
| @@ -13796,7 +13843,7 @@ | |
| 13796 13843 | 
             
                        "locationName": "GroupId"
         | 
| 13797 13844 | 
             
                      },
         | 
| 13798 13845 | 
             
                      "GroupNames": {
         | 
| 13799 | 
            -
                        "shape": " | 
| 13846 | 
            +
                        "shape": "S1n8",
         | 
| 13800 13847 | 
             
                        "locationName": "GroupName"
         | 
| 13801 13848 | 
             
                      },
         | 
| 13802 13849 | 
             
                      "DryRun": {
         | 
| @@ -13875,7 +13922,7 @@ | |
| 13875 13922 | 
             
                    "type": "structure",
         | 
| 13876 13923 | 
             
                    "members": {
         | 
| 13877 13924 | 
             
                      "CreateVolumePermissions": {
         | 
| 13878 | 
            -
                        "shape": " | 
| 13925 | 
            +
                        "shape": "S1ng",
         | 
| 13879 13926 | 
             
                        "locationName": "createVolumePermission"
         | 
| 13880 13927 | 
             
                      },
         | 
| 13881 13928 | 
             
                      "ProductCodes": {
         | 
| @@ -14186,7 +14233,7 @@ | |
| 14186 14233 | 
             
                              "type": "timestamp"
         | 
| 14187 14234 | 
             
                            },
         | 
| 14188 14235 | 
             
                            "SpotFleetRequestConfig": {
         | 
| 14189 | 
            -
                              "shape": " | 
| 14236 | 
            +
                              "shape": "S1o8",
         | 
| 14190 14237 | 
             
                              "locationName": "spotFleetRequestConfig"
         | 
| 14191 14238 | 
             
                            },
         | 
| 14192 14239 | 
             
                            "SpotFleetRequestId": {
         | 
| @@ -14231,7 +14278,7 @@ | |
| 14231 14278 | 
             
                    "type": "structure",
         | 
| 14232 14279 | 
             
                    "members": {
         | 
| 14233 14280 | 
             
                      "SpotInstanceRequests": {
         | 
| 14234 | 
            -
                        "shape": " | 
| 14281 | 
            +
                        "shape": "S1p0",
         | 
| 14235 14282 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 14236 14283 | 
             
                      },
         | 
| 14237 14284 | 
             
                      "NextToken": {
         | 
| @@ -14357,11 +14404,11 @@ | |
| 14357 14404 | 
             
                              "locationName": "groupName"
         | 
| 14358 14405 | 
             
                            },
         | 
| 14359 14406 | 
             
                            "StaleIpPermissions": {
         | 
| 14360 | 
            -
                              "shape": " | 
| 14407 | 
            +
                              "shape": "S1pi",
         | 
| 14361 14408 | 
             
                              "locationName": "staleIpPermissions"
         | 
| 14362 14409 | 
             
                            },
         | 
| 14363 14410 | 
             
                            "StaleIpPermissionsEgress": {
         | 
| 14364 | 
            -
                              "shape": " | 
| 14411 | 
            +
                              "shape": "S1pi",
         | 
| 14365 14412 | 
             
                              "locationName": "staleIpPermissionsEgress"
         | 
| 14366 14413 | 
             
                            },
         | 
| 14367 14414 | 
             
                            "VpcId": {
         | 
| @@ -14661,7 +14708,7 @@ | |
| 14661 14708 | 
             
                    "type": "structure",
         | 
| 14662 14709 | 
             
                    "members": {
         | 
| 14663 14710 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 14664 | 
            -
                        "shape": " | 
| 14711 | 
            +
                        "shape": "S1qg"
         | 
| 14665 14712 | 
             
                      },
         | 
| 14666 14713 | 
             
                      "Filters": {
         | 
| 14667 14714 | 
             
                        "shape": "S10d",
         | 
| @@ -14781,7 +14828,7 @@ | |
| 14781 14828 | 
             
                    "type": "structure",
         | 
| 14782 14829 | 
             
                    "members": {
         | 
| 14783 14830 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 14784 | 
            -
                        "shape": " | 
| 14831 | 
            +
                        "shape": "S1qg"
         | 
| 14785 14832 | 
             
                      },
         | 
| 14786 14833 | 
             
                      "Filters": {
         | 
| 14787 14834 | 
             
                        "shape": "S10d",
         | 
| @@ -14858,7 +14905,7 @@ | |
| 14858 14905 | 
             
                    "type": "structure",
         | 
| 14859 14906 | 
             
                    "members": {
         | 
| 14860 14907 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 14861 | 
            -
                        "shape": " | 
| 14908 | 
            +
                        "shape": "S1qg"
         | 
| 14862 14909 | 
             
                      },
         | 
| 14863 14910 | 
             
                      "Filters": {
         | 
| 14864 14911 | 
             
                        "shape": "S10d",
         | 
| @@ -15015,7 +15062,7 @@ | |
| 15015 15062 | 
             
                    "type": "structure",
         | 
| 15016 15063 | 
             
                    "members": {
         | 
| 15017 15064 | 
             
                      "TransitGatewayAttachmentIds": {
         | 
| 15018 | 
            -
                        "shape": " | 
| 15065 | 
            +
                        "shape": "S1qg"
         | 
| 15019 15066 | 
             
                      },
         | 
| 15020 15067 | 
             
                      "Filters": {
         | 
| 15021 15068 | 
             
                        "shape": "S10d",
         | 
| @@ -15218,7 +15265,7 @@ | |
| 15218 15265 | 
             
                    "type": "structure",
         | 
| 15219 15266 | 
             
                    "members": {
         | 
| 15220 15267 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 15221 | 
            -
                        "shape": " | 
| 15268 | 
            +
                        "shape": "S1rz",
         | 
| 15222 15269 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 15223 15270 | 
             
                      },
         | 
| 15224 15271 | 
             
                      "MaxResults": {
         | 
| @@ -15241,7 +15288,7 @@ | |
| 15241 15288 | 
             
                        "locationName": "loggingConfigurationSet",
         | 
| 15242 15289 | 
             
                        "type": "list",
         | 
| 15243 15290 | 
             
                        "member": {
         | 
| 15244 | 
            -
                          "shape": " | 
| 15291 | 
            +
                          "shape": "S1s3",
         | 
| 15245 15292 | 
             
                          "locationName": "item"
         | 
| 15246 15293 | 
             
                        }
         | 
| 15247 15294 | 
             
                      },
         | 
| @@ -15256,7 +15303,7 @@ | |
| 15256 15303 | 
             
                    "type": "structure",
         | 
| 15257 15304 | 
             
                    "members": {
         | 
| 15258 15305 | 
             
                      "VerifiedAccessInstanceIds": {
         | 
| 15259 | 
            -
                        "shape": " | 
| 15306 | 
            +
                        "shape": "S1rz",
         | 
| 15260 15307 | 
             
                        "locationName": "VerifiedAccessInstanceId"
         | 
| 15261 15308 | 
             
                      },
         | 
| 15262 15309 | 
             
                      "MaxResults": {
         | 
| @@ -15576,7 +15623,7 @@ | |
| 15576 15623 | 
             
                        "locationName": "volumeModificationSet",
         | 
| 15577 15624 | 
             
                        "type": "list",
         | 
| 15578 15625 | 
             
                        "member": {
         | 
| 15579 | 
            -
                          "shape": " | 
| 15626 | 
            +
                          "shape": "S1t7",
         | 
| 15580 15627 | 
             
                          "locationName": "item"
         | 
| 15581 15628 | 
             
                        }
         | 
| 15582 15629 | 
             
                      },
         | 
| @@ -15636,7 +15683,7 @@ | |
| 15636 15683 | 
             
                        "type": "boolean"
         | 
| 15637 15684 | 
             
                      },
         | 
| 15638 15685 | 
             
                      "VpcIds": {
         | 
| 15639 | 
            -
                        "shape": " | 
| 15686 | 
            +
                        "shape": "S1td",
         | 
| 15640 15687 | 
             
                        "locationName": "VpcId"
         | 
| 15641 15688 | 
             
                      }
         | 
| 15642 15689 | 
             
                    }
         | 
| @@ -15680,7 +15727,7 @@ | |
| 15680 15727 | 
             
                        "locationName": "nextToken"
         | 
| 15681 15728 | 
             
                      },
         | 
| 15682 15729 | 
             
                      "VpcIds": {
         | 
| 15683 | 
            -
                        "shape": " | 
| 15730 | 
            +
                        "shape": "S1td"
         | 
| 15684 15731 | 
             
                      }
         | 
| 15685 15732 | 
             
                    }
         | 
| 15686 15733 | 
             
                  },
         | 
| @@ -16483,7 +16530,7 @@ | |
| 16483 16530 | 
             
                    ],
         | 
| 16484 16531 | 
             
                    "members": {
         | 
| 16485 16532 | 
             
                      "AvailabilityZones": {
         | 
| 16486 | 
            -
                        "shape": " | 
| 16533 | 
            +
                        "shape": "S1vd",
         | 
| 16487 16534 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 16488 16535 | 
             
                      },
         | 
| 16489 16536 | 
             
                      "SourceSnapshotIds": {
         | 
| @@ -16730,7 +16777,7 @@ | |
| 16730 16777 | 
             
                    "type": "structure",
         | 
| 16731 16778 | 
             
                    "members": {
         | 
| 16732 16779 | 
             
                      "Propagation": {
         | 
| 16733 | 
            -
                        "shape": " | 
| 16780 | 
            +
                        "shape": "S1w2",
         | 
| 16734 16781 | 
             
                        "locationName": "propagation"
         | 
| 16735 16782 | 
             
                      }
         | 
| 16736 16783 | 
             
                    }
         | 
| @@ -17335,7 +17382,7 @@ | |
| 17335 17382 | 
             
                    ],
         | 
| 17336 17383 | 
             
                    "members": {
         | 
| 17337 17384 | 
             
                      "AvailabilityZones": {
         | 
| 17338 | 
            -
                        "shape": " | 
| 17385 | 
            +
                        "shape": "S1vd",
         | 
| 17339 17386 | 
             
                        "locationName": "AvailabilityZone"
         | 
| 17340 17387 | 
             
                      },
         | 
| 17341 17388 | 
             
                      "SourceSnapshotIds": {
         | 
| @@ -17613,7 +17660,7 @@ | |
| 17613 17660 | 
             
                    "type": "structure",
         | 
| 17614 17661 | 
             
                    "members": {
         | 
| 17615 17662 | 
             
                      "Propagation": {
         | 
| 17616 | 
            -
                        "shape": " | 
| 17663 | 
            +
                        "shape": "S1w2",
         | 
| 17617 17664 | 
             
                        "locationName": "propagation"
         | 
| 17618 17665 | 
             
                      }
         | 
| 17619 17666 | 
             
                    }
         | 
| @@ -18227,7 +18274,7 @@ | |
| 18227 18274 | 
             
                    "type": "structure",
         | 
| 18228 18275 | 
             
                    "members": {
         | 
| 18229 18276 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 18230 | 
            -
                        "shape": " | 
| 18277 | 
            +
                        "shape": "S1zk",
         | 
| 18231 18278 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 18232 18279 | 
             
                      }
         | 
| 18233 18280 | 
             
                    }
         | 
| @@ -18377,7 +18424,7 @@ | |
| 18377 18424 | 
             
                    ],
         | 
| 18378 18425 | 
             
                    "members": {
         | 
| 18379 18426 | 
             
                      "HostIdSet": {
         | 
| 18380 | 
            -
                        "shape": " | 
| 18427 | 
            +
                        "shape": "S201"
         | 
| 18381 18428 | 
             
                      },
         | 
| 18382 18429 | 
             
                      "OfferingId": {}
         | 
| 18383 18430 | 
             
                    }
         | 
| @@ -18389,7 +18436,7 @@ | |
| 18389 18436 | 
             
                        "locationName": "currencyCode"
         | 
| 18390 18437 | 
             
                      },
         | 
| 18391 18438 | 
             
                      "Purchase": {
         | 
| 18392 | 
            -
                        "shape": " | 
| 18439 | 
            +
                        "shape": "S203",
         | 
| 18393 18440 | 
             
                        "locationName": "purchase"
         | 
| 18394 18441 | 
             
                      },
         | 
| 18395 18442 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -18432,11 +18479,11 @@ | |
| 18432 18479 | 
             
                        "type": "boolean"
         | 
| 18433 18480 | 
             
                      },
         | 
| 18434 18481 | 
             
                      "ArchitectureTypes": {
         | 
| 18435 | 
            -
                        "shape": " | 
| 18482 | 
            +
                        "shape": "S208",
         | 
| 18436 18483 | 
             
                        "locationName": "ArchitectureType"
         | 
| 18437 18484 | 
             
                      },
         | 
| 18438 18485 | 
             
                      "VirtualizationTypes": {
         | 
| 18439 | 
            -
                        "shape": " | 
| 18486 | 
            +
                        "shape": "S209",
         | 
| 18440 18487 | 
             
                        "locationName": "VirtualizationType"
         | 
| 18441 18488 | 
             
                      },
         | 
| 18442 18489 | 
             
                      "InstanceRequirements": {
         | 
| @@ -18969,7 +19016,7 @@ | |
| 18969 19016 | 
             
                        "locationName": "ipamResourceCidrSet",
         | 
| 18970 19017 | 
             
                        "type": "list",
         | 
| 18971 19018 | 
             
                        "member": {
         | 
| 18972 | 
            -
                          "shape": " | 
| 19019 | 
            +
                          "shape": "S21l",
         | 
| 18973 19020 | 
             
                          "locationName": "item"
         | 
| 18974 19021 | 
             
                        }
         | 
| 18975 19022 | 
             
                      }
         | 
| @@ -19129,7 +19176,7 @@ | |
| 19129 19176 | 
             
                              "locationName": "findingId"
         | 
| 19130 19177 | 
             
                            },
         | 
| 19131 19178 | 
             
                            "FindingComponents": {
         | 
| 19132 | 
            -
                              "shape": " | 
| 19179 | 
            +
                              "shape": "S1j2",
         | 
| 19133 19180 | 
             
                              "locationName": "findingComponentSet"
         | 
| 19134 19181 | 
             
                            }
         | 
| 19135 19182 | 
             
                          }
         | 
| @@ -19234,7 +19281,7 @@ | |
| 19234 19281 | 
             
                        "locationName": "paymentDue"
         | 
| 19235 19282 | 
             
                      },
         | 
| 19236 19283 | 
             
                      "ReservedInstanceValueRollup": {
         | 
| 19237 | 
            -
                        "shape": " | 
| 19284 | 
            +
                        "shape": "S22a",
         | 
| 19238 19285 | 
             
                        "locationName": "reservedInstanceValueRollup"
         | 
| 19239 19286 | 
             
                      },
         | 
| 19240 19287 | 
             
                      "ReservedInstanceValueSet": {
         | 
| @@ -19245,7 +19292,7 @@ | |
| 19245 19292 | 
             
                          "type": "structure",
         | 
| 19246 19293 | 
             
                          "members": {
         | 
| 19247 19294 | 
             
                            "ReservationValue": {
         | 
| 19248 | 
            -
                              "shape": " | 
| 19295 | 
            +
                              "shape": "S22a",
         | 
| 19249 19296 | 
             
                              "locationName": "reservationValue"
         | 
| 19250 19297 | 
             
                            },
         | 
| 19251 19298 | 
             
                            "ReservedInstanceId": {
         | 
| @@ -19255,7 +19302,7 @@ | |
| 19255 19302 | 
             
                        }
         | 
| 19256 19303 | 
             
                      },
         | 
| 19257 19304 | 
             
                      "TargetConfigurationValueRollup": {
         | 
| 19258 | 
            -
                        "shape": " | 
| 19305 | 
            +
                        "shape": "S22a",
         | 
| 19259 19306 | 
             
                        "locationName": "targetConfigurationValueRollup"
         | 
| 19260 19307 | 
             
                      },
         | 
| 19261 19308 | 
             
                      "TargetConfigurationValueSet": {
         | 
| @@ -19266,7 +19313,7 @@ | |
| 19266 19313 | 
             
                          "type": "structure",
         | 
| 19267 19314 | 
             
                          "members": {
         | 
| 19268 19315 | 
             
                            "ReservationValue": {
         | 
| 19269 | 
            -
                              "shape": " | 
| 19316 | 
            +
                              "shape": "S22a",
         | 
| 19270 19317 | 
             
                              "locationName": "reservationValue"
         | 
| 19271 19318 | 
             
                            },
         | 
| 19272 19319 | 
             
                            "TargetConfiguration": {
         | 
| @@ -19415,11 +19462,11 @@ | |
| 19415 19462 | 
             
                        "type": "structure",
         | 
| 19416 19463 | 
             
                        "members": {
         | 
| 19417 19464 | 
             
                          "ArchitectureTypes": {
         | 
| 19418 | 
            -
                            "shape": " | 
| 19465 | 
            +
                            "shape": "S208",
         | 
| 19419 19466 | 
             
                            "locationName": "ArchitectureType"
         | 
| 19420 19467 | 
             
                          },
         | 
| 19421 19468 | 
             
                          "VirtualizationTypes": {
         | 
| 19422 | 
            -
                            "shape": " | 
| 19469 | 
            +
                            "shape": "S209",
         | 
| 19423 19470 | 
             
                            "locationName": "VirtualizationType"
         | 
| 19424 19471 | 
             
                          },
         | 
| 19425 19472 | 
             
                          "InstanceRequirements": {
         | 
| @@ -19490,11 +19537,11 @@ | |
| 19490 19537 | 
             
                    "type": "structure",
         | 
| 19491 19538 | 
             
                    "members": {
         | 
| 19492 19539 | 
             
                      "SubnetIpv4CidrReservations": {
         | 
| 19493 | 
            -
                        "shape": " | 
| 19540 | 
            +
                        "shape": "S231",
         | 
| 19494 19541 | 
             
                        "locationName": "subnetIpv4CidrReservationSet"
         | 
| 19495 19542 | 
             
                      },
         | 
| 19496 19543 | 
             
                      "SubnetIpv6CidrReservations": {
         | 
| 19497 | 
            -
                        "shape": " | 
| 19544 | 
            +
                        "shape": "S231",
         | 
| 19498 19545 | 
             
                        "locationName": "subnetIpv6CidrReservationSet"
         | 
| 19499 19546 | 
             
                      },
         | 
| 19500 19547 | 
             
                      "NextToken": {
         | 
| @@ -20071,7 +20118,7 @@ | |
| 20071 20118 | 
             
                    "members": {
         | 
| 20072 20119 | 
             
                      "Architecture": {},
         | 
| 20073 20120 | 
             
                      "ClientData": {
         | 
| 20074 | 
            -
                        "shape": " | 
| 20121 | 
            +
                        "shape": "S24d"
         | 
| 20075 20122 | 
             
                      },
         | 
| 20076 20123 | 
             
                      "ClientToken": {},
         | 
| 20077 20124 | 
             
                      "Description": {},
         | 
| @@ -20090,7 +20137,7 @@ | |
| 20090 20137 | 
             
                              "shape": "S18v"
         | 
| 20091 20138 | 
             
                            },
         | 
| 20092 20139 | 
             
                            "UserBucket": {
         | 
| 20093 | 
            -
                              "shape": " | 
| 20140 | 
            +
                              "shape": "S24g"
         | 
| 20094 20141 | 
             
                            }
         | 
| 20095 20142 | 
             
                          }
         | 
| 20096 20143 | 
             
                        }
         | 
| @@ -20200,10 +20247,10 @@ | |
| 20200 20247 | 
             
                          "members": {
         | 
| 20201 20248 | 
             
                            "Description": {},
         | 
| 20202 20249 | 
             
                            "Image": {
         | 
| 20203 | 
            -
                              "shape": " | 
| 20250 | 
            +
                              "shape": "S24n"
         | 
| 20204 20251 | 
             
                            },
         | 
| 20205 20252 | 
             
                            "Volume": {
         | 
| 20206 | 
            -
                              "shape": " | 
| 20253 | 
            +
                              "shape": "S24o"
         | 
| 20207 20254 | 
             
                            }
         | 
| 20208 20255 | 
             
                          }
         | 
| 20209 20256 | 
             
                        }
         | 
| @@ -20326,7 +20373,7 @@ | |
| 20326 20373 | 
             
                    "type": "structure",
         | 
| 20327 20374 | 
             
                    "members": {
         | 
| 20328 20375 | 
             
                      "ClientData": {
         | 
| 20329 | 
            -
                        "shape": " | 
| 20376 | 
            +
                        "shape": "S24d"
         | 
| 20330 20377 | 
             
                      },
         | 
| 20331 20378 | 
             
                      "ClientToken": {},
         | 
| 20332 20379 | 
             
                      "Description": {},
         | 
| @@ -20339,7 +20386,7 @@ | |
| 20339 20386 | 
             
                            "shape": "S18v"
         | 
| 20340 20387 | 
             
                          },
         | 
| 20341 20388 | 
             
                          "UserBucket": {
         | 
| 20342 | 
            -
                            "shape": " | 
| 20389 | 
            +
                            "shape": "S24g"
         | 
| 20343 20390 | 
             
                          }
         | 
| 20344 20391 | 
             
                        }
         | 
| 20345 20392 | 
             
                      },
         | 
| @@ -20397,11 +20444,11 @@ | |
| 20397 20444 | 
             
                        "type": "boolean"
         | 
| 20398 20445 | 
             
                      },
         | 
| 20399 20446 | 
             
                      "Image": {
         | 
| 20400 | 
            -
                        "shape": " | 
| 20447 | 
            +
                        "shape": "S24n",
         | 
| 20401 20448 | 
             
                        "locationName": "image"
         | 
| 20402 20449 | 
             
                      },
         | 
| 20403 20450 | 
             
                      "Volume": {
         | 
| 20404 | 
            -
                        "shape": " | 
| 20451 | 
            +
                        "shape": "S24o",
         | 
| 20405 20452 | 
             
                        "locationName": "volume"
         | 
| 20406 20453 | 
             
                      }
         | 
| 20407 20454 | 
             
                    }
         | 
| @@ -20776,7 +20823,7 @@ | |
| 20776 20823 | 
             
                    "type": "structure",
         | 
| 20777 20824 | 
             
                    "members": {
         | 
| 20778 20825 | 
             
                      "InstanceFamilyCreditSpecification": {
         | 
| 20779 | 
            -
                        "shape": " | 
| 20826 | 
            +
                        "shape": "S1zk",
         | 
| 20780 20827 | 
             
                        "locationName": "instanceFamilyCreditSpecification"
         | 
| 20781 20828 | 
             
                      }
         | 
| 20782 20829 | 
             
                    }
         | 
| @@ -20850,25 +20897,25 @@ | |
| 20850 20897 | 
             
                      "Attribute": {},
         | 
| 20851 20898 | 
             
                      "OperationType": {},
         | 
| 20852 20899 | 
             
                      "UserIds": {
         | 
| 20853 | 
            -
                        "shape": " | 
| 20900 | 
            +
                        "shape": "S25y",
         | 
| 20854 20901 | 
             
                        "locationName": "UserId"
         | 
| 20855 20902 | 
             
                      },
         | 
| 20856 20903 | 
             
                      "UserGroups": {
         | 
| 20857 | 
            -
                        "shape": " | 
| 20904 | 
            +
                        "shape": "S25z",
         | 
| 20858 20905 | 
             
                        "locationName": "UserGroup"
         | 
| 20859 20906 | 
             
                      },
         | 
| 20860 20907 | 
             
                      "ProductCodes": {
         | 
| 20861 | 
            -
                        "shape": " | 
| 20908 | 
            +
                        "shape": "S260",
         | 
| 20862 20909 | 
             
                        "locationName": "ProductCode"
         | 
| 20863 20910 | 
             
                      },
         | 
| 20864 20911 | 
             
                      "LoadPermission": {
         | 
| 20865 20912 | 
             
                        "type": "structure",
         | 
| 20866 20913 | 
             
                        "members": {
         | 
| 20867 20914 | 
             
                          "Add": {
         | 
| 20868 | 
            -
                            "shape": " | 
| 20915 | 
            +
                            "shape": "S262"
         | 
| 20869 20916 | 
             
                          },
         | 
| 20870 20917 | 
             
                          "Remove": {
         | 
| 20871 | 
            -
                            "shape": " | 
| 20918 | 
            +
                            "shape": "S262"
         | 
| 20872 20919 | 
             
                          }
         | 
| 20873 20920 | 
             
                        }
         | 
| 20874 20921 | 
             
                      },
         | 
| @@ -20914,7 +20961,7 @@ | |
| 20914 20961 | 
             
                        "locationName": "successful"
         | 
| 20915 20962 | 
             
                      },
         | 
| 20916 20963 | 
             
                      "Unsuccessful": {
         | 
| 20917 | 
            -
                        "shape": " | 
| 20964 | 
            +
                        "shape": "S267",
         | 
| 20918 20965 | 
             
                        "locationName": "unsuccessful"
         | 
| 20919 20966 | 
             
                      }
         | 
| 20920 20967 | 
             
                    }
         | 
| @@ -20982,15 +21029,15 @@ | |
| 20982 21029 | 
             
                      },
         | 
| 20983 21030 | 
             
                      "OperationType": {},
         | 
| 20984 21031 | 
             
                      "ProductCodes": {
         | 
| 20985 | 
            -
                        "shape": " | 
| 21032 | 
            +
                        "shape": "S260",
         | 
| 20986 21033 | 
             
                        "locationName": "ProductCode"
         | 
| 20987 21034 | 
             
                      },
         | 
| 20988 21035 | 
             
                      "UserGroups": {
         | 
| 20989 | 
            -
                        "shape": " | 
| 21036 | 
            +
                        "shape": "S25z",
         | 
| 20990 21037 | 
             
                        "locationName": "UserGroup"
         | 
| 20991 21038 | 
             
                      },
         | 
| 20992 21039 | 
             
                      "UserIds": {
         | 
| 20993 | 
            -
                        "shape": " | 
| 21040 | 
            +
                        "shape": "S25y",
         | 
| 20994 21041 | 
             
                        "locationName": "UserId"
         | 
| 20995 21042 | 
             
                      },
         | 
| 20996 21043 | 
             
                      "Value": {},
         | 
| @@ -21135,7 +21182,7 @@ | |
| 21135 21182 | 
             
                    "members": {
         | 
| 21136 21183 | 
             
                      "InstanceId": {},
         | 
| 21137 21184 | 
             
                      "CapacityReservationSpecification": {
         | 
| 21138 | 
            -
                        "shape": " | 
| 21185 | 
            +
                        "shape": "S26k"
         | 
| 21139 21186 | 
             
                      },
         | 
| 21140 21187 | 
             
                      "DryRun": {
         | 
| 21141 21188 | 
             
                        "type": "boolean"
         | 
| @@ -21395,7 +21442,7 @@ | |
| 21395 21442 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 21396 21443 | 
             
                      },
         | 
| 21397 21444 | 
             
                      "RemoveOperatingRegions": {
         | 
| 21398 | 
            -
                        "shape": " | 
| 21445 | 
            +
                        "shape": "S279",
         | 
| 21399 21446 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 21400 21447 | 
             
                      },
         | 
| 21401 21448 | 
             
                      "Tier": {}
         | 
| @@ -21486,7 +21533,7 @@ | |
| 21486 21533 | 
             
                    "type": "structure",
         | 
| 21487 21534 | 
             
                    "members": {
         | 
| 21488 21535 | 
             
                      "IpamResourceCidr": {
         | 
| 21489 | 
            -
                        "shape": " | 
| 21536 | 
            +
                        "shape": "S21l",
         | 
| 21490 21537 | 
             
                        "locationName": "ipamResourceCidr"
         | 
| 21491 21538 | 
             
                      }
         | 
| 21492 21539 | 
             
                    }
         | 
| @@ -21509,7 +21556,7 @@ | |
| 21509 21556 | 
             
                        "locationName": "AddOperatingRegion"
         | 
| 21510 21557 | 
             
                      },
         | 
| 21511 21558 | 
             
                      "RemoveOperatingRegions": {
         | 
| 21512 | 
            -
                        "shape": " | 
| 21559 | 
            +
                        "shape": "S279",
         | 
| 21513 21560 | 
             
                        "locationName": "RemoveOperatingRegion"
         | 
| 21514 21561 | 
             
                      }
         | 
| 21515 21562 | 
             
                    }
         | 
| @@ -21737,7 +21784,7 @@ | |
| 21737 21784 | 
             
                    ],
         | 
| 21738 21785 | 
             
                    "members": {
         | 
| 21739 21786 | 
             
                      "ReservedInstancesIds": {
         | 
| 21740 | 
            -
                        "shape": " | 
| 21787 | 
            +
                        "shape": "S1lg",
         | 
| 21741 21788 | 
             
                        "locationName": "ReservedInstancesId"
         | 
| 21742 21789 | 
             
                      },
         | 
| 21743 21790 | 
             
                      "ClientToken": {
         | 
| @@ -21747,7 +21794,7 @@ | |
| 21747 21794 | 
             
                        "locationName": "ReservedInstancesConfigurationSetItemType",
         | 
| 21748 21795 | 
             
                        "type": "list",
         | 
| 21749 21796 | 
             
                        "member": {
         | 
| 21750 | 
            -
                          "shape": " | 
| 21797 | 
            +
                          "shape": "S1m2",
         | 
| 21751 21798 | 
             
                          "locationName": "item"
         | 
| 21752 21799 | 
             
                        }
         | 
| 21753 21800 | 
             
                      }
         | 
| @@ -21829,21 +21876,21 @@ | |
| 21829 21876 | 
             
                        "type": "structure",
         | 
| 21830 21877 | 
             
                        "members": {
         | 
| 21831 21878 | 
             
                          "Add": {
         | 
| 21832 | 
            -
                            "shape": " | 
| 21879 | 
            +
                            "shape": "S1ng"
         | 
| 21833 21880 | 
             
                          },
         | 
| 21834 21881 | 
             
                          "Remove": {
         | 
| 21835 | 
            -
                            "shape": " | 
| 21882 | 
            +
                            "shape": "S1ng"
         | 
| 21836 21883 | 
             
                          }
         | 
| 21837 21884 | 
             
                        }
         | 
| 21838 21885 | 
             
                      },
         | 
| 21839 21886 | 
             
                      "GroupNames": {
         | 
| 21840 | 
            -
                        "shape": " | 
| 21887 | 
            +
                        "shape": "S1n8",
         | 
| 21841 21888 | 
             
                        "locationName": "UserGroup"
         | 
| 21842 21889 | 
             
                      },
         | 
| 21843 21890 | 
             
                      "OperationType": {},
         | 
| 21844 21891 | 
             
                      "SnapshotId": {},
         | 
| 21845 21892 | 
             
                      "UserIds": {
         | 
| 21846 | 
            -
                        "shape": " | 
| 21893 | 
            +
                        "shape": "S25y",
         | 
| 21847 21894 | 
             
                        "locationName": "UserId"
         | 
| 21848 21895 | 
             
                      },
         | 
| 21849 21896 | 
             
                      "DryRun": {
         | 
| @@ -21891,7 +21938,7 @@ | |
| 21891 21938 | 
             
                        "locationName": "excessCapacityTerminationPolicy"
         | 
| 21892 21939 | 
             
                      },
         | 
| 21893 21940 | 
             
                      "LaunchTemplateConfigs": {
         | 
| 21894 | 
            -
                        "shape": " | 
| 21941 | 
            +
                        "shape": "S1on",
         | 
| 21895 21942 | 
             
                        "locationName": "LaunchTemplateConfig"
         | 
| 21896 21943 | 
             
                      },
         | 
| 21897 21944 | 
             
                      "SpotFleetRequestId": {
         | 
| @@ -22441,7 +22488,7 @@ | |
| 22441 22488 | 
             
                    "type": "structure",
         | 
| 22442 22489 | 
             
                    "members": {
         | 
| 22443 22490 | 
             
                      "LoggingConfiguration": {
         | 
| 22444 | 
            -
                        "shape": " | 
| 22491 | 
            +
                        "shape": "S1s3",
         | 
| 22445 22492 | 
             
                        "locationName": "loggingConfiguration"
         | 
| 22446 22493 | 
             
                      }
         | 
| 22447 22494 | 
             
                    }
         | 
| @@ -22527,7 +22574,7 @@ | |
| 22527 22574 | 
             
                    "type": "structure",
         | 
| 22528 22575 | 
             
                    "members": {
         | 
| 22529 22576 | 
             
                      "VolumeModification": {
         | 
| 22530 | 
            -
                        "shape": " | 
| 22577 | 
            +
                        "shape": "S1t7",
         | 
| 22531 22578 | 
             
                        "locationName": "volumeModification"
         | 
| 22532 22579 | 
             
                      }
         | 
| 22533 22580 | 
             
                    }
         | 
| @@ -22800,13 +22847,13 @@ | |
| 22800 22847 | 
             
                    ],
         | 
| 22801 22848 | 
             
                    "members": {
         | 
| 22802 22849 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 22803 | 
            -
                        "shape": " | 
| 22850 | 
            +
                        "shape": "S29y"
         | 
| 22804 22851 | 
             
                      },
         | 
| 22805 22852 | 
             
                      "DryRun": {
         | 
| 22806 22853 | 
             
                        "type": "boolean"
         | 
| 22807 22854 | 
             
                      },
         | 
| 22808 22855 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 22809 | 
            -
                        "shape": " | 
| 22856 | 
            +
                        "shape": "S29y"
         | 
| 22810 22857 | 
             
                      },
         | 
| 22811 22858 | 
             
                      "VpcPeeringConnectionId": {}
         | 
| 22812 22859 | 
             
                    }
         | 
| @@ -22815,11 +22862,11 @@ | |
| 22815 22862 | 
             
                    "type": "structure",
         | 
| 22816 22863 | 
             
                    "members": {
         | 
| 22817 22864 | 
             
                      "AccepterPeeringConnectionOptions": {
         | 
| 22818 | 
            -
                        "shape": " | 
| 22865 | 
            +
                        "shape": "S2a0",
         | 
| 22819 22866 | 
             
                        "locationName": "accepterPeeringConnectionOptions"
         | 
| 22820 22867 | 
             
                      },
         | 
| 22821 22868 | 
             
                      "RequesterPeeringConnectionOptions": {
         | 
| 22822 | 
            -
                        "shape": " | 
| 22869 | 
            +
                        "shape": "S2a0",
         | 
| 22823 22870 | 
             
                        "locationName": "requesterPeeringConnectionOptions"
         | 
| 22824 22871 | 
             
                      }
         | 
| 22825 22872 | 
             
                    }
         | 
| @@ -23043,7 +23090,7 @@ | |
| 23043 23090 | 
             
                    "type": "structure",
         | 
| 23044 23091 | 
             
                    "members": {
         | 
| 23045 23092 | 
             
                      "InstanceMonitorings": {
         | 
| 23046 | 
            -
                        "shape": " | 
| 23093 | 
            +
                        "shape": "S2af",
         | 
| 23047 23094 | 
             
                        "locationName": "instancesSet"
         | 
| 23048 23095 | 
             
                      }
         | 
| 23049 23096 | 
             
                    }
         | 
| @@ -23250,7 +23297,7 @@ | |
| 23250 23297 | 
             
                        "locationName": "poolId"
         | 
| 23251 23298 | 
             
                      },
         | 
| 23252 23299 | 
             
                      "PoolAddressRange": {
         | 
| 23253 | 
            -
                        "shape": " | 
| 23300 | 
            +
                        "shape": "S1l3",
         | 
| 23254 23301 | 
             
                        "locationName": "poolAddressRange"
         | 
| 23255 23302 | 
             
                      }
         | 
| 23256 23303 | 
             
                    }
         | 
| @@ -23296,7 +23343,7 @@ | |
| 23296 23343 | 
             
                      "ClientToken": {},
         | 
| 23297 23344 | 
             
                      "CurrencyCode": {},
         | 
| 23298 23345 | 
             
                      "HostIdSet": {
         | 
| 23299 | 
            -
                        "shape": " | 
| 23346 | 
            +
                        "shape": "S201"
         | 
| 23300 23347 | 
             
                      },
         | 
| 23301 23348 | 
             
                      "LimitPrice": {},
         | 
| 23302 23349 | 
             
                      "OfferingId": {},
         | 
| @@ -23316,7 +23363,7 @@ | |
| 23316 23363 | 
             
                        "locationName": "currencyCode"
         | 
| 23317 23364 | 
             
                      },
         | 
| 23318 23365 | 
             
                      "Purchase": {
         | 
| 23319 | 
            -
                        "shape": " | 
| 23366 | 
            +
                        "shape": "S203",
         | 
| 23320 23367 | 
             
                        "locationName": "purchase"
         | 
| 23321 23368 | 
             
                      },
         | 
| 23322 23369 | 
             
                      "TotalHourlyPrice": {
         | 
| @@ -23411,7 +23458,7 @@ | |
| 23411 23458 | 
             
                        "locationName": "scheduledInstanceSet",
         | 
| 23412 23459 | 
             
                        "type": "list",
         | 
| 23413 23460 | 
             
                        "member": {
         | 
| 23414 | 
            -
                          "shape": " | 
| 23461 | 
            +
                          "shape": "S1mx",
         | 
| 23415 23462 | 
             
                          "locationName": "item"
         | 
| 23416 23463 | 
             
                        }
         | 
| 23417 23464 | 
             
                      }
         | 
| @@ -23779,7 +23826,7 @@ | |
| 23779 23826 | 
             
                        "locationName": "successful"
         | 
| 23780 23827 | 
             
                      },
         | 
| 23781 23828 | 
             
                      "Unsuccessful": {
         | 
| 23782 | 
            -
                        "shape": " | 
| 23829 | 
            +
                        "shape": "S267",
         | 
| 23783 23830 | 
             
                        "locationName": "unsuccessful"
         | 
| 23784 23831 | 
             
                      }
         | 
| 23785 23832 | 
             
                    }
         | 
| @@ -24107,7 +24154,7 @@ | |
| 24107 24154 | 
             
                        "type": "boolean"
         | 
| 24108 24155 | 
             
                      },
         | 
| 24109 24156 | 
             
                      "SpotFleetRequestConfig": {
         | 
| 24110 | 
            -
                        "shape": " | 
| 24157 | 
            +
                        "shape": "S1o8",
         | 
| 24111 24158 | 
             
                        "locationName": "spotFleetRequestConfig"
         | 
| 24112 24159 | 
             
                      }
         | 
| 24113 24160 | 
             
                    }
         | 
| @@ -24191,15 +24238,15 @@ | |
| 24191 24238 | 
             
                            "locationName": "keyName"
         | 
| 24192 24239 | 
             
                          },
         | 
| 24193 24240 | 
             
                          "Monitoring": {
         | 
| 24194 | 
            -
                            "shape": " | 
| 24241 | 
            +
                            "shape": "S1p3",
         | 
| 24195 24242 | 
             
                            "locationName": "monitoring"
         | 
| 24196 24243 | 
             
                          },
         | 
| 24197 24244 | 
             
                          "NetworkInterfaces": {
         | 
| 24198 | 
            -
                            "shape": " | 
| 24245 | 
            +
                            "shape": "S1oi",
         | 
| 24199 24246 | 
             
                            "locationName": "NetworkInterface"
         | 
| 24200 24247 | 
             
                          },
         | 
| 24201 24248 | 
             
                          "Placement": {
         | 
| 24202 | 
            -
                            "shape": " | 
| 24249 | 
            +
                            "shape": "S1ok",
         | 
| 24203 24250 | 
             
                            "locationName": "placement"
         | 
| 24204 24251 | 
             
                          },
         | 
| 24205 24252 | 
             
                          "RamdiskId": {
         | 
| @@ -24239,7 +24286,7 @@ | |
| 24239 24286 | 
             
                    "type": "structure",
         | 
| 24240 24287 | 
             
                    "members": {
         | 
| 24241 24288 | 
             
                      "SpotInstanceRequests": {
         | 
| 24242 | 
            -
                        "shape": " | 
| 24289 | 
            +
                        "shape": "S1p0",
         | 
| 24243 24290 | 
             
                        "locationName": "spotInstanceRequestSet"
         | 
| 24244 24291 | 
             
                      }
         | 
| 24245 24292 | 
             
                    }
         | 
| @@ -24612,7 +24659,7 @@ | |
| 24612 24659 | 
             
                        "locationName": "ipPermissions"
         | 
| 24613 24660 | 
             
                      },
         | 
| 24614 24661 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 24615 | 
            -
                        "shape": " | 
| 24662 | 
            +
                        "shape": "S1n4",
         | 
| 24616 24663 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 24617 24664 | 
             
                      },
         | 
| 24618 24665 | 
             
                      "CidrIp": {
         | 
| @@ -24675,7 +24722,7 @@ | |
| 24675 24722 | 
             
                        "type": "boolean"
         | 
| 24676 24723 | 
             
                      },
         | 
| 24677 24724 | 
             
                      "SecurityGroupRuleIds": {
         | 
| 24678 | 
            -
                        "shape": " | 
| 24725 | 
            +
                        "shape": "S1n4",
         | 
| 24679 24726 | 
             
                        "locationName": "SecurityGroupRuleId"
         | 
| 24680 24727 | 
             
                      }
         | 
| 24681 24728 | 
             
                    }
         | 
| @@ -24724,7 +24771,7 @@ | |
| 24724 24771 | 
             
                        "type": "integer"
         | 
| 24725 24772 | 
             
                      },
         | 
| 24726 24773 | 
             
                      "Monitoring": {
         | 
| 24727 | 
            -
                        "shape": " | 
| 24774 | 
            +
                        "shape": "S1p3"
         | 
| 24728 24775 | 
             
                      },
         | 
| 24729 24776 | 
             
                      "Placement": {
         | 
| 24730 24777 | 
             
                        "shape": "Scr"
         | 
| @@ -24770,7 +24817,7 @@ | |
| 24770 24817 | 
             
                        "locationName": "instanceInitiatedShutdownBehavior"
         | 
| 24771 24818 | 
             
                      },
         | 
| 24772 24819 | 
             
                      "NetworkInterfaces": {
         | 
| 24773 | 
            -
                        "shape": " | 
| 24820 | 
            +
                        "shape": "S1oi",
         | 
| 24774 24821 | 
             
                        "locationName": "networkInterface"
         | 
| 24775 24822 | 
             
                      },
         | 
| 24776 24823 | 
             
                      "PrivateIpAddress": {
         | 
| @@ -24848,7 +24895,7 @@ | |
| 24848 24895 | 
             
                        }
         | 
| 24849 24896 | 
             
                      },
         | 
| 24850 24897 | 
             
                      "CapacityReservationSpecification": {
         | 
| 24851 | 
            -
                        "shape": " | 
| 24898 | 
            +
                        "shape": "S26k"
         | 
| 24852 24899 | 
             
                      },
         | 
| 24853 24900 | 
             
                      "HibernationOptions": {
         | 
| 24854 24901 | 
             
                        "type": "structure",
         | 
| @@ -25014,7 +25061,7 @@ | |
| 25014 25061 | 
             
                                  "type": "integer"
         | 
| 25015 25062 | 
             
                                },
         | 
| 25016 25063 | 
             
                                "Groups": {
         | 
| 25017 | 
            -
                                  "shape": " | 
| 25064 | 
            +
                                  "shape": "S2e9",
         | 
| 25018 25065 | 
             
                                  "locationName": "Group"
         | 
| 25019 25066 | 
             
                                },
         | 
| 25020 25067 | 
             
                                "Ipv6AddressCount": {
         | 
| @@ -25063,7 +25110,7 @@ | |
| 25063 25110 | 
             
                          },
         | 
| 25064 25111 | 
             
                          "RamdiskId": {},
         | 
| 25065 25112 | 
             
                          "SecurityGroupIds": {
         | 
| 25066 | 
            -
                            "shape": " | 
| 25113 | 
            +
                            "shape": "S2e9",
         | 
| 25067 25114 | 
             
                            "locationName": "SecurityGroupId"
         | 
| 25068 25115 | 
             
                          },
         | 
| 25069 25116 | 
             
                          "SubnetId": {},
         | 
| @@ -25277,7 +25324,7 @@ | |
| 25277 25324 | 
             
                    "type": "structure",
         | 
| 25278 25325 | 
             
                    "members": {
         | 
| 25279 25326 | 
             
                      "StartingInstances": {
         | 
| 25280 | 
            -
                        "shape": " | 
| 25327 | 
            +
                        "shape": "S2ex",
         | 
| 25281 25328 | 
             
                        "locationName": "instancesSet"
         | 
| 25282 25329 | 
             
                      }
         | 
| 25283 25330 | 
             
                    }
         | 
| @@ -25308,7 +25355,7 @@ | |
| 25308 25355 | 
             
                    "type": "structure",
         | 
| 25309 25356 | 
             
                    "members": {
         | 
| 25310 25357 | 
             
                      "NetworkInsightsAccessScopeAnalysis": {
         | 
| 25311 | 
            -
                        "shape": " | 
| 25358 | 
            +
                        "shape": "S1ip",
         | 
| 25312 25359 | 
             
                        "locationName": "networkInsightsAccessScopeAnalysis"
         | 
| 25313 25360 | 
             
                      }
         | 
| 25314 25361 | 
             
                    }
         | 
| @@ -25328,7 +25375,7 @@ | |
| 25328 25375 | 
             
                        "locationName": "AdditionalAccount"
         | 
| 25329 25376 | 
             
                      },
         | 
| 25330 25377 | 
             
                      "FilterInArns": {
         | 
| 25331 | 
            -
                        "shape": " | 
| 25378 | 
            +
                        "shape": "S1j1",
         | 
| 25332 25379 | 
             
                        "locationName": "FilterInArn"
         | 
| 25333 25380 | 
             
                      },
         | 
| 25334 25381 | 
             
                      "DryRun": {
         | 
| @@ -25347,7 +25394,7 @@ | |
| 25347 25394 | 
             
                    "type": "structure",
         | 
| 25348 25395 | 
             
                    "members": {
         | 
| 25349 25396 | 
             
                      "NetworkInsightsAnalysis": {
         | 
| 25350 | 
            -
                        "shape": " | 
| 25397 | 
            +
                        "shape": "S1j0",
         | 
| 25351 25398 | 
             
                        "locationName": "networkInsightsAnalysis"
         | 
| 25352 25399 | 
             
                      }
         | 
| 25353 25400 | 
             
                    }
         | 
| @@ -25404,7 +25451,7 @@ | |
| 25404 25451 | 
             
                    "type": "structure",
         | 
| 25405 25452 | 
             
                    "members": {
         | 
| 25406 25453 | 
             
                      "StoppingInstances": {
         | 
| 25407 | 
            -
                        "shape": " | 
| 25454 | 
            +
                        "shape": "S2ex",
         | 
| 25408 25455 | 
             
                        "locationName": "instancesSet"
         | 
| 25409 25456 | 
             
                      }
         | 
| 25410 25457 | 
             
                    }
         | 
| @@ -25479,7 +25526,7 @@ | |
| 25479 25526 | 
             
                    "type": "structure",
         | 
| 25480 25527 | 
             
                    "members": {
         | 
| 25481 25528 | 
             
                      "TerminatingInstances": {
         | 
| 25482 | 
            -
                        "shape": " | 
| 25529 | 
            +
                        "shape": "S2ex",
         | 
| 25483 25530 | 
             
                        "locationName": "instancesSet"
         | 
| 25484 25531 | 
             
                      }
         | 
| 25485 25532 | 
             
                    }
         | 
| @@ -25620,7 +25667,7 @@ | |
| 25620 25667 | 
             
                    "type": "structure",
         | 
| 25621 25668 | 
             
                    "members": {
         | 
| 25622 25669 | 
             
                      "InstanceMonitorings": {
         | 
| 25623 | 
            -
                        "shape": " | 
| 25670 | 
            +
                        "shape": "S2af",
         | 
| 25624 25671 | 
             
                        "locationName": "instancesSet"
         | 
| 25625 25672 | 
             
                      }
         | 
| 25626 25673 | 
             
                    }
         | 
| @@ -25639,7 +25686,7 @@ | |
| 25639 25686 | 
             
                        "shape": "S6x"
         | 
| 25640 25687 | 
             
                      },
         | 
| 25641 25688 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 25642 | 
            -
                        "shape": " | 
| 25689 | 
            +
                        "shape": "S2fn",
         | 
| 25643 25690 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 25644 25691 | 
             
                      }
         | 
| 25645 25692 | 
             
                    }
         | 
| @@ -25667,7 +25714,7 @@ | |
| 25667 25714 | 
             
                        "shape": "S6x"
         | 
| 25668 25715 | 
             
                      },
         | 
| 25669 25716 | 
             
                      "SecurityGroupRuleDescriptions": {
         | 
| 25670 | 
            -
                        "shape": " | 
| 25717 | 
            +
                        "shape": "S2fn",
         | 
| 25671 25718 | 
             
                        "locationName": "SecurityGroupRuleDescription"
         | 
| 25672 25719 | 
             
                      }
         | 
| 25673 25720 | 
             
                    }
         | 
| @@ -33756,7 +33803,7 @@ | |
| 33756 33803 | 
             
                    "locationName": "SnapshotId"
         | 
| 33757 33804 | 
             
                  }
         | 
| 33758 33805 | 
             
                },
         | 
| 33759 | 
            -
                " | 
| 33806 | 
            +
                "S1ip": {
         | 
| 33760 33807 | 
             
                  "type": "structure",
         | 
| 33761 33808 | 
             
                  "members": {
         | 
| 33762 33809 | 
             
                    "NetworkInsightsAccessScopeAnalysisId": {
         | 
| @@ -33798,7 +33845,7 @@ | |
| 33798 33845 | 
             
                    }
         | 
| 33799 33846 | 
             
                  }
         | 
| 33800 33847 | 
             
                },
         | 
| 33801 | 
            -
                " | 
| 33848 | 
            +
                "S1j0": {
         | 
| 33802 33849 | 
             
                  "type": "structure",
         | 
| 33803 33850 | 
             
                  "members": {
         | 
| 33804 33851 | 
             
                    "NetworkInsightsAnalysisId": {
         | 
| @@ -33815,7 +33862,7 @@ | |
| 33815 33862 | 
             
                      "locationName": "additionalAccountSet"
         | 
| 33816 33863 | 
             
                    },
         | 
| 33817 33864 | 
             
                    "FilterInArns": {
         | 
| 33818 | 
            -
                      "shape": " | 
| 33865 | 
            +
                      "shape": "S1j1",
         | 
| 33819 33866 | 
             
                      "locationName": "filterInArnSet"
         | 
| 33820 33867 | 
             
                    },
         | 
| 33821 33868 | 
             
                    "StartDate": {
         | 
| @@ -33836,15 +33883,15 @@ | |
| 33836 33883 | 
             
                      "type": "boolean"
         | 
| 33837 33884 | 
             
                    },
         | 
| 33838 33885 | 
             
                    "ForwardPathComponents": {
         | 
| 33839 | 
            -
                      "shape": " | 
| 33886 | 
            +
                      "shape": "S1j2",
         | 
| 33840 33887 | 
             
                      "locationName": "forwardPathComponentSet"
         | 
| 33841 33888 | 
             
                    },
         | 
| 33842 33889 | 
             
                    "ReturnPathComponents": {
         | 
| 33843 | 
            -
                      "shape": " | 
| 33890 | 
            +
                      "shape": "S1j2",
         | 
| 33844 33891 | 
             
                      "locationName": "returnPathComponentSet"
         | 
| 33845 33892 | 
             
                    },
         | 
| 33846 33893 | 
             
                    "Explanations": {
         | 
| 33847 | 
            -
                      "shape": " | 
| 33894 | 
            +
                      "shape": "S1jm",
         | 
| 33848 33895 | 
             
                      "locationName": "explanationSet"
         | 
| 33849 33896 | 
             
                    },
         | 
| 33850 33897 | 
             
                    "AlternatePathHints": {
         | 
| @@ -33873,13 +33920,13 @@ | |
| 33873 33920 | 
             
                    }
         | 
| 33874 33921 | 
             
                  }
         | 
| 33875 33922 | 
             
                },
         | 
| 33876 | 
            -
                " | 
| 33923 | 
            +
                "S1j1": {
         | 
| 33877 33924 | 
             
                  "type": "list",
         | 
| 33878 33925 | 
             
                  "member": {
         | 
| 33879 33926 | 
             
                    "locationName": "item"
         | 
| 33880 33927 | 
             
                  }
         | 
| 33881 33928 | 
             
                },
         | 
| 33882 | 
            -
                " | 
| 33929 | 
            +
                "S1j2": {
         | 
| 33883 33930 | 
             
                  "type": "list",
         | 
| 33884 33931 | 
             
                  "member": {
         | 
| 33885 33932 | 
             
                    "locationName": "item",
         | 
| @@ -33890,47 +33937,47 @@ | |
| 33890 33937 | 
             
                        "type": "integer"
         | 
| 33891 33938 | 
             
                      },
         | 
| 33892 33939 | 
             
                      "AclRule": {
         | 
| 33893 | 
            -
                        "shape": " | 
| 33940 | 
            +
                        "shape": "S1j4",
         | 
| 33894 33941 | 
             
                        "locationName": "aclRule"
         | 
| 33895 33942 | 
             
                      },
         | 
| 33896 33943 | 
             
                      "AttachedTo": {
         | 
| 33897 | 
            -
                        "shape": " | 
| 33944 | 
            +
                        "shape": "S1j5",
         | 
| 33898 33945 | 
             
                        "locationName": "attachedTo"
         | 
| 33899 33946 | 
             
                      },
         | 
| 33900 33947 | 
             
                      "Component": {
         | 
| 33901 | 
            -
                        "shape": " | 
| 33948 | 
            +
                        "shape": "S1j5",
         | 
| 33902 33949 | 
             
                        "locationName": "component"
         | 
| 33903 33950 | 
             
                      },
         | 
| 33904 33951 | 
             
                      "DestinationVpc": {
         | 
| 33905 | 
            -
                        "shape": " | 
| 33952 | 
            +
                        "shape": "S1j5",
         | 
| 33906 33953 | 
             
                        "locationName": "destinationVpc"
         | 
| 33907 33954 | 
             
                      },
         | 
| 33908 33955 | 
             
                      "OutboundHeader": {
         | 
| 33909 | 
            -
                        "shape": " | 
| 33956 | 
            +
                        "shape": "S1j6",
         | 
| 33910 33957 | 
             
                        "locationName": "outboundHeader"
         | 
| 33911 33958 | 
             
                      },
         | 
| 33912 33959 | 
             
                      "InboundHeader": {
         | 
| 33913 | 
            -
                        "shape": " | 
| 33960 | 
            +
                        "shape": "S1j6",
         | 
| 33914 33961 | 
             
                        "locationName": "inboundHeader"
         | 
| 33915 33962 | 
             
                      },
         | 
| 33916 33963 | 
             
                      "RouteTableRoute": {
         | 
| 33917 | 
            -
                        "shape": " | 
| 33964 | 
            +
                        "shape": "S1j9",
         | 
| 33918 33965 | 
             
                        "locationName": "routeTableRoute"
         | 
| 33919 33966 | 
             
                      },
         | 
| 33920 33967 | 
             
                      "SecurityGroupRule": {
         | 
| 33921 | 
            -
                        "shape": " | 
| 33968 | 
            +
                        "shape": "S1ja",
         | 
| 33922 33969 | 
             
                        "locationName": "securityGroupRule"
         | 
| 33923 33970 | 
             
                      },
         | 
| 33924 33971 | 
             
                      "SourceVpc": {
         | 
| 33925 | 
            -
                        "shape": " | 
| 33972 | 
            +
                        "shape": "S1j5",
         | 
| 33926 33973 | 
             
                        "locationName": "sourceVpc"
         | 
| 33927 33974 | 
             
                      },
         | 
| 33928 33975 | 
             
                      "Subnet": {
         | 
| 33929 | 
            -
                        "shape": " | 
| 33976 | 
            +
                        "shape": "S1j5",
         | 
| 33930 33977 | 
             
                        "locationName": "subnet"
         | 
| 33931 33978 | 
             
                      },
         | 
| 33932 33979 | 
             
                      "Vpc": {
         | 
| 33933 | 
            -
                        "shape": " | 
| 33980 | 
            +
                        "shape": "S1j5",
         | 
| 33934 33981 | 
             
                        "locationName": "vpc"
         | 
| 33935 33982 | 
             
                      },
         | 
| 33936 33983 | 
             
                      "AdditionalDetails": {
         | 
| @@ -33944,15 +33991,15 @@ | |
| 33944 33991 | 
             
                              "locationName": "additionalDetailType"
         | 
| 33945 33992 | 
             
                            },
         | 
| 33946 33993 | 
             
                            "Component": {
         | 
| 33947 | 
            -
                              "shape": " | 
| 33994 | 
            +
                              "shape": "S1j5",
         | 
| 33948 33995 | 
             
                              "locationName": "component"
         | 
| 33949 33996 | 
             
                            },
         | 
| 33950 33997 | 
             
                            "VpcEndpointService": {
         | 
| 33951 | 
            -
                              "shape": " | 
| 33998 | 
            +
                              "shape": "S1j5",
         | 
| 33952 33999 | 
             
                              "locationName": "vpcEndpointService"
         | 
| 33953 34000 | 
             
                            },
         | 
| 33954 34001 | 
             
                            "RuleOptions": {
         | 
| 33955 | 
            -
                              "shape": " | 
| 34002 | 
            +
                              "shape": "S1jd",
         | 
| 33956 34003 | 
             
                              "locationName": "ruleOptionSet"
         | 
| 33957 34004 | 
             
                            },
         | 
| 33958 34005 | 
             
                            "RuleGroupTypePairs": {
         | 
| @@ -33982,7 +34029,7 @@ | |
| 33982 34029 | 
             
                                    "locationName": "ruleGroupArn"
         | 
| 33983 34030 | 
             
                                  },
         | 
| 33984 34031 | 
             
                                  "RuleOptions": {
         | 
| 33985 | 
            -
                                    "shape": " | 
| 34032 | 
            +
                                    "shape": "S1jd",
         | 
| 33986 34033 | 
             
                                    "locationName": "ruleOptionSet"
         | 
| 33987 34034 | 
             
                                  }
         | 
| 33988 34035 | 
             
                                }
         | 
| @@ -33992,34 +34039,34 @@ | |
| 33992 34039 | 
             
                              "locationName": "serviceName"
         | 
| 33993 34040 | 
             
                            },
         | 
| 33994 34041 | 
             
                            "LoadBalancers": {
         | 
| 33995 | 
            -
                              "shape": " | 
| 34042 | 
            +
                              "shape": "S1jk",
         | 
| 33996 34043 | 
             
                              "locationName": "loadBalancerSet"
         | 
| 33997 34044 | 
             
                            }
         | 
| 33998 34045 | 
             
                          }
         | 
| 33999 34046 | 
             
                        }
         | 
| 34000 34047 | 
             
                      },
         | 
| 34001 34048 | 
             
                      "TransitGateway": {
         | 
| 34002 | 
            -
                        "shape": " | 
| 34049 | 
            +
                        "shape": "S1j5",
         | 
| 34003 34050 | 
             
                        "locationName": "transitGateway"
         | 
| 34004 34051 | 
             
                      },
         | 
| 34005 34052 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 34006 | 
            -
                        "shape": " | 
| 34053 | 
            +
                        "shape": "S1jl",
         | 
| 34007 34054 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 34008 34055 | 
             
                      },
         | 
| 34009 34056 | 
             
                      "Explanations": {
         | 
| 34010 | 
            -
                        "shape": " | 
| 34057 | 
            +
                        "shape": "S1jm",
         | 
| 34011 34058 | 
             
                        "locationName": "explanationSet"
         | 
| 34012 34059 | 
             
                      },
         | 
| 34013 34060 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 34014 | 
            -
                        "shape": " | 
| 34061 | 
            +
                        "shape": "S1j5",
         | 
| 34015 34062 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 34016 34063 | 
             
                      },
         | 
| 34017 34064 | 
             
                      "FirewallStatelessRule": {
         | 
| 34018 | 
            -
                        "shape": " | 
| 34065 | 
            +
                        "shape": "S1js",
         | 
| 34019 34066 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 34020 34067 | 
             
                      },
         | 
| 34021 34068 | 
             
                      "FirewallStatefulRule": {
         | 
| 34022 | 
            -
                        "shape": " | 
| 34069 | 
            +
                        "shape": "S1jw",
         | 
| 34023 34070 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 34024 34071 | 
             
                      },
         | 
| 34025 34072 | 
             
                      "ServiceName": {
         | 
| @@ -34028,7 +34075,7 @@ | |
| 34028 34075 | 
             
                    }
         | 
| 34029 34076 | 
             
                  }
         | 
| 34030 34077 | 
             
                },
         | 
| 34031 | 
            -
                " | 
| 34078 | 
            +
                "S1j4": {
         | 
| 34032 34079 | 
             
                  "type": "structure",
         | 
| 34033 34080 | 
             
                  "members": {
         | 
| 34034 34081 | 
             
                    "Cidr": {
         | 
| @@ -34054,7 +34101,7 @@ | |
| 34054 34101 | 
             
                    }
         | 
| 34055 34102 | 
             
                  }
         | 
| 34056 34103 | 
             
                },
         | 
| 34057 | 
            -
                " | 
| 34104 | 
            +
                "S1j5": {
         | 
| 34058 34105 | 
             
                  "type": "structure",
         | 
| 34059 34106 | 
             
                  "members": {
         | 
| 34060 34107 | 
             
                    "Id": {
         | 
| @@ -34068,44 +34115,44 @@ | |
| 34068 34115 | 
             
                    }
         | 
| 34069 34116 | 
             
                  }
         | 
| 34070 34117 | 
             
                },
         | 
| 34071 | 
            -
                " | 
| 34118 | 
            +
                "S1j6": {
         | 
| 34072 34119 | 
             
                  "type": "structure",
         | 
| 34073 34120 | 
             
                  "members": {
         | 
| 34074 34121 | 
             
                    "DestinationAddresses": {
         | 
| 34075 | 
            -
                      "shape": " | 
| 34122 | 
            +
                      "shape": "S1j7",
         | 
| 34076 34123 | 
             
                      "locationName": "destinationAddressSet"
         | 
| 34077 34124 | 
             
                    },
         | 
| 34078 34125 | 
             
                    "DestinationPortRanges": {
         | 
| 34079 | 
            -
                      "shape": " | 
| 34126 | 
            +
                      "shape": "S1j8",
         | 
| 34080 34127 | 
             
                      "locationName": "destinationPortRangeSet"
         | 
| 34081 34128 | 
             
                    },
         | 
| 34082 34129 | 
             
                    "Protocol": {
         | 
| 34083 34130 | 
             
                      "locationName": "protocol"
         | 
| 34084 34131 | 
             
                    },
         | 
| 34085 34132 | 
             
                    "SourceAddresses": {
         | 
| 34086 | 
            -
                      "shape": " | 
| 34133 | 
            +
                      "shape": "S1j7",
         | 
| 34087 34134 | 
             
                      "locationName": "sourceAddressSet"
         | 
| 34088 34135 | 
             
                    },
         | 
| 34089 34136 | 
             
                    "SourcePortRanges": {
         | 
| 34090 | 
            -
                      "shape": " | 
| 34137 | 
            +
                      "shape": "S1j8",
         | 
| 34091 34138 | 
             
                      "locationName": "sourcePortRangeSet"
         | 
| 34092 34139 | 
             
                    }
         | 
| 34093 34140 | 
             
                  }
         | 
| 34094 34141 | 
             
                },
         | 
| 34095 | 
            -
                " | 
| 34142 | 
            +
                "S1j7": {
         | 
| 34096 34143 | 
             
                  "type": "list",
         | 
| 34097 34144 | 
             
                  "member": {
         | 
| 34098 34145 | 
             
                    "locationName": "item"
         | 
| 34099 34146 | 
             
                  }
         | 
| 34100 34147 | 
             
                },
         | 
| 34101 | 
            -
                " | 
| 34148 | 
            +
                "S1j8": {
         | 
| 34102 34149 | 
             
                  "type": "list",
         | 
| 34103 34150 | 
             
                  "member": {
         | 
| 34104 34151 | 
             
                    "shape": "Skp",
         | 
| 34105 34152 | 
             
                    "locationName": "item"
         | 
| 34106 34153 | 
             
                  }
         | 
| 34107 34154 | 
             
                },
         | 
| 34108 | 
            -
                " | 
| 34155 | 
            +
                "S1j9": {
         | 
| 34109 34156 | 
             
                  "type": "structure",
         | 
| 34110 34157 | 
             
                  "members": {
         | 
| 34111 34158 | 
             
                    "DestinationCidr": {
         | 
| @@ -34152,7 +34199,7 @@ | |
| 34152 34199 | 
             
                    }
         | 
| 34153 34200 | 
             
                  }
         | 
| 34154 34201 | 
             
                },
         | 
| 34155 | 
            -
                " | 
| 34202 | 
            +
                "S1ja": {
         | 
| 34156 34203 | 
             
                  "type": "structure",
         | 
| 34157 34204 | 
             
                  "members": {
         | 
| 34158 34205 | 
             
                    "Cidr": {
         | 
| @@ -34176,7 +34223,7 @@ | |
| 34176 34223 | 
             
                    }
         | 
| 34177 34224 | 
             
                  }
         | 
| 34178 34225 | 
             
                },
         | 
| 34179 | 
            -
                " | 
| 34226 | 
            +
                "S1jd": {
         | 
| 34180 34227 | 
             
                  "type": "list",
         | 
| 34181 34228 | 
             
                  "member": {
         | 
| 34182 34229 | 
             
                    "locationName": "item",
         | 
| @@ -34186,26 +34233,26 @@ | |
| 34186 34233 | 
             
                        "locationName": "keyword"
         | 
| 34187 34234 | 
             
                      },
         | 
| 34188 34235 | 
             
                      "Settings": {
         | 
| 34189 | 
            -
                        "shape": " | 
| 34236 | 
            +
                        "shape": "S1jf",
         | 
| 34190 34237 | 
             
                        "locationName": "settingSet"
         | 
| 34191 34238 | 
             
                      }
         | 
| 34192 34239 | 
             
                    }
         | 
| 34193 34240 | 
             
                  }
         | 
| 34194 34241 | 
             
                },
         | 
| 34195 | 
            -
                " | 
| 34242 | 
            +
                "S1jf": {
         | 
| 34196 34243 | 
             
                  "type": "list",
         | 
| 34197 34244 | 
             
                  "member": {
         | 
| 34198 34245 | 
             
                    "locationName": "item"
         | 
| 34199 34246 | 
             
                  }
         | 
| 34200 34247 | 
             
                },
         | 
| 34201 | 
            -
                " | 
| 34248 | 
            +
                "S1jk": {
         | 
| 34202 34249 | 
             
                  "type": "list",
         | 
| 34203 34250 | 
             
                  "member": {
         | 
| 34204 | 
            -
                    "shape": " | 
| 34251 | 
            +
                    "shape": "S1j5",
         | 
| 34205 34252 | 
             
                    "locationName": "item"
         | 
| 34206 34253 | 
             
                  }
         | 
| 34207 34254 | 
             
                },
         | 
| 34208 | 
            -
                " | 
| 34255 | 
            +
                "S1jl": {
         | 
| 34209 34256 | 
             
                  "type": "structure",
         | 
| 34210 34257 | 
             
                  "members": {
         | 
| 34211 34258 | 
             
                    "DestinationCidr": {
         | 
| @@ -34231,29 +34278,29 @@ | |
| 34231 34278 | 
             
                    }
         | 
| 34232 34279 | 
             
                  }
         | 
| 34233 34280 | 
             
                },
         | 
| 34234 | 
            -
                " | 
| 34281 | 
            +
                "S1jm": {
         | 
| 34235 34282 | 
             
                  "type": "list",
         | 
| 34236 34283 | 
             
                  "member": {
         | 
| 34237 34284 | 
             
                    "locationName": "item",
         | 
| 34238 34285 | 
             
                    "type": "structure",
         | 
| 34239 34286 | 
             
                    "members": {
         | 
| 34240 34287 | 
             
                      "Acl": {
         | 
| 34241 | 
            -
                        "shape": " | 
| 34288 | 
            +
                        "shape": "S1j5",
         | 
| 34242 34289 | 
             
                        "locationName": "acl"
         | 
| 34243 34290 | 
             
                      },
         | 
| 34244 34291 | 
             
                      "AclRule": {
         | 
| 34245 | 
            -
                        "shape": " | 
| 34292 | 
            +
                        "shape": "S1j4",
         | 
| 34246 34293 | 
             
                        "locationName": "aclRule"
         | 
| 34247 34294 | 
             
                      },
         | 
| 34248 34295 | 
             
                      "Address": {
         | 
| 34249 34296 | 
             
                        "locationName": "address"
         | 
| 34250 34297 | 
             
                      },
         | 
| 34251 34298 | 
             
                      "Addresses": {
         | 
| 34252 | 
            -
                        "shape": " | 
| 34299 | 
            +
                        "shape": "S1j7",
         | 
| 34253 34300 | 
             
                        "locationName": "addressSet"
         | 
| 34254 34301 | 
             
                      },
         | 
| 34255 34302 | 
             
                      "AttachedTo": {
         | 
| 34256 | 
            -
                        "shape": " | 
| 34303 | 
            +
                        "shape": "S1j5",
         | 
| 34257 34304 | 
             
                        "locationName": "attachedTo"
         | 
| 34258 34305 | 
             
                      },
         | 
| 34259 34306 | 
             
                      "AvailabilityZones": {
         | 
| @@ -34265,19 +34312,19 @@ | |
| 34265 34312 | 
             
                        "locationName": "cidrSet"
         | 
| 34266 34313 | 
             
                      },
         | 
| 34267 34314 | 
             
                      "Component": {
         | 
| 34268 | 
            -
                        "shape": " | 
| 34315 | 
            +
                        "shape": "S1j5",
         | 
| 34269 34316 | 
             
                        "locationName": "component"
         | 
| 34270 34317 | 
             
                      },
         | 
| 34271 34318 | 
             
                      "CustomerGateway": {
         | 
| 34272 | 
            -
                        "shape": " | 
| 34319 | 
            +
                        "shape": "S1j5",
         | 
| 34273 34320 | 
             
                        "locationName": "customerGateway"
         | 
| 34274 34321 | 
             
                      },
         | 
| 34275 34322 | 
             
                      "Destination": {
         | 
| 34276 | 
            -
                        "shape": " | 
| 34323 | 
            +
                        "shape": "S1j5",
         | 
| 34277 34324 | 
             
                        "locationName": "destination"
         | 
| 34278 34325 | 
             
                      },
         | 
| 34279 34326 | 
             
                      "DestinationVpc": {
         | 
| 34280 | 
            -
                        "shape": " | 
| 34327 | 
            +
                        "shape": "S1j5",
         | 
| 34281 34328 | 
             
                        "locationName": "destinationVpc"
         | 
| 34282 34329 | 
             
                      },
         | 
| 34283 34330 | 
             
                      "Direction": {
         | 
| @@ -34287,11 +34334,11 @@ | |
| 34287 34334 | 
             
                        "locationName": "explanationCode"
         | 
| 34288 34335 | 
             
                      },
         | 
| 34289 34336 | 
             
                      "IngressRouteTable": {
         | 
| 34290 | 
            -
                        "shape": " | 
| 34337 | 
            +
                        "shape": "S1j5",
         | 
| 34291 34338 | 
             
                        "locationName": "ingressRouteTable"
         | 
| 34292 34339 | 
             
                      },
         | 
| 34293 34340 | 
             
                      "InternetGateway": {
         | 
| 34294 | 
            -
                        "shape": " | 
| 34341 | 
            +
                        "shape": "S1j5",
         | 
| 34295 34342 | 
             
                        "locationName": "internetGateway"
         | 
| 34296 34343 | 
             
                      },
         | 
| 34297 34344 | 
             
                      "LoadBalancerArn": {
         | 
| @@ -34326,7 +34373,7 @@ | |
| 34326 34373 | 
             
                            "locationName": "availabilityZone"
         | 
| 34327 34374 | 
             
                          },
         | 
| 34328 34375 | 
             
                          "Instance": {
         | 
| 34329 | 
            -
                            "shape": " | 
| 34376 | 
            +
                            "shape": "S1j5",
         | 
| 34330 34377 | 
             
                            "locationName": "instance"
         | 
| 34331 34378 | 
             
                          },
         | 
| 34332 34379 | 
             
                          "Port": {
         | 
| @@ -34336,11 +34383,11 @@ | |
| 34336 34383 | 
             
                        }
         | 
| 34337 34384 | 
             
                      },
         | 
| 34338 34385 | 
             
                      "LoadBalancerTargetGroup": {
         | 
| 34339 | 
            -
                        "shape": " | 
| 34386 | 
            +
                        "shape": "S1j5",
         | 
| 34340 34387 | 
             
                        "locationName": "loadBalancerTargetGroup"
         | 
| 34341 34388 | 
             
                      },
         | 
| 34342 34389 | 
             
                      "LoadBalancerTargetGroups": {
         | 
| 34343 | 
            -
                        "shape": " | 
| 34390 | 
            +
                        "shape": "S1jk",
         | 
| 34344 34391 | 
             
                        "locationName": "loadBalancerTargetGroupSet"
         | 
| 34345 34392 | 
             
                      },
         | 
| 34346 34393 | 
             
                      "LoadBalancerTargetPort": {
         | 
| @@ -34348,25 +34395,25 @@ | |
| 34348 34395 | 
             
                        "type": "integer"
         | 
| 34349 34396 | 
             
                      },
         | 
| 34350 34397 | 
             
                      "ElasticLoadBalancerListener": {
         | 
| 34351 | 
            -
                        "shape": " | 
| 34398 | 
            +
                        "shape": "S1j5",
         | 
| 34352 34399 | 
             
                        "locationName": "elasticLoadBalancerListener"
         | 
| 34353 34400 | 
             
                      },
         | 
| 34354 34401 | 
             
                      "MissingComponent": {
         | 
| 34355 34402 | 
             
                        "locationName": "missingComponent"
         | 
| 34356 34403 | 
             
                      },
         | 
| 34357 34404 | 
             
                      "NatGateway": {
         | 
| 34358 | 
            -
                        "shape": " | 
| 34405 | 
            +
                        "shape": "S1j5",
         | 
| 34359 34406 | 
             
                        "locationName": "natGateway"
         | 
| 34360 34407 | 
             
                      },
         | 
| 34361 34408 | 
             
                      "NetworkInterface": {
         | 
| 34362 | 
            -
                        "shape": " | 
| 34409 | 
            +
                        "shape": "S1j5",
         | 
| 34363 34410 | 
             
                        "locationName": "networkInterface"
         | 
| 34364 34411 | 
             
                      },
         | 
| 34365 34412 | 
             
                      "PacketField": {
         | 
| 34366 34413 | 
             
                        "locationName": "packetField"
         | 
| 34367 34414 | 
             
                      },
         | 
| 34368 34415 | 
             
                      "VpcPeeringConnection": {
         | 
| 34369 | 
            -
                        "shape": " | 
| 34416 | 
            +
                        "shape": "S1j5",
         | 
| 34370 34417 | 
             
                        "locationName": "vpcPeeringConnection"
         | 
| 34371 34418 | 
             
                      },
         | 
| 34372 34419 | 
             
                      "Port": {
         | 
| @@ -34374,82 +34421,82 @@ | |
| 34374 34421 | 
             
                        "type": "integer"
         | 
| 34375 34422 | 
             
                      },
         | 
| 34376 34423 | 
             
                      "PortRanges": {
         | 
| 34377 | 
            -
                        "shape": " | 
| 34424 | 
            +
                        "shape": "S1j8",
         | 
| 34378 34425 | 
             
                        "locationName": "portRangeSet"
         | 
| 34379 34426 | 
             
                      },
         | 
| 34380 34427 | 
             
                      "PrefixList": {
         | 
| 34381 | 
            -
                        "shape": " | 
| 34428 | 
            +
                        "shape": "S1j5",
         | 
| 34382 34429 | 
             
                        "locationName": "prefixList"
         | 
| 34383 34430 | 
             
                      },
         | 
| 34384 34431 | 
             
                      "Protocols": {
         | 
| 34385 | 
            -
                        "shape": " | 
| 34432 | 
            +
                        "shape": "S1jf",
         | 
| 34386 34433 | 
             
                        "locationName": "protocolSet"
         | 
| 34387 34434 | 
             
                      },
         | 
| 34388 34435 | 
             
                      "RouteTableRoute": {
         | 
| 34389 | 
            -
                        "shape": " | 
| 34436 | 
            +
                        "shape": "S1j9",
         | 
| 34390 34437 | 
             
                        "locationName": "routeTableRoute"
         | 
| 34391 34438 | 
             
                      },
         | 
| 34392 34439 | 
             
                      "RouteTable": {
         | 
| 34393 | 
            -
                        "shape": " | 
| 34440 | 
            +
                        "shape": "S1j5",
         | 
| 34394 34441 | 
             
                        "locationName": "routeTable"
         | 
| 34395 34442 | 
             
                      },
         | 
| 34396 34443 | 
             
                      "SecurityGroup": {
         | 
| 34397 | 
            -
                        "shape": " | 
| 34444 | 
            +
                        "shape": "S1j5",
         | 
| 34398 34445 | 
             
                        "locationName": "securityGroup"
         | 
| 34399 34446 | 
             
                      },
         | 
| 34400 34447 | 
             
                      "SecurityGroupRule": {
         | 
| 34401 | 
            -
                        "shape": " | 
| 34448 | 
            +
                        "shape": "S1ja",
         | 
| 34402 34449 | 
             
                        "locationName": "securityGroupRule"
         | 
| 34403 34450 | 
             
                      },
         | 
| 34404 34451 | 
             
                      "SecurityGroups": {
         | 
| 34405 | 
            -
                        "shape": " | 
| 34452 | 
            +
                        "shape": "S1jk",
         | 
| 34406 34453 | 
             
                        "locationName": "securityGroupSet"
         | 
| 34407 34454 | 
             
                      },
         | 
| 34408 34455 | 
             
                      "SourceVpc": {
         | 
| 34409 | 
            -
                        "shape": " | 
| 34456 | 
            +
                        "shape": "S1j5",
         | 
| 34410 34457 | 
             
                        "locationName": "sourceVpc"
         | 
| 34411 34458 | 
             
                      },
         | 
| 34412 34459 | 
             
                      "State": {
         | 
| 34413 34460 | 
             
                        "locationName": "state"
         | 
| 34414 34461 | 
             
                      },
         | 
| 34415 34462 | 
             
                      "Subnet": {
         | 
| 34416 | 
            -
                        "shape": " | 
| 34463 | 
            +
                        "shape": "S1j5",
         | 
| 34417 34464 | 
             
                        "locationName": "subnet"
         | 
| 34418 34465 | 
             
                      },
         | 
| 34419 34466 | 
             
                      "SubnetRouteTable": {
         | 
| 34420 | 
            -
                        "shape": " | 
| 34467 | 
            +
                        "shape": "S1j5",
         | 
| 34421 34468 | 
             
                        "locationName": "subnetRouteTable"
         | 
| 34422 34469 | 
             
                      },
         | 
| 34423 34470 | 
             
                      "Vpc": {
         | 
| 34424 | 
            -
                        "shape": " | 
| 34471 | 
            +
                        "shape": "S1j5",
         | 
| 34425 34472 | 
             
                        "locationName": "vpc"
         | 
| 34426 34473 | 
             
                      },
         | 
| 34427 34474 | 
             
                      "VpcEndpoint": {
         | 
| 34428 | 
            -
                        "shape": " | 
| 34475 | 
            +
                        "shape": "S1j5",
         | 
| 34429 34476 | 
             
                        "locationName": "vpcEndpoint"
         | 
| 34430 34477 | 
             
                      },
         | 
| 34431 34478 | 
             
                      "VpnConnection": {
         | 
| 34432 | 
            -
                        "shape": " | 
| 34479 | 
            +
                        "shape": "S1j5",
         | 
| 34433 34480 | 
             
                        "locationName": "vpnConnection"
         | 
| 34434 34481 | 
             
                      },
         | 
| 34435 34482 | 
             
                      "VpnGateway": {
         | 
| 34436 | 
            -
                        "shape": " | 
| 34483 | 
            +
                        "shape": "S1j5",
         | 
| 34437 34484 | 
             
                        "locationName": "vpnGateway"
         | 
| 34438 34485 | 
             
                      },
         | 
| 34439 34486 | 
             
                      "TransitGateway": {
         | 
| 34440 | 
            -
                        "shape": " | 
| 34487 | 
            +
                        "shape": "S1j5",
         | 
| 34441 34488 | 
             
                        "locationName": "transitGateway"
         | 
| 34442 34489 | 
             
                      },
         | 
| 34443 34490 | 
             
                      "TransitGatewayRouteTable": {
         | 
| 34444 | 
            -
                        "shape": " | 
| 34491 | 
            +
                        "shape": "S1j5",
         | 
| 34445 34492 | 
             
                        "locationName": "transitGatewayRouteTable"
         | 
| 34446 34493 | 
             
                      },
         | 
| 34447 34494 | 
             
                      "TransitGatewayRouteTableRoute": {
         | 
| 34448 | 
            -
                        "shape": " | 
| 34495 | 
            +
                        "shape": "S1jl",
         | 
| 34449 34496 | 
             
                        "locationName": "transitGatewayRouteTableRoute"
         | 
| 34450 34497 | 
             
                      },
         | 
| 34451 34498 | 
             
                      "TransitGatewayAttachment": {
         | 
| 34452 | 
            -
                        "shape": " | 
| 34499 | 
            +
                        "shape": "S1j5",
         | 
| 34453 34500 | 
             
                        "locationName": "transitGatewayAttachment"
         | 
| 34454 34501 | 
             
                      },
         | 
| 34455 34502 | 
             
                      "ComponentAccount": {
         | 
| @@ -34459,17 +34506,17 @@ | |
| 34459 34506 | 
             
                        "locationName": "componentRegion"
         | 
| 34460 34507 | 
             
                      },
         | 
| 34461 34508 | 
             
                      "FirewallStatelessRule": {
         | 
| 34462 | 
            -
                        "shape": " | 
| 34509 | 
            +
                        "shape": "S1js",
         | 
| 34463 34510 | 
             
                        "locationName": "firewallStatelessRule"
         | 
| 34464 34511 | 
             
                      },
         | 
| 34465 34512 | 
             
                      "FirewallStatefulRule": {
         | 
| 34466 | 
            -
                        "shape": " | 
| 34513 | 
            +
                        "shape": "S1jw",
         | 
| 34467 34514 | 
             
                        "locationName": "firewallStatefulRule"
         | 
| 34468 34515 | 
             
                      }
         | 
| 34469 34516 | 
             
                    }
         | 
| 34470 34517 | 
             
                  }
         | 
| 34471 34518 | 
             
                },
         | 
| 34472 | 
            -
                " | 
| 34519 | 
            +
                "S1js": {
         | 
| 34473 34520 | 
             
                  "type": "structure",
         | 
| 34474 34521 | 
             
                  "members": {
         | 
| 34475 34522 | 
             
                    "RuleGroupArn": {
         | 
| @@ -34484,11 +34531,11 @@ | |
| 34484 34531 | 
             
                      "locationName": "destinationSet"
         | 
| 34485 34532 | 
             
                    },
         | 
| 34486 34533 | 
             
                    "SourcePorts": {
         | 
| 34487 | 
            -
                      "shape": " | 
| 34534 | 
            +
                      "shape": "S1j8",
         | 
| 34488 34535 | 
             
                      "locationName": "sourcePortSet"
         | 
| 34489 34536 | 
             
                    },
         | 
| 34490 34537 | 
             
                    "DestinationPorts": {
         | 
| 34491 | 
            -
                      "shape": " | 
| 34538 | 
            +
                      "shape": "S1j8",
         | 
| 34492 34539 | 
             
                      "locationName": "destinationPortSet"
         | 
| 34493 34540 | 
             
                    },
         | 
| 34494 34541 | 
             
                    "Protocols": {
         | 
| @@ -34508,7 +34555,7 @@ | |
| 34508 34555 | 
             
                    }
         | 
| 34509 34556 | 
             
                  }
         | 
| 34510 34557 | 
             
                },
         | 
| 34511 | 
            -
                " | 
| 34558 | 
            +
                "S1jw": {
         | 
| 34512 34559 | 
             
                  "type": "structure",
         | 
| 34513 34560 | 
             
                  "members": {
         | 
| 34514 34561 | 
             
                    "RuleGroupArn": {
         | 
| @@ -34523,11 +34570,11 @@ | |
| 34523 34570 | 
             
                      "locationName": "destinationSet"
         | 
| 34524 34571 | 
             
                    },
         | 
| 34525 34572 | 
             
                    "SourcePorts": {
         | 
| 34526 | 
            -
                      "shape": " | 
| 34573 | 
            +
                      "shape": "S1j8",
         | 
| 34527 34574 | 
             
                      "locationName": "sourcePortSet"
         | 
| 34528 34575 | 
             
                    },
         | 
| 34529 34576 | 
             
                    "DestinationPorts": {
         | 
| 34530 | 
            -
                      "shape": " | 
| 34577 | 
            +
                      "shape": "S1j8",
         | 
| 34531 34578 | 
             
                      "locationName": "destinationPortSet"
         | 
| 34532 34579 | 
             
                    },
         | 
| 34533 34580 | 
             
                    "Protocol": {
         | 
| @@ -34541,7 +34588,7 @@ | |
| 34541 34588 | 
             
                    }
         | 
| 34542 34589 | 
             
                  }
         | 
| 34543 34590 | 
             
                },
         | 
| 34544 | 
            -
                " | 
| 34591 | 
            +
                "S1l3": {
         | 
| 34545 34592 | 
             
                  "type": "structure",
         | 
| 34546 34593 | 
             
                  "members": {
         | 
| 34547 34594 | 
             
                    "FirstAddress": {
         | 
| @@ -34560,13 +34607,13 @@ | |
| 34560 34607 | 
             
                    }
         | 
| 34561 34608 | 
             
                  }
         | 
| 34562 34609 | 
             
                },
         | 
| 34563 | 
            -
                " | 
| 34610 | 
            +
                "S1lg": {
         | 
| 34564 34611 | 
             
                  "type": "list",
         | 
| 34565 34612 | 
             
                  "member": {
         | 
| 34566 34613 | 
             
                    "locationName": "ReservedInstancesId"
         | 
| 34567 34614 | 
             
                  }
         | 
| 34568 34615 | 
             
                },
         | 
| 34569 | 
            -
                " | 
| 34616 | 
            +
                "S1lo": {
         | 
| 34570 34617 | 
             
                  "type": "list",
         | 
| 34571 34618 | 
             
                  "member": {
         | 
| 34572 34619 | 
             
                    "locationName": "item",
         | 
| @@ -34582,7 +34629,7 @@ | |
| 34582 34629 | 
             
                    }
         | 
| 34583 34630 | 
             
                  }
         | 
| 34584 34631 | 
             
                },
         | 
| 34585 | 
            -
                " | 
| 34632 | 
            +
                "S1m2": {
         | 
| 34586 34633 | 
             
                  "type": "structure",
         | 
| 34587 34634 | 
             
                  "members": {
         | 
| 34588 34635 | 
             
                    "AvailabilityZone": {
         | 
| @@ -34603,7 +34650,7 @@ | |
| 34603 34650 | 
             
                    }
         | 
| 34604 34651 | 
             
                  }
         | 
| 34605 34652 | 
             
                },
         | 
| 34606 | 
            -
                " | 
| 34653 | 
            +
                "S1mp": {
         | 
| 34607 34654 | 
             
                  "type": "structure",
         | 
| 34608 34655 | 
             
                  "members": {
         | 
| 34609 34656 | 
             
                    "Frequency": {
         | 
| @@ -34630,7 +34677,7 @@ | |
| 34630 34677 | 
             
                    }
         | 
| 34631 34678 | 
             
                  }
         | 
| 34632 34679 | 
             
                },
         | 
| 34633 | 
            -
                " | 
| 34680 | 
            +
                "S1mx": {
         | 
| 34634 34681 | 
             
                  "type": "structure",
         | 
| 34635 34682 | 
             
                  "members": {
         | 
| 34636 34683 | 
             
                    "AvailabilityZone": {
         | 
| @@ -34665,7 +34712,7 @@ | |
| 34665 34712 | 
             
                      "type": "timestamp"
         | 
| 34666 34713 | 
             
                    },
         | 
| 34667 34714 | 
             
                    "Recurrence": {
         | 
| 34668 | 
            -
                      "shape": " | 
| 34715 | 
            +
                      "shape": "S1mp",
         | 
| 34669 34716 | 
             
                      "locationName": "recurrence"
         | 
| 34670 34717 | 
             
                    },
         | 
| 34671 34718 | 
             
                    "ScheduledInstanceId": {
         | 
| @@ -34689,19 +34736,19 @@ | |
| 34689 34736 | 
             
                    }
         | 
| 34690 34737 | 
             
                  }
         | 
| 34691 34738 | 
             
                },
         | 
| 34692 | 
            -
                " | 
| 34739 | 
            +
                "S1n4": {
         | 
| 34693 34740 | 
             
                  "type": "list",
         | 
| 34694 34741 | 
             
                  "member": {
         | 
| 34695 34742 | 
             
                    "locationName": "item"
         | 
| 34696 34743 | 
             
                  }
         | 
| 34697 34744 | 
             
                },
         | 
| 34698 | 
            -
                " | 
| 34745 | 
            +
                "S1n8": {
         | 
| 34699 34746 | 
             
                  "type": "list",
         | 
| 34700 34747 | 
             
                  "member": {
         | 
| 34701 34748 | 
             
                    "locationName": "GroupName"
         | 
| 34702 34749 | 
             
                  }
         | 
| 34703 34750 | 
             
                },
         | 
| 34704 | 
            -
                " | 
| 34751 | 
            +
                "S1ng": {
         | 
| 34705 34752 | 
             
                  "type": "list",
         | 
| 34706 34753 | 
             
                  "member": {
         | 
| 34707 34754 | 
             
                    "locationName": "item",
         | 
| @@ -34716,7 +34763,7 @@ | |
| 34716 34763 | 
             
                    }
         | 
| 34717 34764 | 
             
                  }
         | 
| 34718 34765 | 
             
                },
         | 
| 34719 | 
            -
                " | 
| 34766 | 
            +
                "S1o8": {
         | 
| 34720 34767 | 
             
                  "type": "structure",
         | 
| 34721 34768 | 
             
                  "required": [
         | 
| 34722 34769 | 
             
                    "IamFleetRole",
         | 
| @@ -34814,11 +34861,11 @@ | |
| 34814 34861 | 
             
                            }
         | 
| 34815 34862 | 
             
                          },
         | 
| 34816 34863 | 
             
                          "NetworkInterfaces": {
         | 
| 34817 | 
            -
                            "shape": " | 
| 34864 | 
            +
                            "shape": "S1oi",
         | 
| 34818 34865 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 34819 34866 | 
             
                          },
         | 
| 34820 34867 | 
             
                          "Placement": {
         | 
| 34821 | 
            -
                            "shape": " | 
| 34868 | 
            +
                            "shape": "S1ok",
         | 
| 34822 34869 | 
             
                            "locationName": "placement"
         | 
| 34823 34870 | 
             
                          },
         | 
| 34824 34871 | 
             
                          "RamdiskId": {
         | 
| @@ -34863,7 +34910,7 @@ | |
| 34863 34910 | 
             
                      }
         | 
| 34864 34911 | 
             
                    },
         | 
| 34865 34912 | 
             
                    "LaunchTemplateConfigs": {
         | 
| 34866 | 
            -
                      "shape": " | 
| 34913 | 
            +
                      "shape": "S1on",
         | 
| 34867 34914 | 
             
                      "locationName": "launchTemplateConfigs"
         | 
| 34868 34915 | 
             
                    },
         | 
| 34869 34916 | 
             
                    "SpotPrice": {
         | 
| @@ -34965,7 +35012,7 @@ | |
| 34965 35012 | 
             
                    }
         | 
| 34966 35013 | 
             
                  }
         | 
| 34967 35014 | 
             
                },
         | 
| 34968 | 
            -
                " | 
| 35015 | 
            +
                "S1oi": {
         | 
| 34969 35016 | 
             
                  "type": "list",
         | 
| 34970 35017 | 
             
                  "member": {
         | 
| 34971 35018 | 
             
                    "locationName": "item",
         | 
| @@ -35050,7 +35097,7 @@ | |
| 35050 35097 | 
             
                    }
         | 
| 35051 35098 | 
             
                  }
         | 
| 35052 35099 | 
             
                },
         | 
| 35053 | 
            -
                " | 
| 35100 | 
            +
                "S1ok": {
         | 
| 35054 35101 | 
             
                  "type": "structure",
         | 
| 35055 35102 | 
             
                  "members": {
         | 
| 35056 35103 | 
             
                    "AvailabilityZone": {
         | 
| @@ -35064,7 +35111,7 @@ | |
| 35064 35111 | 
             
                    }
         | 
| 35065 35112 | 
             
                  }
         | 
| 35066 35113 | 
             
                },
         | 
| 35067 | 
            -
                " | 
| 35114 | 
            +
                "S1on": {
         | 
| 35068 35115 | 
             
                  "type": "list",
         | 
| 35069 35116 | 
             
                  "member": {
         | 
| 35070 35117 | 
             
                    "locationName": "item",
         | 
| @@ -35111,7 +35158,7 @@ | |
| 35111 35158 | 
             
                    }
         | 
| 35112 35159 | 
             
                  }
         | 
| 35113 35160 | 
             
                },
         | 
| 35114 | 
            -
                " | 
| 35161 | 
            +
                "S1p0": {
         | 
| 35115 35162 | 
             
                  "type": "list",
         | 
| 35116 35163 | 
             
                  "member": {
         | 
| 35117 35164 | 
             
                    "locationName": "item",
         | 
| @@ -35181,11 +35228,11 @@ | |
| 35181 35228 | 
             
                            "locationName": "keyName"
         | 
| 35182 35229 | 
             
                          },
         | 
| 35183 35230 | 
             
                          "NetworkInterfaces": {
         | 
| 35184 | 
            -
                            "shape": " | 
| 35231 | 
            +
                            "shape": "S1oi",
         | 
| 35185 35232 | 
             
                            "locationName": "networkInterfaceSet"
         | 
| 35186 35233 | 
             
                          },
         | 
| 35187 35234 | 
             
                          "Placement": {
         | 
| 35188 | 
            -
                            "shape": " | 
| 35235 | 
            +
                            "shape": "S1ok",
         | 
| 35189 35236 | 
             
                            "locationName": "placement"
         | 
| 35190 35237 | 
             
                          },
         | 
| 35191 35238 | 
             
                          "RamdiskId": {
         | 
| @@ -35195,7 +35242,7 @@ | |
| 35195 35242 | 
             
                            "locationName": "subnetId"
         | 
| 35196 35243 | 
             
                          },
         | 
| 35197 35244 | 
             
                          "Monitoring": {
         | 
| 35198 | 
            -
                            "shape": " | 
| 35245 | 
            +
                            "shape": "S1p3",
         | 
| 35199 35246 | 
             
                            "locationName": "monitoring"
         | 
| 35200 35247 | 
             
                          }
         | 
| 35201 35248 | 
             
                        }
         | 
| @@ -35252,7 +35299,7 @@ | |
| 35252 35299 | 
             
                    }
         | 
| 35253 35300 | 
             
                  }
         | 
| 35254 35301 | 
             
                },
         | 
| 35255 | 
            -
                " | 
| 35302 | 
            +
                "S1p3": {
         | 
| 35256 35303 | 
             
                  "type": "structure",
         | 
| 35257 35304 | 
             
                  "required": [
         | 
| 35258 35305 | 
             
                    "Enabled"
         | 
| @@ -35264,7 +35311,7 @@ | |
| 35264 35311 | 
             
                    }
         | 
| 35265 35312 | 
             
                  }
         | 
| 35266 35313 | 
             
                },
         | 
| 35267 | 
            -
                " | 
| 35314 | 
            +
                "S1pi": {
         | 
| 35268 35315 | 
             
                  "type": "list",
         | 
| 35269 35316 | 
             
                  "member": {
         | 
| 35270 35317 | 
             
                    "locationName": "item",
         | 
| @@ -35306,17 +35353,17 @@ | |
| 35306 35353 | 
             
                    }
         | 
| 35307 35354 | 
             
                  }
         | 
| 35308 35355 | 
             
                },
         | 
| 35309 | 
            -
                " | 
| 35356 | 
            +
                "S1qg": {
         | 
| 35310 35357 | 
             
                  "type": "list",
         | 
| 35311 35358 | 
             
                  "member": {}
         | 
| 35312 35359 | 
             
                },
         | 
| 35313 | 
            -
                " | 
| 35360 | 
            +
                "S1rz": {
         | 
| 35314 35361 | 
             
                  "type": "list",
         | 
| 35315 35362 | 
             
                  "member": {
         | 
| 35316 35363 | 
             
                    "locationName": "item"
         | 
| 35317 35364 | 
             
                  }
         | 
| 35318 35365 | 
             
                },
         | 
| 35319 | 
            -
                " | 
| 35366 | 
            +
                "S1s3": {
         | 
| 35320 35367 | 
             
                  "type": "structure",
         | 
| 35321 35368 | 
             
                  "members": {
         | 
| 35322 35369 | 
             
                    "VerifiedAccessInstanceId": {
         | 
| @@ -35335,7 +35382,7 @@ | |
| 35335 35382 | 
             
                              "type": "boolean"
         | 
| 35336 35383 | 
             
                            },
         | 
| 35337 35384 | 
             
                            "DeliveryStatus": {
         | 
| 35338 | 
            -
                              "shape": " | 
| 35385 | 
            +
                              "shape": "S1s6",
         | 
| 35339 35386 | 
             
                              "locationName": "deliveryStatus"
         | 
| 35340 35387 | 
             
                            },
         | 
| 35341 35388 | 
             
                            "BucketName": {
         | 
| @@ -35358,7 +35405,7 @@ | |
| 35358 35405 | 
             
                              "type": "boolean"
         | 
| 35359 35406 | 
             
                            },
         | 
| 35360 35407 | 
             
                            "DeliveryStatus": {
         | 
| 35361 | 
            -
                              "shape": " | 
| 35408 | 
            +
                              "shape": "S1s6",
         | 
| 35362 35409 | 
             
                              "locationName": "deliveryStatus"
         | 
| 35363 35410 | 
             
                            },
         | 
| 35364 35411 | 
             
                            "LogGroup": {
         | 
| @@ -35375,7 +35422,7 @@ | |
| 35375 35422 | 
             
                              "type": "boolean"
         | 
| 35376 35423 | 
             
                            },
         | 
| 35377 35424 | 
             
                            "DeliveryStatus": {
         | 
| 35378 | 
            -
                              "shape": " | 
| 35425 | 
            +
                              "shape": "S1s6",
         | 
| 35379 35426 | 
             
                              "locationName": "deliveryStatus"
         | 
| 35380 35427 | 
             
                            },
         | 
| 35381 35428 | 
             
                            "DeliveryStream": {
         | 
| @@ -35394,7 +35441,7 @@ | |
| 35394 35441 | 
             
                    }
         | 
| 35395 35442 | 
             
                  }
         | 
| 35396 35443 | 
             
                },
         | 
| 35397 | 
            -
                " | 
| 35444 | 
            +
                "S1s6": {
         | 
| 35398 35445 | 
             
                  "type": "structure",
         | 
| 35399 35446 | 
             
                  "members": {
         | 
| 35400 35447 | 
             
                    "Code": {
         | 
| @@ -35405,7 +35452,7 @@ | |
| 35405 35452 | 
             
                    }
         | 
| 35406 35453 | 
             
                  }
         | 
| 35407 35454 | 
             
                },
         | 
| 35408 | 
            -
                " | 
| 35455 | 
            +
                "S1t7": {
         | 
| 35409 35456 | 
             
                  "type": "structure",
         | 
| 35410 35457 | 
             
                  "members": {
         | 
| 35411 35458 | 
             
                    "VolumeId": {
         | 
| @@ -35469,19 +35516,19 @@ | |
| 35469 35516 | 
             
                    }
         | 
| 35470 35517 | 
             
                  }
         | 
| 35471 35518 | 
             
                },
         | 
| 35472 | 
            -
                " | 
| 35519 | 
            +
                "S1td": {
         | 
| 35473 35520 | 
             
                  "type": "list",
         | 
| 35474 35521 | 
             
                  "member": {
         | 
| 35475 35522 | 
             
                    "locationName": "VpcId"
         | 
| 35476 35523 | 
             
                  }
         | 
| 35477 35524 | 
             
                },
         | 
| 35478 | 
            -
                " | 
| 35525 | 
            +
                "S1vd": {
         | 
| 35479 35526 | 
             
                  "type": "list",
         | 
| 35480 35527 | 
             
                  "member": {
         | 
| 35481 35528 | 
             
                    "locationName": "AvailabilityZone"
         | 
| 35482 35529 | 
             
                  }
         | 
| 35483 35530 | 
             
                },
         | 
| 35484 | 
            -
                " | 
| 35531 | 
            +
                "S1w2": {
         | 
| 35485 35532 | 
             
                  "type": "structure",
         | 
| 35486 35533 | 
             
                  "members": {
         | 
| 35487 35534 | 
             
                    "TransitGatewayAttachmentId": {
         | 
| @@ -35504,7 +35551,7 @@ | |
| 35504 35551 | 
             
                    }
         | 
| 35505 35552 | 
             
                  }
         | 
| 35506 35553 | 
             
                },
         | 
| 35507 | 
            -
                " | 
| 35554 | 
            +
                "S1zk": {
         | 
| 35508 35555 | 
             
                  "type": "structure",
         | 
| 35509 35556 | 
             
                  "members": {
         | 
| 35510 35557 | 
             
                    "InstanceFamily": {
         | 
| @@ -35515,13 +35562,13 @@ | |
| 35515 35562 | 
             
                    }
         | 
| 35516 35563 | 
             
                  }
         | 
| 35517 35564 | 
             
                },
         | 
| 35518 | 
            -
                " | 
| 35565 | 
            +
                "S201": {
         | 
| 35519 35566 | 
             
                  "type": "list",
         | 
| 35520 35567 | 
             
                  "member": {
         | 
| 35521 35568 | 
             
                    "locationName": "item"
         | 
| 35522 35569 | 
             
                  }
         | 
| 35523 35570 | 
             
                },
         | 
| 35524 | 
            -
                " | 
| 35571 | 
            +
                "S203": {
         | 
| 35525 35572 | 
             
                  "type": "list",
         | 
| 35526 35573 | 
             
                  "member": {
         | 
| 35527 35574 | 
             
                    "locationName": "item",
         | 
| @@ -35556,19 +35603,19 @@ | |
| 35556 35603 | 
             
                    }
         | 
| 35557 35604 | 
             
                  }
         | 
| 35558 35605 | 
             
                },
         | 
| 35559 | 
            -
                " | 
| 35606 | 
            +
                "S208": {
         | 
| 35560 35607 | 
             
                  "type": "list",
         | 
| 35561 35608 | 
             
                  "member": {
         | 
| 35562 35609 | 
             
                    "locationName": "item"
         | 
| 35563 35610 | 
             
                  }
         | 
| 35564 35611 | 
             
                },
         | 
| 35565 | 
            -
                " | 
| 35612 | 
            +
                "S209": {
         | 
| 35566 35613 | 
             
                  "type": "list",
         | 
| 35567 35614 | 
             
                  "member": {
         | 
| 35568 35615 | 
             
                    "locationName": "item"
         | 
| 35569 35616 | 
             
                  }
         | 
| 35570 35617 | 
             
                },
         | 
| 35571 | 
            -
                " | 
| 35618 | 
            +
                "S21l": {
         | 
| 35572 35619 | 
             
                  "type": "structure",
         | 
| 35573 35620 | 
             
                  "members": {
         | 
| 35574 35621 | 
             
                    "IpamId": {
         | 
| @@ -35620,7 +35667,7 @@ | |
| 35620 35667 | 
             
                    }
         | 
| 35621 35668 | 
             
                  }
         | 
| 35622 35669 | 
             
                },
         | 
| 35623 | 
            -
                " | 
| 35670 | 
            +
                "S22a": {
         | 
| 35624 35671 | 
             
                  "type": "structure",
         | 
| 35625 35672 | 
             
                  "members": {
         | 
| 35626 35673 | 
             
                    "HourlyPrice": {
         | 
| @@ -35634,14 +35681,14 @@ | |
| 35634 35681 | 
             
                    }
         | 
| 35635 35682 | 
             
                  }
         | 
| 35636 35683 | 
             
                },
         | 
| 35637 | 
            -
                " | 
| 35684 | 
            +
                "S231": {
         | 
| 35638 35685 | 
             
                  "type": "list",
         | 
| 35639 35686 | 
             
                  "member": {
         | 
| 35640 35687 | 
             
                    "shape": "So6",
         | 
| 35641 35688 | 
             
                    "locationName": "item"
         | 
| 35642 35689 | 
             
                  }
         | 
| 35643 35690 | 
             
                },
         | 
| 35644 | 
            -
                " | 
| 35691 | 
            +
                "S24d": {
         | 
| 35645 35692 | 
             
                  "type": "structure",
         | 
| 35646 35693 | 
             
                  "members": {
         | 
| 35647 35694 | 
             
                    "Comment": {},
         | 
| @@ -35656,14 +35703,14 @@ | |
| 35656 35703 | 
             
                    }
         | 
| 35657 35704 | 
             
                  }
         | 
| 35658 35705 | 
             
                },
         | 
| 35659 | 
            -
                " | 
| 35706 | 
            +
                "S24g": {
         | 
| 35660 35707 | 
             
                  "type": "structure",
         | 
| 35661 35708 | 
             
                  "members": {
         | 
| 35662 35709 | 
             
                    "S3Bucket": {},
         | 
| 35663 35710 | 
             
                    "S3Key": {}
         | 
| 35664 35711 | 
             
                  }
         | 
| 35665 35712 | 
             
                },
         | 
| 35666 | 
            -
                " | 
| 35713 | 
            +
                "S24n": {
         | 
| 35667 35714 | 
             
                  "type": "structure",
         | 
| 35668 35715 | 
             
                  "required": [
         | 
| 35669 35716 | 
             
                    "Bytes",
         | 
| @@ -35684,7 +35731,7 @@ | |
| 35684 35731 | 
             
                    }
         | 
| 35685 35732 | 
             
                  }
         | 
| 35686 35733 | 
             
                },
         | 
| 35687 | 
            -
                " | 
| 35734 | 
            +
                "S24o": {
         | 
| 35688 35735 | 
             
                  "type": "structure",
         | 
| 35689 35736 | 
             
                  "required": [
         | 
| 35690 35737 | 
             
                    "Size"
         | 
| @@ -35696,25 +35743,25 @@ | |
| 35696 35743 | 
             
                    }
         | 
| 35697 35744 | 
             
                  }
         | 
| 35698 35745 | 
             
                },
         | 
| 35699 | 
            -
                " | 
| 35746 | 
            +
                "S25y": {
         | 
| 35700 35747 | 
             
                  "type": "list",
         | 
| 35701 35748 | 
             
                  "member": {
         | 
| 35702 35749 | 
             
                    "locationName": "UserId"
         | 
| 35703 35750 | 
             
                  }
         | 
| 35704 35751 | 
             
                },
         | 
| 35705 | 
            -
                " | 
| 35752 | 
            +
                "S25z": {
         | 
| 35706 35753 | 
             
                  "type": "list",
         | 
| 35707 35754 | 
             
                  "member": {
         | 
| 35708 35755 | 
             
                    "locationName": "UserGroup"
         | 
| 35709 35756 | 
             
                  }
         | 
| 35710 35757 | 
             
                },
         | 
| 35711 | 
            -
                " | 
| 35758 | 
            +
                "S260": {
         | 
| 35712 35759 | 
             
                  "type": "list",
         | 
| 35713 35760 | 
             
                  "member": {
         | 
| 35714 35761 | 
             
                    "locationName": "ProductCode"
         | 
| 35715 35762 | 
             
                  }
         | 
| 35716 35763 | 
             
                },
         | 
| 35717 | 
            -
                " | 
| 35764 | 
            +
                "S262": {
         | 
| 35718 35765 | 
             
                  "type": "list",
         | 
| 35719 35766 | 
             
                  "member": {
         | 
| 35720 35767 | 
             
                    "locationName": "item",
         | 
| @@ -35725,14 +35772,14 @@ | |
| 35725 35772 | 
             
                    }
         | 
| 35726 35773 | 
             
                  }
         | 
| 35727 35774 | 
             
                },
         | 
| 35728 | 
            -
                " | 
| 35775 | 
            +
                "S267": {
         | 
| 35729 35776 | 
             
                  "type": "list",
         | 
| 35730 35777 | 
             
                  "member": {
         | 
| 35731 35778 | 
             
                    "shape": "S1i",
         | 
| 35732 35779 | 
             
                    "locationName": "item"
         | 
| 35733 35780 | 
             
                  }
         | 
| 35734 35781 | 
             
                },
         | 
| 35735 | 
            -
                " | 
| 35782 | 
            +
                "S26k": {
         | 
| 35736 35783 | 
             
                  "type": "structure",
         | 
| 35737 35784 | 
             
                  "members": {
         | 
| 35738 35785 | 
             
                    "CapacityReservationPreference": {},
         | 
| @@ -35741,7 +35788,7 @@ | |
| 35741 35788 | 
             
                    }
         | 
| 35742 35789 | 
             
                  }
         | 
| 35743 35790 | 
             
                },
         | 
| 35744 | 
            -
                " | 
| 35791 | 
            +
                "S279": {
         | 
| 35745 35792 | 
             
                  "type": "list",
         | 
| 35746 35793 | 
             
                  "member": {
         | 
| 35747 35794 | 
             
                    "type": "structure",
         | 
| @@ -35750,7 +35797,7 @@ | |
| 35750 35797 | 
             
                    }
         | 
| 35751 35798 | 
             
                  }
         | 
| 35752 35799 | 
             
                },
         | 
| 35753 | 
            -
                " | 
| 35800 | 
            +
                "S29y": {
         | 
| 35754 35801 | 
             
                  "type": "structure",
         | 
| 35755 35802 | 
             
                  "members": {
         | 
| 35756 35803 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -35764,7 +35811,7 @@ | |
| 35764 35811 | 
             
                    }
         | 
| 35765 35812 | 
             
                  }
         | 
| 35766 35813 | 
             
                },
         | 
| 35767 | 
            -
                " | 
| 35814 | 
            +
                "S2a0": {
         | 
| 35768 35815 | 
             
                  "type": "structure",
         | 
| 35769 35816 | 
             
                  "members": {
         | 
| 35770 35817 | 
             
                    "AllowDnsResolutionFromRemoteVpc": {
         | 
| @@ -35781,7 +35828,7 @@ | |
| 35781 35828 | 
             
                    }
         | 
| 35782 35829 | 
             
                  }
         | 
| 35783 35830 | 
             
                },
         | 
| 35784 | 
            -
                " | 
| 35831 | 
            +
                "S2af": {
         | 
| 35785 35832 | 
             
                  "type": "list",
         | 
| 35786 35833 | 
             
                  "member": {
         | 
| 35787 35834 | 
             
                    "locationName": "item",
         | 
| @@ -35797,13 +35844,13 @@ | |
| 35797 35844 | 
             
                    }
         | 
| 35798 35845 | 
             
                  }
         | 
| 35799 35846 | 
             
                },
         | 
| 35800 | 
            -
                " | 
| 35847 | 
            +
                "S2e9": {
         | 
| 35801 35848 | 
             
                  "type": "list",
         | 
| 35802 35849 | 
             
                  "member": {
         | 
| 35803 35850 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 35804 35851 | 
             
                  }
         | 
| 35805 35852 | 
             
                },
         | 
| 35806 | 
            -
                " | 
| 35853 | 
            +
                "S2ex": {
         | 
| 35807 35854 | 
             
                  "type": "list",
         | 
| 35808 35855 | 
             
                  "member": {
         | 
| 35809 35856 | 
             
                    "locationName": "item",
         | 
| @@ -35823,7 +35870,7 @@ | |
| 35823 35870 | 
             
                    }
         | 
| 35824 35871 | 
             
                  }
         | 
| 35825 35872 | 
             
                },
         | 
| 35826 | 
            -
                " | 
| 35873 | 
            +
                "S2fn": {
         | 
| 35827 35874 | 
             
                  "type": "list",
         | 
| 35828 35875 | 
             
                  "member": {
         | 
| 35829 35876 | 
             
                    "locationName": "item",
         |