@jjrawlins/cdk-ami-builder 0.0.157 → 0.0.159
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 +11 -11
- package/cdkamibuilder/go.mod +1 -1
- package/cdkamibuilder/jsii/jsii.go +2 -2
- package/cdkamibuilder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +801 -34324
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/models/EC2ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +30591 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +27 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +130 -74
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribePlacementGroupsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +34 -72
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +95 -89
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +88 -33
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +63 -51
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +56 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +11 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +23 -23
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +22 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +20 -16
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/package.json +39 -39
- package/node_modules/@aws-sdk/client-ecs/README.md +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +254 -4069
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +156 -156
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +68 -68
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +252 -246
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -15
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +338 -338
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +74 -128
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3435 -9819
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
- package/node_modules/@aws-sdk/client-ecs/package.json +38 -38
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +83 -2269
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1394 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +3 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +288 -280
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +5 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +11 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +29 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +52 -45
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
- package/node_modules/@aws-sdk/client-kms/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +133 -4006
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3256 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +102 -96
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-s3/package.json +53 -53
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +49 -955
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +37 -37
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +63 -2198
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/SFNServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/errors.js +441 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-cjs/schemas/schemas_0.js +1515 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +236 -230
- package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +39 -32
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
- package/node_modules/@aws-sdk/client-sfn/package.json +37 -37
- package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +68 -1712
- package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/models/errors.js +452 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/schemas/schemas_0.js +1066 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +219 -213
- package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +40 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
- package/node_modules/@aws-sdk/client-sns/package.json +37 -37
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +49 -1248
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/SQSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/errors.js +368 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/schemas/schemas_0.js +764 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +171 -165
- package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +35 -28
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -28
- package/node_modules/@aws-sdk/client-sqs/package.json +39 -39
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +172 -8469
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1633 -1626
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
- package/node_modules/@aws-sdk/client-ssm/package.json +38 -38
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -10
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +19 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +11 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +6 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader/package.json +5 -5
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +6 -6
- package/node_modules/@smithy/config-resolver/package.json +10 -10
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +31 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +25 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
- package/node_modules/@smithy/eventstream-codec/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/hash-blob-browser/package.json +9 -9
- package/node_modules/@smithy/hash-node/package.json +8 -8
- package/node_modules/@smithy/hash-stream-node/package.json +8 -8
- package/node_modules/@smithy/invalid-dependency/package.json +6 -6
- package/node_modules/@smithy/is-array-buffer/package.json +5 -5
- package/node_modules/@smithy/md5-js/package.json +9 -9
- package/node_modules/@smithy/middleware-content-length/package.json +7 -7
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +7 -7
- package/node_modules/@smithy/middleware-stack/package.json +6 -6
- package/node_modules/@smithy/node-config-provider/package.json +8 -8
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +6 -6
- package/node_modules/@smithy/protocol-http/package.json +6 -6
- package/node_modules/@smithy/querystring-builder/package.json +7 -7
- package/node_modules/@smithy/querystring-parser/package.json +6 -6
- package/node_modules/@smithy/service-error-classification/package.json +6 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
- package/node_modules/@smithy/signature-v4/package.json +12 -12
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +30 -16
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +10 -8
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +7 -7
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +7 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
- package/node_modules/@smithy/util-body-length-node/package.json +5 -5
- package/node_modules/@smithy/util-buffer-from/package.json +6 -6
- package/node_modules/@smithy/util-config-provider/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +7 -7
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
- package/node_modules/@smithy/util-middleware/package.json +6 -6
- package/node_modules/@smithy/util-retry/package.json +7 -7
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +8 -8
- package/node_modules/@smithy/util-uri-escape/package.json +5 -5
- package/node_modules/@smithy/util-utf8/package.json +6 -6
- package/node_modules/@smithy/util-waiter/package.json +7 -7
- package/node_modules/@smithy/uuid/package.json +5 -5
- package/package.json +14 -14
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -424
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -152
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
|
@@ -390,13 +390,17 @@ const _AWSAKI = "AWSAccessKeyId";
|
|
|
390
390
|
const _AZ = "AvailabilityZone";
|
|
391
391
|
const _AZA = "AvailabilityZoneAddress";
|
|
392
392
|
const _AZAv = "AvailabilityZoneAddresses";
|
|
393
|
-
const _AZG = "
|
|
393
|
+
const _AZG = "AvailabilityZoneGeography";
|
|
394
|
+
const _AZGL = "AvailabilityZoneGeographyList";
|
|
395
|
+
const _AZGv = "AvailabilityZoneGroup";
|
|
394
396
|
const _AZI = "AvailabilityZoneId";
|
|
395
397
|
const _AZISL = "AvailabilityZoneIdStringList";
|
|
396
398
|
const _AZIv = "AvailabilityZoneIds";
|
|
397
399
|
const _AZL = "AvailabilityZoneList";
|
|
398
400
|
const _AZM = "AvailabilityZoneMessage";
|
|
399
401
|
const _AZML = "AvailabilityZoneMessageList";
|
|
402
|
+
const _AZSG = "AvailabilityZoneSubGeography";
|
|
403
|
+
const _AZSGL = "AvailabilityZoneSubGeographyList";
|
|
400
404
|
const _AZSL = "AvailabilityZoneStringList";
|
|
401
405
|
const _AZv = "AvailabilityZones";
|
|
402
406
|
const _Ac = "Acl";
|
|
@@ -2898,6 +2902,7 @@ const _GVRBEERe = "GetVpcResourcesBlockingEncryptionEnforcementResult";
|
|
|
2898
2902
|
const _GVTRS = "GetVpnTunnelReplacementStatus";
|
|
2899
2903
|
const _GVTRSR = "GetVpnTunnelReplacementStatusRequest";
|
|
2900
2904
|
const _GVTRSRe = "GetVpnTunnelReplacementStatusResult";
|
|
2905
|
+
const _Ge = "Geography";
|
|
2901
2906
|
const _Gp = "Gpus";
|
|
2902
2907
|
const _Gr = "Group";
|
|
2903
2908
|
const _H = "Hosts";
|
|
@@ -2931,6 +2936,7 @@ const _HRo = "HostReservation";
|
|
|
2931
2936
|
const _HS = "HibernationSupported";
|
|
2932
2937
|
const _HSa = "HaStatus";
|
|
2933
2938
|
const _HT = "HttpTokens";
|
|
2939
|
+
const _HTE = "HttpTokensEnforced";
|
|
2934
2940
|
const _HTo = "HostnameType";
|
|
2935
2941
|
const _HZI = "HostedZoneId";
|
|
2936
2942
|
const _Hi = "Hibernate";
|
|
@@ -4217,6 +4223,7 @@ const _NTI = "NitroTpmInfo";
|
|
|
4217
4223
|
const _NTS = "NitroTpmSupport";
|
|
4218
4224
|
const _NTSVL = "NitroTpmSupportedVersionsList";
|
|
4219
4225
|
const _NTe = "NextToken";
|
|
4226
|
+
const _NV = "NestedVirtualization";
|
|
4220
4227
|
const _Na = "Nameservers";
|
|
4221
4228
|
const _O = "Origin";
|
|
4222
4229
|
const _OA = "OutpostArn";
|
|
@@ -4669,9 +4676,11 @@ const _RFISL = "ReservationFleetInstanceSpecificationList";
|
|
|
4669
4676
|
const _RFP = "RekeyFuzzPercentage";
|
|
4670
4677
|
const _RFPR = "RequestFilterPortRange";
|
|
4671
4678
|
const _RFe = "RemoveField";
|
|
4679
|
+
const _RG = "RegionGeography";
|
|
4672
4680
|
const _RGA = "RuleGroupArn";
|
|
4673
4681
|
const _RGI = "ReferencedGroupId";
|
|
4674
4682
|
const _RGIe = "ReferencedGroupInfo";
|
|
4683
|
+
const _RGL = "RegionGeographyList";
|
|
4675
4684
|
const _RGLBA = "RemoveGatewayLoadBalancerArns";
|
|
4676
4685
|
const _RGLBAe = "RemoveGatewayLoadBalancerArn";
|
|
4677
4686
|
const _RGROP = "RuleGroupRuleOptionsPairs";
|
|
@@ -5085,7 +5094,7 @@ const _SFRIp = "SpotFleetRequestIds";
|
|
|
5085
5094
|
const _SFRS = "SpotFleetRequestState";
|
|
5086
5095
|
const _SFTS = "SpotFleetTagSpecification";
|
|
5087
5096
|
const _SFTSL = "SpotFleetTagSpecificationList";
|
|
5088
|
-
const _SG = "
|
|
5097
|
+
const _SG = "SubGeography";
|
|
5089
5098
|
const _SGA = "SecurityGroupArn";
|
|
5090
5099
|
const _SGFV = "SecurityGroupForVpcs";
|
|
5091
5100
|
const _SGFVL = "SecurityGroupForVpcList";
|
|
@@ -5119,7 +5128,8 @@ const _SGSL = "SecurityGroupStringList";
|
|
|
5119
5128
|
const _SGVA = "SecurityGroupVpcAssociations";
|
|
5120
5129
|
const _SGVAL = "SecurityGroupVpcAssociationList";
|
|
5121
5130
|
const _SGVAe = "SecurityGroupVpcAssociation";
|
|
5122
|
-
const _SGe = "
|
|
5131
|
+
const _SGe = "SecurityGroups";
|
|
5132
|
+
const _SGec = "SecurityGroup";
|
|
5123
5133
|
const _SH = "StartHour";
|
|
5124
5134
|
const _SI = "SubnetIds";
|
|
5125
5135
|
const _SIA = "ScheduledInstanceAvailability";
|
|
@@ -6671,8 +6681,9 @@ const _gM = "groupMember";
|
|
|
6671
6681
|
const _gN = "groupName";
|
|
6672
6682
|
const _gOI = "groupOwnerId";
|
|
6673
6683
|
const _gPS = "gpuPartitionSize";
|
|
6674
|
-
const _gS = "
|
|
6675
|
-
const _gSr = "
|
|
6684
|
+
const _gS = "geographySet";
|
|
6685
|
+
const _gSr = "groupSet";
|
|
6686
|
+
const _gSro = "groupSource";
|
|
6676
6687
|
const _gp = "gpus";
|
|
6677
6688
|
const _gr = "groups";
|
|
6678
6689
|
const _h = "hypervisor";
|
|
@@ -6695,6 +6706,7 @@ const _hS = "hostSet";
|
|
|
6695
6706
|
const _hSa = "haStatus";
|
|
6696
6707
|
const _hSi = "hibernationSupported";
|
|
6697
6708
|
const _hT = "httpTokens";
|
|
6709
|
+
const _hTE = "httpTokensEnforced";
|
|
6698
6710
|
const _hTo = "hostnameType";
|
|
6699
6711
|
const _hZI = "hostedZoneId";
|
|
6700
6712
|
const _i = "id";
|
|
@@ -7210,6 +7222,7 @@ const _nT = "networkType";
|
|
|
7210
7222
|
const _nTI = "nitroTpmInfo";
|
|
7211
7223
|
const _nTS = "nitroTpmSupport";
|
|
7212
7224
|
const _nTe = "nextToken";
|
|
7225
|
+
const _nV = "nestedVirtualization";
|
|
7213
7226
|
const _o = "origin";
|
|
7214
7227
|
const _oA = "outpostArn";
|
|
7215
7228
|
const _oAr = "organizationsAccess";
|
|
@@ -7577,7 +7590,7 @@ const _req = "requested";
|
|
|
7577
7590
|
const _res = "result";
|
|
7578
7591
|
const _ro = "route";
|
|
7579
7592
|
const _rou = "routes";
|
|
7580
|
-
const _s = "
|
|
7593
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2";
|
|
7581
7594
|
const _sA = "sourceArn";
|
|
7582
7595
|
const _sAS = "sourceAddressSet";
|
|
7583
7596
|
const _sASu = "suggestedAccountSet";
|
|
@@ -7635,7 +7648,8 @@ const _sGRI = "securityGroupRuleId";
|
|
|
7635
7648
|
const _sGRS = "securityGroupRuleSet";
|
|
7636
7649
|
const _sGRSe = "securityGroupReferenceSet";
|
|
7637
7650
|
const _sGRSec = "securityGroupReferencingSupport";
|
|
7638
|
-
const _sGS = "
|
|
7651
|
+
const _sGS = "subGeographySet";
|
|
7652
|
+
const _sGSe = "securityGroupSet";
|
|
7639
7653
|
const _sGVAS = "securityGroupVpcAssociationSet";
|
|
7640
7654
|
const _sGe = "securityGroups";
|
|
7641
7655
|
const _sH = "startHour";
|
|
@@ -7773,8 +7787,8 @@ const _scop = "scopes";
|
|
|
7773
7787
|
const _scor = "score";
|
|
7774
7788
|
const _se = "service";
|
|
7775
7789
|
const _si = "size";
|
|
7776
|
-
const
|
|
7777
|
-
const
|
|
7790
|
+
const _so = "source";
|
|
7791
|
+
const _soc = "sockets";
|
|
7778
7792
|
const _sof = "software";
|
|
7779
7793
|
const _st = "state";
|
|
7780
7794
|
const _sta = "status";
|
|
@@ -8072,6 +8086,12 @@ const _zT = "zoneType";
|
|
|
8072
8086
|
const n0 = "com.amazonaws.ec2";
|
|
8073
8087
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
8074
8088
|
import { EC2ServiceException } from "../models/EC2ServiceException";
|
|
8089
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
8090
|
+
export var EC2ServiceException$ = [-3, _s, "EC2ServiceException", 0, [], []];
|
|
8091
|
+
_s_registry.registerError(EC2ServiceException$, EC2ServiceException);
|
|
8092
|
+
export const errorTypeRegistries = [
|
|
8093
|
+
_s_registry,
|
|
8094
|
+
];
|
|
8075
8095
|
var ClientSecretType = [0, n0, _CST, 8, 0];
|
|
8076
8096
|
var CopySnapshotRequestPSU = [0, n0, _CSRPSU, 8, 0];
|
|
8077
8097
|
var customerGatewayConfiguration = [0, n0, _cGC, 8, 0];
|
|
@@ -8213,7 +8233,7 @@ export var AccessScopePath$ = [3, n0, _ASP,
|
|
|
8213
8233
|
0,
|
|
8214
8234
|
[_S, _D, _TR],
|
|
8215
8235
|
[[() => PathStatement$, { [_eQN]: `Source`,
|
|
8216
|
-
[_xN]:
|
|
8236
|
+
[_xN]: _so }], [() => PathStatement$, { [_eQN]: `Destination`,
|
|
8217
8237
|
[_xN]: _d }], [() => ThroughResourcesStatementList, { [_eQN]: `ThroughResourceSet`,
|
|
8218
8238
|
[_xN]: _tRS }]]
|
|
8219
8239
|
];
|
|
@@ -8975,7 +8995,7 @@ export var AuthorizeSecurityGroupIngressResult$ = [3, n0, _ASGIRu,
|
|
|
8975
8995
|
];
|
|
8976
8996
|
export var AvailabilityZone$ = [3, n0, _AZ,
|
|
8977
8997
|
0,
|
|
8978
|
-
[_OIS, _Mes, _RN, _ZN, _ZI, _GN, _NBG, _ZT, _PZN, _PZI, _GLN, _St],
|
|
8998
|
+
[_OIS, _Mes, _RN, _ZN, _ZI, _GN, _NBG, _ZT, _PZN, _PZI, _GLN, _Ge, _SG, _St],
|
|
8979
8999
|
[[0, { [_eQN]: `OptInStatus`,
|
|
8980
9000
|
[_xN]: _oIS }], [() => AvailabilityZoneMessageList, { [_eQN]: `MessageSet`,
|
|
8981
9001
|
[_xN]: _mS }], [0, { [_eQN]: `RegionName`,
|
|
@@ -8987,7 +9007,9 @@ export var AvailabilityZone$ = [3, n0, _AZ,
|
|
|
8987
9007
|
[_xN]: _zT }], [0, { [_eQN]: `ParentZoneName`,
|
|
8988
9008
|
[_xN]: _pZN }], [0, { [_eQN]: `ParentZoneId`,
|
|
8989
9009
|
[_xN]: _pZI }], [0, { [_eQN]: `GroupLongName`,
|
|
8990
|
-
[_xN]: _gLN }], [
|
|
9010
|
+
[_xN]: _gLN }], [() => AvailabilityZoneGeographyList, { [_eQN]: `GeographySet`,
|
|
9011
|
+
[_xN]: _gS }], [() => AvailabilityZoneSubGeographyList, { [_eQN]: `SubGeographySet`,
|
|
9012
|
+
[_xN]: _sGS }], [0, { [_eQN]: `ZoneState`,
|
|
8991
9013
|
[_xN]: _zS }]]
|
|
8992
9014
|
];
|
|
8993
9015
|
export var AvailabilityZoneAddress$ = [3, n0, _AZA,
|
|
@@ -8995,12 +9017,24 @@ export var AvailabilityZoneAddress$ = [3, n0, _AZA,
|
|
|
8995
9017
|
[_AZ, _AZI, _AIll],
|
|
8996
9018
|
[0, 0, [() => AllocationIdList, { [_xN]: _AIl }]]
|
|
8997
9019
|
];
|
|
9020
|
+
export var AvailabilityZoneGeography$ = [3, n0, _AZG,
|
|
9021
|
+
0,
|
|
9022
|
+
[_N],
|
|
9023
|
+
[[0, { [_eQN]: `Name`,
|
|
9024
|
+
[_xN]: _n }]]
|
|
9025
|
+
];
|
|
8998
9026
|
export var AvailabilityZoneMessage$ = [3, n0, _AZM,
|
|
8999
9027
|
0,
|
|
9000
9028
|
[_Me],
|
|
9001
9029
|
[[0, { [_eQN]: `Message`,
|
|
9002
9030
|
[_xN]: _me }]]
|
|
9003
9031
|
];
|
|
9032
|
+
export var AvailabilityZoneSubGeography$ = [3, n0, _AZSG,
|
|
9033
|
+
0,
|
|
9034
|
+
[_N],
|
|
9035
|
+
[[0, { [_eQN]: `Name`,
|
|
9036
|
+
[_xN]: _n }]]
|
|
9037
|
+
];
|
|
9004
9038
|
export var AvailableCapacity$ = [3, n0, _ACv,
|
|
9005
9039
|
0,
|
|
9006
9040
|
[_AIC, _AVC],
|
|
@@ -9598,7 +9632,7 @@ export var ClassicLinkInstance$ = [3, n0, _CLI,
|
|
|
9598
9632
|
0,
|
|
9599
9633
|
[_G, _II, _T, _VI],
|
|
9600
9634
|
[[() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
9601
|
-
[_xN]:
|
|
9635
|
+
[_xN]: _gSr }], [0, { [_eQN]: `InstanceId`,
|
|
9602
9636
|
[_xN]: _iI }], [() => TagList, { [_eQN]: `TagSet`,
|
|
9603
9637
|
[_xN]: _tS }], [0, { [_eQN]: `VpcId`,
|
|
9604
9638
|
[_xN]: _vI }]]
|
|
@@ -9951,16 +9985,17 @@ export var CopyVolumesResult$ = [3, n0, _CVRop,
|
|
|
9951
9985
|
];
|
|
9952
9986
|
export var CpuOptions$ = [3, n0, _CO,
|
|
9953
9987
|
0,
|
|
9954
|
-
[_CCor, _TPC, _ASS],
|
|
9988
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
9955
9989
|
[[1, { [_eQN]: `CoreCount`,
|
|
9956
9990
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
9957
9991
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
9958
|
-
[_xN]: _aSS }]]
|
|
9992
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
9993
|
+
[_xN]: _nV }]]
|
|
9959
9994
|
];
|
|
9960
9995
|
export var CpuOptionsRequest$ = [3, n0, _COR,
|
|
9961
9996
|
0,
|
|
9962
|
-
[_CCor, _TPC, _ASS],
|
|
9963
|
-
[1, 1, 0]
|
|
9997
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
9998
|
+
[1, 1, 0, 0]
|
|
9964
9999
|
];
|
|
9965
10000
|
export var CpuPerformanceFactor$ = [3, n0, _CPF,
|
|
9966
10001
|
0,
|
|
@@ -10607,8 +10642,8 @@ export var CreateNetworkInterfaceResult$ = [3, n0, _CNIRr,
|
|
|
10607
10642
|
];
|
|
10608
10643
|
export var CreatePlacementGroupRequest$ = [3, n0, _CPGR,
|
|
10609
10644
|
0,
|
|
10610
|
-
[_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
|
|
10611
|
-
[1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, [2, { [_eQN]: `DryRun`,
|
|
10645
|
+
[_PCa, _TS, _SLp, _LGIi, _Op, _DR, _GN, _Str],
|
|
10646
|
+
[1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => OperatorRequest$, [2, { [_eQN]: `DryRun`,
|
|
10612
10647
|
[_xN]: _dR }], [0, { [_eQN]: `GroupName`,
|
|
10613
10648
|
[_xN]: _gN }], [0, { [_eQN]: `Strategy`,
|
|
10614
10649
|
[_xN]: _str }]]
|
|
@@ -11332,7 +11367,7 @@ export var DataResponse$ = [3, n0, _DRa,
|
|
|
11332
11367
|
[_I, _S, _D, _Met, _Stat, _Per, _MPe],
|
|
11333
11368
|
[[0, { [_eQN]: `Id`,
|
|
11334
11369
|
[_xN]: _i }], [0, { [_eQN]: `Source`,
|
|
11335
|
-
[_xN]:
|
|
11370
|
+
[_xN]: _so }], [0, { [_eQN]: `Destination`,
|
|
11336
11371
|
[_xN]: _d }], [0, { [_eQN]: `Metric`,
|
|
11337
11372
|
[_xN]: _met }], [0, { [_eQN]: `Statistic`,
|
|
11338
11373
|
[_xN]: _stat }], [0, { [_eQN]: `Period`,
|
|
@@ -13750,7 +13785,7 @@ export var DescribeNetworkInterfaceAttributeResult$ = [3, n0, _DNIARescri,
|
|
|
13750
13785
|
[[() => NetworkInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
13751
13786
|
[_xN]: _at }], [() => AttributeValue$, { [_eQN]: `Description`,
|
|
13752
13787
|
[_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
13753
|
-
[_xN]:
|
|
13788
|
+
[_xN]: _gSr }], [0, { [_eQN]: `NetworkInterfaceId`,
|
|
13754
13789
|
[_xN]: _nII }], [() => AttributeBooleanValue$, { [_eQN]: `SourceDestCheck`,
|
|
13755
13790
|
[_xN]: _sDC }], [2, { [_eQN]: `AssociatePublicIpAddress`,
|
|
13756
13791
|
[_xN]: _aPIA }]]
|
|
@@ -14062,7 +14097,7 @@ export var DescribeSecurityGroupsRequest$ = [3, n0, _DSGRes,
|
|
|
14062
14097
|
];
|
|
14063
14098
|
export var DescribeSecurityGroupsResult$ = [3, n0, _DSGResc,
|
|
14064
14099
|
0,
|
|
14065
|
-
[_NTe,
|
|
14100
|
+
[_NTe, _SGe],
|
|
14066
14101
|
[[0, { [_eQN]: `NextToken`,
|
|
14067
14102
|
[_xN]: _nTe }], [() => SecurityGroupList, { [_eQN]: `SecurityGroupInfo`,
|
|
14068
14103
|
[_xN]: _sGIec }]]
|
|
@@ -15980,7 +16015,7 @@ export var EventInformation$ = [3, n0, _EIv,
|
|
|
15980
16015
|
];
|
|
15981
16016
|
export var Explanation$ = [3, n0, _Ex,
|
|
15982
16017
|
0,
|
|
15983
|
-
[_Ac, _ARcl, _A, _Add, _ATtta, _AZv, _AZIv, _Cid, _C, _CGu, _D, _DVe, _Di, _ECx, _IRT, _IG, _LBAo, _CLBL, _LBLP, _LBT, _LBTG, _LBTGo, _LBTP, _ELBL, _MCi, _NG, _NIe, _PF, _VPC, _Po, _PRor, _PL, _Prot, _RTR, _RTo,
|
|
16018
|
+
[_Ac, _ARcl, _A, _Add, _ATtta, _AZv, _AZIv, _Cid, _C, _CGu, _D, _DVe, _Di, _ECx, _IRT, _IG, _LBAo, _CLBL, _LBLP, _LBT, _LBTG, _LBTGo, _LBTP, _ELBL, _MCi, _NG, _NIe, _PF, _VPC, _Po, _PRor, _PL, _Prot, _RTR, _RTo, _SGec, _SGRe, _SGe, _SVo, _St, _Su, _SRT, _Vp, _VE, _VCp, _VG, _TG, _TGRT, _TGRTR, _TGAra, _CAo, _CRo, _FSRi, _FSRir],
|
|
15984
16019
|
[[() => AnalysisComponent$, { [_eQN]: `Acl`,
|
|
15985
16020
|
[_xN]: _ac }], [() => AnalysisAclRule$, { [_eQN]: `AclRule`,
|
|
15986
16021
|
[_xN]: _aRc }], [0, { [_eQN]: `Address`,
|
|
@@ -16019,7 +16054,7 @@ export var Explanation$ = [3, n0, _Ex,
|
|
|
16019
16054
|
[_xN]: _rTo }], [() => AnalysisComponent$, { [_eQN]: `SecurityGroup`,
|
|
16020
16055
|
[_xN]: _sG }], [() => AnalysisSecurityGroupRule$, { [_eQN]: `SecurityGroupRule`,
|
|
16021
16056
|
[_xN]: _sGR }], [() => AnalysisComponentList, { [_eQN]: `SecurityGroupSet`,
|
|
16022
|
-
[_xN]:
|
|
16057
|
+
[_xN]: _sGSe }], [() => AnalysisComponent$, { [_eQN]: `SourceVpc`,
|
|
16023
16058
|
[_xN]: _sV }], [0, { [_eQN]: `State`,
|
|
16024
16059
|
[_xN]: _st }], [() => AnalysisComponent$, { [_eQN]: `Subnet`,
|
|
16025
16060
|
[_xN]: _su }], [() => AnalysisComponent$, { [_eQN]: `SubnetRouteTable`,
|
|
@@ -17419,7 +17454,7 @@ export var HostProperties$ = [3, n0, _HP,
|
|
|
17419
17454
|
[_xN]: _cor }], [0, { [_eQN]: `InstanceType`,
|
|
17420
17455
|
[_xN]: _iT }], [0, { [_eQN]: `InstanceFamily`,
|
|
17421
17456
|
[_xN]: _iF }], [1, { [_eQN]: `Sockets`,
|
|
17422
|
-
[_xN]:
|
|
17457
|
+
[_xN]: _soc }], [1, { [_eQN]: `TotalVCpus`,
|
|
17423
17458
|
[_xN]: _tVC }]]
|
|
17424
17459
|
];
|
|
17425
17460
|
export var HostReservation$ = [3, n0, _HRo,
|
|
@@ -17884,7 +17919,7 @@ export var InitializationStatusDetails$ = [3, n0, _ISD,
|
|
|
17884
17919
|
];
|
|
17885
17920
|
export var Instance$ = [3, n0, _In,
|
|
17886
17921
|
0,
|
|
17887
|
-
[_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT,
|
|
17922
|
+
[_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT, _SGe, _SDC, _SIRI, _SNS, _SRt, _T, _VTir, _CO, _CBI, _CRI, _CRSa, _HO, _Li, _MO, _EOn, _BM, _PDl, _UO, _UOUT, _PDNO, _IApv, _TSp, _MOa, _CIBM, _NPO, _Op, _SIec, _II, _IIm, _St, _PDN, _PDNub, _STR, _KN, _ALI, _PCro, _IT, _LTau, _Pla, _KI, _RIa, _Pl, _Mon, _SIu, _VI, _PIAr, _PIAu],
|
|
17888
17923
|
[[0, { [_eQN]: `Architecture`,
|
|
17889
17924
|
[_xN]: _arc }], [() => InstanceBlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
17890
17925
|
[_xN]: _bDM }], [0, { [_eQN]: `ClientToken`,
|
|
@@ -17900,7 +17935,7 @@ export var Instance$ = [3, n0, _In,
|
|
|
17900
17935
|
[_xN]: _oA }], [0, { [_eQN]: `RootDeviceName`,
|
|
17901
17936
|
[_xN]: _rDN }], [0, { [_eQN]: `RootDeviceType`,
|
|
17902
17937
|
[_xN]: _rDT }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
17903
|
-
[_xN]:
|
|
17938
|
+
[_xN]: _gSr }], [2, { [_eQN]: `SourceDestCheck`,
|
|
17904
17939
|
[_xN]: _sDC }], [0, { [_eQN]: `SpotInstanceRequestId`,
|
|
17905
17940
|
[_xN]: _sIRI }], [0, { [_eQN]: `SriovNetSupport`,
|
|
17906
17941
|
[_xN]: _sNSr }], [() => StateReason$, { [_eQN]: `StateReason`,
|
|
@@ -17981,7 +18016,7 @@ export var InstanceAttribute$ = [3, n0, _IAns,
|
|
|
17981
18016
|
[_xN]: _sNSr }], [() => AttributeValue$, { [_eQN]: `UserData`,
|
|
17982
18017
|
[_xN]: _uDs }], [() => AttributeBooleanValue$, { [_eQN]: `DisableApiStop`,
|
|
17983
18018
|
[_xN]: _dASi }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
17984
|
-
[_xN]:
|
|
18019
|
+
[_xN]: _gSr }]]
|
|
17985
18020
|
];
|
|
17986
18021
|
export var InstanceBlockDeviceMapping$ = [3, n0, _IBDM,
|
|
17987
18022
|
0,
|
|
@@ -18163,14 +18198,15 @@ export var InstanceMarketOptionsRequest$ = [3, n0, _IMORn,
|
|
|
18163
18198
|
];
|
|
18164
18199
|
export var InstanceMetadataDefaultsResponse$ = [3, n0, _IMDR,
|
|
18165
18200
|
0,
|
|
18166
|
-
[_HT, _HPRHL, _HE, _IMT, _MB, _MEM],
|
|
18201
|
+
[_HT, _HPRHL, _HE, _IMT, _MB, _MEM, _HTE],
|
|
18167
18202
|
[[0, { [_eQN]: `HttpTokens`,
|
|
18168
18203
|
[_xN]: _hT }], [1, { [_eQN]: `HttpPutResponseHopLimit`,
|
|
18169
18204
|
[_xN]: _hPRHL }], [0, { [_eQN]: `HttpEndpoint`,
|
|
18170
18205
|
[_xN]: _hE }], [0, { [_eQN]: `InstanceMetadataTags`,
|
|
18171
18206
|
[_xN]: _iMT }], [0, { [_eQN]: `ManagedBy`,
|
|
18172
18207
|
[_xN]: _mB }], [0, { [_eQN]: `ManagedExceptionMessage`,
|
|
18173
|
-
[_xN]: _mEM }]]
|
|
18208
|
+
[_xN]: _mEM }], [0, { [_eQN]: `HttpTokensEnforced`,
|
|
18209
|
+
[_xN]: _hTE }]]
|
|
18174
18210
|
];
|
|
18175
18211
|
export var InstanceMetadataOptionsRequest$ = [3, n0, _IMORns,
|
|
18176
18212
|
0,
|
|
@@ -18202,7 +18238,7 @@ export var InstanceNetworkInterface$ = [3, n0, _INI,
|
|
|
18202
18238
|
[_xN]: _ass }], [() => InstanceNetworkInterfaceAttachment$, { [_eQN]: `Attachment`,
|
|
18203
18239
|
[_xN]: _at }], [0, { [_eQN]: `Description`,
|
|
18204
18240
|
[_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
18205
|
-
[_xN]:
|
|
18241
|
+
[_xN]: _gSr }], [() => InstanceIpv6AddressList, { [_eQN]: `Ipv6AddressesSet`,
|
|
18206
18242
|
[_xN]: _iASp }], [0, { [_eQN]: `MacAddress`,
|
|
18207
18243
|
[_xN]: _mAa }], [0, { [_eQN]: `NetworkInterfaceId`,
|
|
18208
18244
|
[_xN]: _nII }], [0, { [_eQN]: `OwnerId`,
|
|
@@ -18603,7 +18639,7 @@ export var IpamDiscoveredAccount$ = [3, n0, _IDAp,
|
|
|
18603
18639
|
];
|
|
18604
18640
|
export var IpamDiscoveredPublicAddress$ = [3, n0, _IDPAp,
|
|
18605
18641
|
0,
|
|
18606
|
-
[_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG,
|
|
18642
|
+
[_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SGe, _STam],
|
|
18607
18643
|
[[0, { [_eQN]: `IpamResourceDiscoveryId`,
|
|
18608
18644
|
[_xN]: _iRDI }], [0, { [_eQN]: `AddressRegion`,
|
|
18609
18645
|
[_xN]: _aRd }], [0, { [_eQN]: `Address`,
|
|
@@ -18622,7 +18658,7 @@ export var IpamDiscoveredPublicAddress$ = [3, n0, _IDPAp,
|
|
|
18622
18658
|
[_xN]: _iI }], [() => IpamPublicAddressTags$, { [_eQN]: `Tags`,
|
|
18623
18659
|
[_xN]: _tag }], [0, { [_eQN]: `NetworkBorderGroup`,
|
|
18624
18660
|
[_xN]: _nBG }], [() => IpamPublicAddressSecurityGroupList, { [_eQN]: `SecurityGroupSet`,
|
|
18625
|
-
[_xN]:
|
|
18661
|
+
[_xN]: _sGSe }], [4, { [_eQN]: `SampleTime`,
|
|
18626
18662
|
[_xN]: _sTa }]]
|
|
18627
18663
|
];
|
|
18628
18664
|
export var IpamDiscoveredResourceCidr$ = [3, n0, _IDRCp,
|
|
@@ -19097,7 +19133,7 @@ export var LaunchPermissionModifications$ = [3, n0, _LPM,
|
|
|
19097
19133
|
];
|
|
19098
19134
|
export var LaunchSpecification$ = [3, n0, _LSa,
|
|
19099
19135
|
0,
|
|
19100
|
-
[_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu,
|
|
19136
|
+
[_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SGe, _Mon],
|
|
19101
19137
|
[[() => SensitiveUserData, { [_eQN]: `UserData`,
|
|
19102
19138
|
[_xN]: _uDs }], [0, { [_eQN]: `AddressingType`,
|
|
19103
19139
|
[_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
@@ -19112,7 +19148,7 @@ export var LaunchSpecification$ = [3, n0, _LSa,
|
|
|
19112
19148
|
[_xN]: _pla }], [0, { [_eQN]: `RamdiskId`,
|
|
19113
19149
|
[_xN]: _rIa }], [0, { [_eQN]: `SubnetId`,
|
|
19114
19150
|
[_xN]: _sIu }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
19115
|
-
[_xN]:
|
|
19151
|
+
[_xN]: _gSr }], [() => RunInstancesMonitoringEnabled$, { [_eQN]: `Monitoring`,
|
|
19116
19152
|
[_xN]: _mo }]]
|
|
19117
19153
|
];
|
|
19118
19154
|
export var LaunchTemplate$ = [3, n0, _LT,
|
|
@@ -19170,16 +19206,17 @@ export var LaunchTemplateConfig$ = [3, n0, _LTCa,
|
|
|
19170
19206
|
];
|
|
19171
19207
|
export var LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
|
|
19172
19208
|
0,
|
|
19173
|
-
[_CCor, _TPC, _ASS],
|
|
19209
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19174
19210
|
[[1, { [_eQN]: `CoreCount`,
|
|
19175
19211
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
19176
19212
|
[_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
|
|
19177
|
-
[_xN]: _aSS }]]
|
|
19213
|
+
[_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
|
|
19214
|
+
[_xN]: _nV }]]
|
|
19178
19215
|
];
|
|
19179
19216
|
export var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
|
|
19180
19217
|
0,
|
|
19181
|
-
[_CCor, _TPC, _ASS],
|
|
19182
|
-
[1, 1, 0]
|
|
19218
|
+
[_CCor, _TPC, _ASS, _NV],
|
|
19219
|
+
[1, 1, 0, 0]
|
|
19183
19220
|
];
|
|
19184
19221
|
export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
|
|
19185
19222
|
0,
|
|
@@ -19308,7 +19345,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification$ = [3, n0, _LTINI
|
|
|
19308
19345
|
[_xN]: _dOT }], [0, { [_eQN]: `Description`,
|
|
19309
19346
|
[_xN]: _de }], [1, { [_eQN]: `DeviceIndex`,
|
|
19310
19347
|
[_xN]: _dI }], [() => GroupIdStringList, { [_eQN]: `GroupSet`,
|
|
19311
|
-
[_xN]:
|
|
19348
|
+
[_xN]: _gSr }], [0, { [_eQN]: `InterfaceType`,
|
|
19312
19349
|
[_xN]: _iTnt }], [1, { [_eQN]: `Ipv6AddressCount`,
|
|
19313
19350
|
[_xN]: _iAC }], [() => InstanceIpv6AddressList, { [_eQN]: `Ipv6AddressesSet`,
|
|
19314
19351
|
[_xN]: _iASp }], [0, { [_eQN]: `NetworkInterfaceId`,
|
|
@@ -19989,16 +20026,17 @@ export var ModifyInstanceConnectEndpointResult$ = [3, n0, _MICERo,
|
|
|
19989
20026
|
];
|
|
19990
20027
|
export var ModifyInstanceCpuOptionsRequest$ = [3, n0, _MICOR,
|
|
19991
20028
|
0,
|
|
19992
|
-
[_II, _CCor, _TPC, _DR],
|
|
19993
|
-
[0, 1, 1, 2],
|
|
20029
|
+
[_II, _CCor, _TPC, _NV, _DR],
|
|
20030
|
+
[0, 1, 1, 0, 2], 1
|
|
19994
20031
|
];
|
|
19995
20032
|
export var ModifyInstanceCpuOptionsResult$ = [3, n0, _MICORo,
|
|
19996
20033
|
0,
|
|
19997
|
-
[_II, _CCor, _TPC],
|
|
20034
|
+
[_II, _CCor, _TPC, _NV],
|
|
19998
20035
|
[[0, { [_eQN]: `InstanceId`,
|
|
19999
20036
|
[_xN]: _iI }], [1, { [_eQN]: `CoreCount`,
|
|
20000
20037
|
[_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
|
|
20001
|
-
[_xN]: _tPC }]]
|
|
20038
|
+
[_xN]: _tPC }], [0, { [_eQN]: `NestedVirtualization`,
|
|
20039
|
+
[_xN]: _nV }]]
|
|
20002
20040
|
];
|
|
20003
20041
|
export var ModifyInstanceCreditSpecificationRequest$ = [3, n0, _MICSR,
|
|
20004
20042
|
0,
|
|
@@ -20049,8 +20087,8 @@ export var ModifyInstanceMaintenanceOptionsResult$ = [3, n0, _MIMORo,
|
|
|
20049
20087
|
];
|
|
20050
20088
|
export var ModifyInstanceMetadataDefaultsRequest$ = [3, n0, _MIMDR,
|
|
20051
20089
|
0,
|
|
20052
|
-
[_HT, _HPRHL, _HE, _IMT, _DR],
|
|
20053
|
-
[0, 1, 0, 0, 2]
|
|
20090
|
+
[_HT, _HPRHL, _HE, _IMT, _DR, _HTE],
|
|
20091
|
+
[0, 1, 0, 0, 2, 0]
|
|
20054
20092
|
];
|
|
20055
20093
|
export var ModifyInstanceMetadataDefaultsResult$ = [3, n0, _MIMDRo,
|
|
20056
20094
|
0,
|
|
@@ -20983,7 +21021,7 @@ export var NetworkInsightsPath$ = [3, n0, _NIP,
|
|
|
20983
21021
|
[_xN]: _nIPI }], [0, { [_eQN]: `NetworkInsightsPathArn`,
|
|
20984
21022
|
[_xN]: _nIPA }], [4, { [_eQN]: `CreatedDate`,
|
|
20985
21023
|
[_xN]: _cDre }], [0, { [_eQN]: `Source`,
|
|
20986
|
-
[_xN]:
|
|
21024
|
+
[_xN]: _so }], [0, { [_eQN]: `Destination`,
|
|
20987
21025
|
[_xN]: _d }], [0, { [_eQN]: `SourceArn`,
|
|
20988
21026
|
[_xN]: _sA }], [0, { [_eQN]: `DestinationArn`,
|
|
20989
21027
|
[_xN]: _dA }], [0, { [_eQN]: `SourceIp`,
|
|
@@ -21004,7 +21042,7 @@ export var NetworkInterface$ = [3, n0, _NIe,
|
|
|
21004
21042
|
[_xN]: _aZ }], [() => ConnectionTrackingConfiguration$, { [_eQN]: `ConnectionTrackingConfiguration`,
|
|
21005
21043
|
[_xN]: _cTC }], [0, { [_eQN]: `Description`,
|
|
21006
21044
|
[_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
21007
|
-
[_xN]:
|
|
21045
|
+
[_xN]: _gSr }], [0, { [_eQN]: `InterfaceType`,
|
|
21008
21046
|
[_xN]: _iTnt }], [() => NetworkInterfaceIpv6AddressesList, { [_eQN]: `Ipv6AddressesSet`,
|
|
21009
21047
|
[_xN]: _iASp }], [0, { [_eQN]: `MacAddress`,
|
|
21010
21048
|
[_xN]: _mAa }], [0, { [_eQN]: `NetworkInterfaceId`,
|
|
@@ -21402,7 +21440,7 @@ export var Placement$ = [3, n0, _Pla,
|
|
|
21402
21440
|
];
|
|
21403
21441
|
export var PlacementGroup$ = [3, n0, _PG,
|
|
21404
21442
|
0,
|
|
21405
|
-
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
|
|
21443
|
+
[_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op],
|
|
21406
21444
|
[[0, { [_eQN]: `GroupName`,
|
|
21407
21445
|
[_xN]: _gN }], [0, { [_eQN]: `State`,
|
|
21408
21446
|
[_xN]: _st }], [0, { [_eQN]: `Strategy`,
|
|
@@ -21412,7 +21450,8 @@ export var PlacementGroup$ = [3, n0, _PG,
|
|
|
21412
21450
|
[_xN]: _tS }], [0, { [_eQN]: `GroupArn`,
|
|
21413
21451
|
[_xN]: _gA }], [0, { [_eQN]: `SpreadLevel`,
|
|
21414
21452
|
[_xN]: _sLp }], [0, { [_eQN]: `LinkedGroupId`,
|
|
21415
|
-
[_xN]: _lGIi }]]
|
|
21453
|
+
[_xN]: _lGIi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
|
|
21454
|
+
[_xN]: _ope }]]
|
|
21416
21455
|
];
|
|
21417
21456
|
export var PlacementGroupInfo$ = [3, n0, _PGI,
|
|
21418
21457
|
0,
|
|
@@ -21762,9 +21801,10 @@ export var ReferencedSecurityGroup$ = [3, n0, _RSG,
|
|
|
21762
21801
|
];
|
|
21763
21802
|
export var Region$ = [3, n0, _Regi,
|
|
21764
21803
|
0,
|
|
21765
|
-
[_OIS, _RN, _Endp],
|
|
21804
|
+
[_OIS, _Ge, _RN, _Endp],
|
|
21766
21805
|
[[0, { [_eQN]: `OptInStatus`,
|
|
21767
|
-
[_xN]: _oIS }], [
|
|
21806
|
+
[_xN]: _oIS }], [() => RegionGeographyList, { [_eQN]: `GeographySet`,
|
|
21807
|
+
[_xN]: _gS }], [0, { [_eQN]: `RegionName`,
|
|
21768
21808
|
[_xN]: _rNe }], [0, { [_eQN]: `RegionEndpoint`,
|
|
21769
21809
|
[_xN]: _rEe }]]
|
|
21770
21810
|
];
|
|
@@ -21776,6 +21816,12 @@ export var RegionalSummary$ = [3, n0, _RSeg,
|
|
|
21776
21816
|
[_xN]: _nOMA }], [1, { [_eQN]: `NumberOfUnmatchedAccounts`,
|
|
21777
21817
|
[_xN]: _nOUA }]]
|
|
21778
21818
|
];
|
|
21819
|
+
export var RegionGeography$ = [3, n0, _RG,
|
|
21820
|
+
0,
|
|
21821
|
+
[_N],
|
|
21822
|
+
[[0, { [_eQN]: `Name`,
|
|
21823
|
+
[_xN]: _n }]]
|
|
21824
|
+
];
|
|
21779
21825
|
export var RegisteredInstance$ = [3, n0, _RIeg,
|
|
21780
21826
|
0,
|
|
21781
21827
|
[_II, _SSLU, _HSa, _PSro, _LUTa, _SSC, _T],
|
|
@@ -22100,8 +22146,8 @@ export var RequestIpamResourceTag$ = [3, n0, _RIRT,
|
|
|
22100
22146
|
];
|
|
22101
22147
|
export var RequestLaunchTemplateData$ = [3, n0, _RLTD,
|
|
22102
22148
|
0,
|
|
22103
|
-
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe,
|
|
22104
|
-
[0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]:
|
|
22149
|
+
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SGe, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
|
|
22150
|
+
[0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGec }], () => LaunchTemplateInstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => LaunchTemplateCpuOptionsRequest$, () => LaunchTemplateCapacityReservationSpecificationRequest$, [() => LaunchTemplateLicenseSpecificationListRequest, { [_xN]: _LSi }], () => LaunchTemplateHibernationOptionsRequest$, () => LaunchTemplateInstanceMetadataOptionsRequest$, () => LaunchTemplateEnclaveOptionsRequest$, [() => InstanceRequirementsRequest$, 0], () => LaunchTemplatePrivateDnsNameOptionsRequest$, () => LaunchTemplateInstanceMaintenanceOptionsRequest$, 2, () => OperatorRequest$, () => LaunchTemplateNetworkPerformanceOptionsRequest$, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList, { [_xN]: _SIeco }]]
|
|
22105
22151
|
];
|
|
22106
22152
|
export var RequestSpotFleetRequest$ = [3, n0, _RSFR,
|
|
22107
22153
|
0,
|
|
@@ -22118,7 +22164,7 @@ export var RequestSpotFleetResponse$ = [3, n0, _RSFRe,
|
|
|
22118
22164
|
];
|
|
22119
22165
|
export var RequestSpotInstancesRequest$ = [3, n0, _RSIR,
|
|
22120
22166
|
0,
|
|
22121
|
-
[_LSa, _TS, _IIB, _DR, _SPp, _CT, _IC, _Ty, _VF, _VU, _LGa,
|
|
22167
|
+
[_LSa, _TS, _IIB, _DR, _SPp, _CT, _IC, _Ty, _VF, _VU, _LGa, _AZGv, _BDMlo],
|
|
22122
22168
|
[[() => RequestSpotLaunchSpecification$, 0], [() => TagSpecificationList, { [_xN]: _TSa }], 0, [2, { [_eQN]: `DryRun`,
|
|
22123
22169
|
[_xN]: _dR }], [0, { [_eQN]: `SpotPrice`,
|
|
22124
22170
|
[_xN]: _sPp }], [0, { [_eQN]: `ClientToken`,
|
|
@@ -22139,8 +22185,8 @@ export var RequestSpotInstancesResult$ = [3, n0, _RSIRe,
|
|
|
22139
22185
|
];
|
|
22140
22186
|
export var RequestSpotLaunchSpecification$ = [3, n0, _RSLS,
|
|
22141
22187
|
0,
|
|
22142
|
-
[_SGIe,
|
|
22143
|
-
[[() => RequestSpotLaunchSpecificationSecurityGroupIdList, { [_xN]: _SGI }], [() => RequestSpotLaunchSpecificationSecurityGroupList, { [_xN]:
|
|
22188
|
+
[_SGIe, _SGe, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
|
|
22189
|
+
[[() => RequestSpotLaunchSpecificationSecurityGroupIdList, { [_xN]: _SGI }], [() => RequestSpotLaunchSpecificationSecurityGroupList, { [_xN]: _SGec }], [0, { [_eQN]: `AddressingType`,
|
|
22144
22190
|
[_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
22145
22191
|
[_xN]: _bDM }], [2, { [_eQN]: `EbsOptimized`,
|
|
22146
22192
|
[_xN]: _eO }], [() => IamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
|
|
@@ -22162,7 +22208,7 @@ export var Reservation$ = [3, n0, _Reser,
|
|
|
22162
22208
|
[_xN]: _rI }], [0, { [_eQN]: `OwnerId`,
|
|
22163
22209
|
[_xN]: _oI }], [0, { [_eQN]: `RequesterId`,
|
|
22164
22210
|
[_xN]: _rIeq }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
22165
|
-
[_xN]:
|
|
22211
|
+
[_xN]: _gSr }], [() => InstanceList, { [_eQN]: `InstancesSet`,
|
|
22166
22212
|
[_xN]: _iSn }]]
|
|
22167
22213
|
];
|
|
22168
22214
|
export var ReservationFleetInstanceSpecification$ = [3, n0, _RFIS,
|
|
@@ -22382,7 +22428,7 @@ export var ResponseError$ = [3, n0, _REe,
|
|
|
22382
22428
|
];
|
|
22383
22429
|
export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
22384
22430
|
0,
|
|
22385
|
-
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe,
|
|
22431
|
+
[_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SGe, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
|
|
22386
22432
|
[[0, { [_eQN]: `KernelId`,
|
|
22387
22433
|
[_xN]: _kI }], [2, { [_eQN]: `EbsOptimized`,
|
|
22388
22434
|
[_xN]: _eO }], [() => LaunchTemplateIamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
|
|
@@ -22402,7 +22448,7 @@ export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
|
|
|
22402
22448
|
[_xN]: _eGSS }], [() => LaunchTemplateElasticInferenceAcceleratorResponseList, { [_eQN]: `ElasticInferenceAcceleratorSet`,
|
|
22403
22449
|
[_xN]: _eIAS }], [() => ValueStringList, { [_eQN]: `SecurityGroupIdSet`,
|
|
22404
22450
|
[_xN]: _sGIS }], [() => ValueStringList, { [_eQN]: `SecurityGroupSet`,
|
|
22405
|
-
[_xN]:
|
|
22451
|
+
[_xN]: _sGSe }], [() => LaunchTemplateInstanceMarketOptions$, { [_eQN]: `InstanceMarketOptions`,
|
|
22406
22452
|
[_xN]: _iMOn }], [() => CreditSpecification$, { [_eQN]: `CreditSpecification`,
|
|
22407
22453
|
[_xN]: _cSr }], [() => LaunchTemplateCpuOptions$, { [_eQN]: `CpuOptions`,
|
|
22408
22454
|
[_xN]: _cO }], [() => LaunchTemplateCapacityReservationSpecificationResponse$, { [_eQN]: `CapacityReservationSpecification`,
|
|
@@ -22754,8 +22800,8 @@ export var RunInstancesMonitoringEnabled$ = [3, n0, _RIME,
|
|
|
22754
22800
|
];
|
|
22755
22801
|
export var RunInstancesRequest$ = [3, n0, _RIRu,
|
|
22756
22802
|
0,
|
|
22757
|
-
[_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe,
|
|
22758
|
-
[1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]:
|
|
22803
|
+
[_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe, _SGe, _SIu, _UDs, _EGSla, _EIAl, _TS, _LT, _IMOns, _CSr, _CO, _CRSa, _HO, _LS, _MO, _EOn, _PDNO, _MOa, _DASi, _EPI, _NPO, _Op, _SIec, _DR, _DAT, _IISB, _PIAr, _CT, _AId, _NIet, _IIP, _EO],
|
|
22804
|
+
[1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGec }], 0, [() => RunInstancesUserData, 0], [() => ElasticGpuSpecifications, 0], [() => ElasticInferenceAccelerators, { [_xN]: _EIA }], [() => TagSpecificationList, { [_xN]: _TSa }], () => LaunchTemplateSpecification$, () => InstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => CpuOptionsRequest$, () => CapacityReservationSpecification$, () => HibernationOptionsRequest$, [() => LicenseSpecificationListRequest, { [_xN]: _LSi }], () => InstanceMetadataOptionsRequest$, () => EnclaveOptionsRequest$, () => PrivateDnsNameOptionsRequest$, () => InstanceMaintenanceOptionsRequest$, 2, 2, () => InstanceNetworkPerformanceOptionsRequest$, () => OperatorRequest$, [() => InstanceSecondaryInterfaceSpecificationListRequest, { [_xN]: _SIeco }], [2, { [_eQN]: `DryRun`,
|
|
22759
22805
|
[_xN]: _dR }], [2, { [_eQN]: `DisableApiTermination`,
|
|
22760
22806
|
[_xN]: _dAT }], [0, { [_eQN]: `InstanceInitiatedShutdownBehavior`,
|
|
22761
22807
|
[_xN]: _iISB }], [0, { [_eQN]: `PrivateIpAddress`,
|
|
@@ -23023,7 +23069,7 @@ export var SecondarySubnetIpv4CidrBlockAssociation$ = [3, n0, _SSICBA,
|
|
|
23023
23069
|
[_xN]: _st }], [0, { [_eQN]: `StateReason`,
|
|
23024
23070
|
[_xN]: _sRt }]]
|
|
23025
23071
|
];
|
|
23026
|
-
export var SecurityGroup$ = [3, n0,
|
|
23072
|
+
export var SecurityGroup$ = [3, n0, _SGec,
|
|
23027
23073
|
0,
|
|
23028
23074
|
[_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
|
|
23029
23075
|
[[0, { [_eQN]: `GroupId`,
|
|
@@ -23320,7 +23366,7 @@ export var SpotDatafeedSubscription$ = [3, n0, _SDS,
|
|
|
23320
23366
|
];
|
|
23321
23367
|
export var SpotFleetLaunchSpecification$ = [3, n0, _SFLS,
|
|
23322
23368
|
0,
|
|
23323
|
-
[_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn,
|
|
23369
|
+
[_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SGe],
|
|
23324
23370
|
[[0, { [_eQN]: `AddressingType`,
|
|
23325
23371
|
[_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
|
|
23326
23372
|
[_xN]: _bDM }], [2, { [_eQN]: `EbsOptimized`,
|
|
@@ -23340,7 +23386,7 @@ export var SpotFleetLaunchSpecification$ = [3, n0, _SFLS,
|
|
|
23340
23386
|
[_xN]: _wC }], [() => SpotFleetTagSpecificationList, { [_eQN]: `TagSpecificationSet`,
|
|
23341
23387
|
[_xN]: _tSS }], [() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`,
|
|
23342
23388
|
[_xN]: _iR }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
|
|
23343
|
-
[_xN]:
|
|
23389
|
+
[_xN]: _gSr }]]
|
|
23344
23390
|
];
|
|
23345
23391
|
export var SpotFleetMonitoring$ = [3, n0, _SFM,
|
|
23346
23392
|
0,
|
|
@@ -23398,7 +23444,7 @@ export var SpotFleetTagSpecification$ = [3, n0, _SFTS,
|
|
|
23398
23444
|
];
|
|
23399
23445
|
export var SpotInstanceRequest$ = [3, n0, _SIRp,
|
|
23400
23446
|
0,
|
|
23401
|
-
[_ABHP,
|
|
23447
|
+
[_ABHP, _AZGv, _BDMlo, _CTr, _Fa, _II, _LGa, _LSa, _LAZ, _LAZI, _PDr, _SIRI, _SPp, _St, _Sta, _T, _Ty, _VF, _VU, _IIB],
|
|
23402
23448
|
[[0, { [_eQN]: `ActualBlockHourlyPrice`,
|
|
23403
23449
|
[_xN]: _aBHP }], [0, { [_eQN]: `AvailabilityZoneGroup`,
|
|
23404
23450
|
[_xN]: _aZG }], [1, { [_eQN]: `BlockDurationMinutes`,
|
|
@@ -23694,7 +23740,7 @@ export var Subscription$ = [3, n0, _Subs,
|
|
|
23694
23740
|
0,
|
|
23695
23741
|
[_S, _D, _Met, _Stat, _Per],
|
|
23696
23742
|
[[0, { [_eQN]: `Source`,
|
|
23697
|
-
[_xN]:
|
|
23743
|
+
[_xN]: _so }], [0, { [_eQN]: `Destination`,
|
|
23698
23744
|
[_xN]: _d }], [0, { [_eQN]: `Metric`,
|
|
23699
23745
|
[_xN]: _met }], [0, { [_eQN]: `Statistic`,
|
|
23700
23746
|
[_xN]: _stat }], [0, { [_eQN]: `Period`,
|
|
@@ -23782,7 +23828,7 @@ export var TargetGroupsConfig$ = [3, n0, _TGCa,
|
|
|
23782
23828
|
];
|
|
23783
23829
|
export var TargetNetwork$ = [3, n0, _TNa,
|
|
23784
23830
|
0,
|
|
23785
|
-
[_AIs, _VI, _TNI, _CVEI, _Sta,
|
|
23831
|
+
[_AIs, _VI, _TNI, _CVEI, _Sta, _SGe],
|
|
23786
23832
|
[[0, { [_eQN]: `AssociationId`,
|
|
23787
23833
|
[_xN]: _aIs }], [0, { [_eQN]: `VpcId`,
|
|
23788
23834
|
[_xN]: _vI }], [0, { [_eQN]: `TargetNetworkId`,
|
|
@@ -24134,7 +24180,7 @@ export var TransitGatewayMulticastGroup$ = [3, n0, _TGMG,
|
|
|
24134
24180
|
[_xN]: _rOI }], [0, { [_eQN]: `NetworkInterfaceId`,
|
|
24135
24181
|
[_xN]: _nII }], [2, { [_eQN]: `GroupMember`,
|
|
24136
24182
|
[_xN]: _gM }], [2, { [_eQN]: `GroupSource`,
|
|
24137
|
-
[_xN]:
|
|
24183
|
+
[_xN]: _gSro }], [0, { [_eQN]: `MemberType`,
|
|
24138
24184
|
[_xN]: _mTe }], [0, { [_eQN]: `SourceType`,
|
|
24139
24185
|
[_xN]: _sTo }]]
|
|
24140
24186
|
];
|
|
@@ -25157,7 +25203,7 @@ export var VpcEndpoint$ = [3, n0, _VE,
|
|
|
25157
25203
|
[_xN]: _pDo }], [() => ValueStringList, { [_eQN]: `RouteTableIdSet`,
|
|
25158
25204
|
[_xN]: _rTIS }], [() => ValueStringList, { [_eQN]: `SubnetIdSet`,
|
|
25159
25205
|
[_xN]: _sISu }], [() => GroupIdentifierSet, { [_eQN]: `GroupSet`,
|
|
25160
|
-
[_xN]:
|
|
25206
|
+
[_xN]: _gSr }], [0, { [_eQN]: `IpAddressType`,
|
|
25161
25207
|
[_xN]: _iAT }], [() => DnsOptions$, { [_eQN]: `DnsOptions`,
|
|
25162
25208
|
[_xN]: _dOn }], [2, { [_eQN]: `PrivateDnsEnabled`,
|
|
25163
25209
|
[_xN]: _pDE }], [2, { [_eQN]: `RequesterManaged`,
|
|
@@ -25340,7 +25386,7 @@ export var VpnStaticRoute$ = [3, n0, _VSR,
|
|
|
25340
25386
|
[_DCB, _S, _St],
|
|
25341
25387
|
[[0, { [_eQN]: `DestinationCidrBlock`,
|
|
25342
25388
|
[_xN]: _dCB }], [0, { [_eQN]: `Source`,
|
|
25343
|
-
[_xN]:
|
|
25389
|
+
[_xN]: _so }], [0, { [_eQN]: `State`,
|
|
25344
25390
|
[_xN]: _st }]]
|
|
25345
25391
|
];
|
|
25346
25392
|
export var VpnTunnelLogOptions$ = [3, n0, _VTLO,
|
|
@@ -25371,8 +25417,6 @@ export var WithdrawByoipCidrResult$ = [3, n0, _WBCRi,
|
|
|
25371
25417
|
[_xN]: _bC }]]
|
|
25372
25418
|
];
|
|
25373
25419
|
var __Unit = "unit";
|
|
25374
|
-
export var EC2ServiceException$ = [-3, _sm, "EC2ServiceException", 0, [], []];
|
|
25375
|
-
TypeRegistry.for(_sm).registerError(EC2ServiceException$, EC2ServiceException);
|
|
25376
25420
|
var AcceleratorManufacturerSet = [1, n0, _AMSc,
|
|
25377
25421
|
0, [0,
|
|
25378
25422
|
{ [_xN]: _it }]
|
|
@@ -25523,6 +25567,10 @@ var AvailabilityZoneAddresses = [1, n0, _AZAv,
|
|
|
25523
25567
|
0, [() => AvailabilityZoneAddress$,
|
|
25524
25568
|
{ [_xN]: _AZA }]
|
|
25525
25569
|
];
|
|
25570
|
+
var AvailabilityZoneGeographyList = [1, n0, _AZGL,
|
|
25571
|
+
0, [() => AvailabilityZoneGeography$,
|
|
25572
|
+
{ [_xN]: _it }]
|
|
25573
|
+
];
|
|
25526
25574
|
var AvailabilityZoneIdStringList = [1, n0, _AZISL,
|
|
25527
25575
|
0, [0,
|
|
25528
25576
|
{ [_xN]: _AZI }]
|
|
@@ -25539,6 +25587,10 @@ var AvailabilityZoneStringList = [1, n0, _AZSL,
|
|
|
25539
25587
|
0, [0,
|
|
25540
25588
|
{ [_xN]: _AZ }]
|
|
25541
25589
|
];
|
|
25590
|
+
var AvailabilityZoneSubGeographyList = [1, n0, _AZSGL,
|
|
25591
|
+
0, [() => AvailabilityZoneSubGeography$,
|
|
25592
|
+
{ [_xN]: _it }]
|
|
25593
|
+
];
|
|
25542
25594
|
var AvailableInstanceCapacityList = [1, n0, _AICL,
|
|
25543
25595
|
0, [() => InstanceCapacity$,
|
|
25544
25596
|
{ [_xN]: _it }]
|
|
@@ -27212,6 +27264,10 @@ var RegionalSummaryList = [1, n0, _RSL,
|
|
|
27212
27264
|
0, [() => RegionalSummary$,
|
|
27213
27265
|
{ [_xN]: _it }]
|
|
27214
27266
|
];
|
|
27267
|
+
var RegionGeographyList = [1, n0, _RGL,
|
|
27268
|
+
0, [() => RegionGeography$,
|
|
27269
|
+
{ [_xN]: _it }]
|
|
27270
|
+
];
|
|
27215
27271
|
var RegionList = [1, n0, _RL,
|
|
27216
27272
|
0, [() => Region$,
|
|
27217
27273
|
{ [_xN]: _it }]
|
|
@@ -27527,7 +27583,7 @@ var SecurityGroupRuleUpdateList = [1, n0, _SGRUL,
|
|
|
27527
27583
|
];
|
|
27528
27584
|
var SecurityGroupStringList = [1, n0, _SGSL,
|
|
27529
27585
|
0, [0,
|
|
27530
|
-
{ [_xN]:
|
|
27586
|
+
{ [_xN]: _SGec }]
|
|
27531
27587
|
];
|
|
27532
27588
|
var SecurityGroupVpcAssociationList = [1, n0, _SGVAL,
|
|
27533
27589
|
0, [() => SecurityGroupVpcAssociation$,
|