@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
|
@@ -8,6 +8,7 @@ const _ACc = "ActivationCode";
|
|
|
8
8
|
const _ACt = "AttachmentContent";
|
|
9
9
|
const _ACtt = "AttachmentsContent";
|
|
10
10
|
const _AD = "AssociationDescription";
|
|
11
|
+
const _ADAR = "AssociationDispatchAssumeRole";
|
|
11
12
|
const _ADE = "AccessDeniedException";
|
|
12
13
|
const _ADL = "AssociationDescriptionList";
|
|
13
14
|
const _ADNAE = "AutomationDefinitionNotApprovedException";
|
|
@@ -41,18 +42,18 @@ const _AEs = "AssociationExecutions";
|
|
|
41
42
|
const _AEu = "AutomationExecution";
|
|
42
43
|
const _AF = "AssociationFilter";
|
|
43
44
|
const _AFL = "AssociationFilterList";
|
|
44
|
-
const _AI = "
|
|
45
|
+
const _AI = "AssociatedInstances";
|
|
45
46
|
const _AIL = "AccountIdList";
|
|
46
47
|
const _AILt = "AttachmentInformationList";
|
|
47
48
|
const _AITA = "AccountIdsToAdd";
|
|
48
49
|
const _AITR = "AccountIdsToRemove";
|
|
49
|
-
const _AIc = "
|
|
50
|
+
const _AIc = "AccountId";
|
|
50
51
|
const _AIcc = "AccountIds";
|
|
52
|
+
const _AIct = "ActivationId";
|
|
51
53
|
const _AId = "AdditionalInfo";
|
|
52
54
|
const _AIdv = "AdvisoryIds";
|
|
53
|
-
const _AIs = "
|
|
54
|
-
const _AIss = "
|
|
55
|
-
const _AIsso = "AssociationIds";
|
|
55
|
+
const _AIs = "AssociationId";
|
|
56
|
+
const _AIss = "AssociationIds";
|
|
56
57
|
const _AIt = "AttachmentInformation";
|
|
57
58
|
const _AItt = "AttachmentsInformation";
|
|
58
59
|
const _AKI = "AccessKeyId";
|
|
@@ -598,7 +599,7 @@ const _HLLEE = "HierarchyLevelLimitExceededException";
|
|
|
598
599
|
const _HT = "HashType";
|
|
599
600
|
const _HTME = "HierarchyTypeMismatchException";
|
|
600
601
|
const _I = "Id";
|
|
601
|
-
const _IA = "
|
|
602
|
+
const _IA = "InvalidActivation";
|
|
602
603
|
const _IAAO = "InstanceAggregatedAssociationOverview";
|
|
603
604
|
const _IAE = "InvalidAggregatorException";
|
|
604
605
|
const _IAEPE = "InvalidAutomationExecutionParametersException";
|
|
@@ -614,9 +615,9 @@ const _IASI = "InstanceAssociationStatusInfos";
|
|
|
614
615
|
const _IASIn = "InstanceAssociationStatusInfo";
|
|
615
616
|
const _IASUE = "InvalidAutomationStatusUpdateException";
|
|
616
617
|
const _IAV = "InvalidAssociationVersion";
|
|
617
|
-
const _IAn = "
|
|
618
|
-
const
|
|
619
|
-
const
|
|
618
|
+
const _IAn = "InvalidAssociation";
|
|
619
|
+
const _IAns = "InstanceAssociation";
|
|
620
|
+
const _IAnv = "InventoryAggregator";
|
|
620
621
|
const _IAp = "IpAddress";
|
|
621
622
|
const _IC = "InstalledCount";
|
|
622
623
|
const _ICH = "ItemContentHash";
|
|
@@ -625,7 +626,7 @@ const _ICME = "ItemContentMismatchException";
|
|
|
625
626
|
const _ICOU = "IncludeChildOrganizationUnits";
|
|
626
627
|
const _ICn = "InformationalCount";
|
|
627
628
|
const _ICs = "IsCritical";
|
|
628
|
-
const _ID = "
|
|
629
|
+
const _ID = "InvalidDocument";
|
|
629
630
|
const _IDC = "InvalidDocumentContent";
|
|
630
631
|
const _IDIE = "InvalidDeletionIdException";
|
|
631
632
|
const _IDIPE = "InvalidDeleteInventoryParametersException";
|
|
@@ -638,9 +639,9 @@ const _IDSIn = "InventoryDeletionSummaryItem";
|
|
|
638
639
|
const _IDSInv = "InventoryDeletionSummaryItems";
|
|
639
640
|
const _IDSV = "InvalidDocumentSchemaVersion";
|
|
640
641
|
const _IDT = "InvalidDocumentType";
|
|
641
|
-
const _IDV = "
|
|
642
|
-
const
|
|
643
|
-
const _IDn = "
|
|
642
|
+
const _IDV = "InvalidDocumentVersion";
|
|
643
|
+
const _IDVs = "IsDefaultVersion";
|
|
644
|
+
const _IDn = "InventoryDeletions";
|
|
644
645
|
const _IE = "IsEnd";
|
|
645
646
|
const _IF = "InvalidFilter";
|
|
646
647
|
const _IFK = "InvalidFilterKey";
|
|
@@ -687,8 +688,8 @@ const _INT = "InvalidNextToken";
|
|
|
687
688
|
const _IOC = "InstalledOtherCount";
|
|
688
689
|
const _IOE = "InvalidOptionException";
|
|
689
690
|
const _IOF = "InvalidOutputFolder";
|
|
690
|
-
const _IOL = "
|
|
691
|
-
const _IOLn = "
|
|
691
|
+
const _IOL = "InvalidOutputLocation";
|
|
692
|
+
const _IOLn = "InstallOverrideList";
|
|
692
693
|
const _IP = "InvalidParameters";
|
|
693
694
|
const _IPA = "IPAddress";
|
|
694
695
|
const _IPAE = "InvalidPolicyAttributeException";
|
|
@@ -713,7 +714,7 @@ const _IPT = "InvalidPermissionType";
|
|
|
713
714
|
const _IPTE = "InvalidPolicyTypeException";
|
|
714
715
|
const _IPn = "InstanceProperties";
|
|
715
716
|
const _IPns = "InstanceProperty";
|
|
716
|
-
const _IR = "
|
|
717
|
+
const _IR = "InvalidRole";
|
|
717
718
|
const _IRAE = "InvalidResultAttributeException";
|
|
718
719
|
const _IRC = "InstalledRejectedCount";
|
|
719
720
|
const _IRE = "InventoryResultEntity";
|
|
@@ -722,19 +723,19 @@ const _IRI = "InvalidResourceId";
|
|
|
722
723
|
const _IRIM = "InventoryResultItemMap";
|
|
723
724
|
const _IRIn = "InventoryResultItem";
|
|
724
725
|
const _IRT = "InvalidResourceType";
|
|
726
|
+
const _IRa = "IamRole";
|
|
725
727
|
const _IRn = "InstanceRole";
|
|
726
|
-
const
|
|
727
|
-
const _IS = "InstanceStatus";
|
|
728
|
+
const _IS = "InvalidSchedule";
|
|
728
729
|
const _ISE = "InternalServerError";
|
|
729
730
|
const _ISLEE = "ItemSizeLimitExceededException";
|
|
730
|
-
const _ISn = "
|
|
731
|
-
const
|
|
732
|
-
const _IT = "
|
|
731
|
+
const _ISn = "InstanceStatus";
|
|
732
|
+
const _ISns = "InstanceState";
|
|
733
|
+
const _IT = "InvalidTag";
|
|
733
734
|
const _ITM = "InvalidTargetMaps";
|
|
734
735
|
const _ITNE = "InvalidTypeNameException";
|
|
735
|
-
const _ITn = "
|
|
736
|
-
const _ITns = "
|
|
737
|
-
const
|
|
736
|
+
const _ITn = "InvalidTarget";
|
|
737
|
+
const _ITns = "InstanceType";
|
|
738
|
+
const _ITnst = "InstalledTime";
|
|
738
739
|
const _IU = "InvalidUpdate";
|
|
739
740
|
const _IV = "IteratorValue";
|
|
740
741
|
const _IWASU = "InstancesWithAvailableSecurityUpdates";
|
|
@@ -762,7 +763,7 @@ const _KI = "KeyId";
|
|
|
762
763
|
const _KN = "KeyName";
|
|
763
764
|
const _KNb = "KbNumber";
|
|
764
765
|
const _KTD = "KeysToDelete";
|
|
765
|
-
const _L = "
|
|
766
|
+
const _L = "Limit";
|
|
766
767
|
const _LA = "ListAssociations";
|
|
767
768
|
const _LAED = "LastAssociationExecutionDate";
|
|
768
769
|
const _LAR = "ListAssociationsRequest";
|
|
@@ -836,16 +837,16 @@ const _LSSM = "LastSyncStatusMessage";
|
|
|
836
837
|
const _LSST = "LastSuccessfulSyncTime";
|
|
837
838
|
const _LST = "LastSyncTime";
|
|
838
839
|
const _LSUT = "LastStatusUpdateTime";
|
|
839
|
-
const _LT = "
|
|
840
|
+
const _LT = "LimitType";
|
|
840
841
|
const _LTFR = "ListTagsForResource";
|
|
841
842
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
842
843
|
const _LTFRRi = "ListTagsForResourceResult";
|
|
843
|
-
const
|
|
844
|
+
const _LTa = "LaunchTime";
|
|
844
845
|
const _LUAD = "LastUpdateAssociationDate";
|
|
845
846
|
const _LV = "LatestVersion";
|
|
846
|
-
const _La = "
|
|
847
|
+
const _La = "Labels";
|
|
848
|
+
const _Lam = "Lambda";
|
|
847
849
|
const _Lan = "Language";
|
|
848
|
-
const _Li = "Limit";
|
|
849
850
|
const _M = "Message";
|
|
850
851
|
const _MA = "MaxAttempts";
|
|
851
852
|
const _MC = "MaxConcurrency";
|
|
@@ -1046,10 +1047,10 @@ const _PLa = "PatchList";
|
|
|
1046
1047
|
const _PM = "ParameterMetadata";
|
|
1047
1048
|
const _PML = "ParameterMetadataList";
|
|
1048
1049
|
const _PMVLE = "ParameterMaxVersionLimitExceeded";
|
|
1049
|
-
const _PN = "
|
|
1050
|
+
const _PN = "ParameterNames";
|
|
1050
1051
|
const _PNF = "ParameterNotFound";
|
|
1051
|
-
const
|
|
1052
|
-
const
|
|
1052
|
+
const _PNl = "PluginName";
|
|
1053
|
+
const _PNla = "PlatformName";
|
|
1053
1054
|
const _POF = "PatchOrchestratorFilter";
|
|
1054
1055
|
const _POFL = "PatchOrchestratorFilterList";
|
|
1055
1056
|
const _PP = "PutParameter";
|
|
@@ -1109,14 +1110,14 @@ const _RA = "ResourceArn";
|
|
|
1109
1110
|
const _RAL = "ResultAttributeList";
|
|
1110
1111
|
const _RAe = "ResultAttributes";
|
|
1111
1112
|
const _RAes = "ResultAttribute";
|
|
1112
|
-
const _RC = "
|
|
1113
|
+
const _RC = "ReasonCode";
|
|
1113
1114
|
const _RCBS = "ResourceCountByStatus";
|
|
1114
1115
|
const _RCSI = "ResourceComplianceSummaryItems";
|
|
1115
1116
|
const _RCSIL = "ResourceComplianceSummaryItemList";
|
|
1116
1117
|
const _RCSIe = "ResourceComplianceSummaryItem";
|
|
1117
|
-
const _RCe = "
|
|
1118
|
-
const _RCea = "ReasonCode";
|
|
1118
|
+
const _RCe = "RegistrationsCount";
|
|
1119
1119
|
const _RCem = "RemainingCount";
|
|
1120
|
+
const _RCes = "ResponseCode";
|
|
1120
1121
|
const _RCu = "RunCommand";
|
|
1121
1122
|
const _RD = "RegistrationDate";
|
|
1122
1123
|
const _RDPB = "RegisterDefaultPatchBaseline";
|
|
@@ -1174,7 +1175,7 @@ const _RSS = "ResetServiceSetting";
|
|
|
1174
1175
|
const _RSSR = "ResetServiceSettingRequest";
|
|
1175
1176
|
const _RSSRe = "ResetServiceSettingResult";
|
|
1176
1177
|
const _RSe = "ResumeSession";
|
|
1177
|
-
const _RT = "
|
|
1178
|
+
const _RT = "ResourceTypes";
|
|
1178
1179
|
const _RTFR = "RemoveTagsFromResource";
|
|
1179
1180
|
const _RTFRR = "RemoveTagsFromResourceRequest";
|
|
1180
1181
|
const _RTFRRe = "RemoveTagsFromResourceResult";
|
|
@@ -1184,9 +1185,9 @@ const _RTWMWRe = "RegisterTargetWithMaintenanceWindowResult";
|
|
|
1184
1185
|
const _RTWMWReg = "RegisterTaskWithMaintenanceWindowRequest";
|
|
1185
1186
|
const _RTWMWRegi = "RegisterTaskWithMaintenanceWindowResult";
|
|
1186
1187
|
const _RTWMWe = "RegisterTaskWithMaintenanceWindow";
|
|
1187
|
-
const _RTe = "
|
|
1188
|
+
const _RTe = "ResourceType";
|
|
1188
1189
|
const _RTeq = "RequireType";
|
|
1189
|
-
const _RTes = "
|
|
1190
|
+
const _RTes = "ResolvedTargets";
|
|
1190
1191
|
const _RTev = "ReviewedTime";
|
|
1191
1192
|
const _RU = "ResourceUri";
|
|
1192
1193
|
const _Re = "Regions";
|
|
@@ -1218,15 +1219,15 @@ const _SAS = "SendAutomationSignal";
|
|
|
1218
1219
|
const _SASR = "SendAutomationSignalRequest";
|
|
1219
1220
|
const _SASRe = "SendAutomationSignalResult";
|
|
1220
1221
|
const _SBN = "S3BucketName";
|
|
1221
|
-
const _SC = "
|
|
1222
|
+
const _SC = "ServiceCode";
|
|
1222
1223
|
const _SCR = "SendCommandRequest";
|
|
1223
1224
|
const _SCRE = "StartChangeRequestExecution";
|
|
1224
1225
|
const _SCRER = "StartChangeRequestExecutionRequest";
|
|
1225
1226
|
const _SCRERt = "StartChangeRequestExecutionResult";
|
|
1226
1227
|
const _SCRe = "SendCommandResult";
|
|
1227
1228
|
const _SCT = "SyncCreatedTime";
|
|
1228
|
-
const _SCe = "
|
|
1229
|
-
const
|
|
1229
|
+
const _SCe = "SendCommand";
|
|
1230
|
+
const _SCy = "SyncCompliance";
|
|
1230
1231
|
const _SD = "StatusDetails";
|
|
1231
1232
|
const _SDO = "SchemaDeleteOption";
|
|
1232
1233
|
const _SDU = "SnapshotDownloadUrl";
|
|
@@ -1288,18 +1289,18 @@ const _SSt = "StepStatus";
|
|
|
1288
1289
|
const _SSta = "StartSession";
|
|
1289
1290
|
const _SSu = "SuccessSteps";
|
|
1290
1291
|
const _SSy = "SyncSource";
|
|
1291
|
-
const _ST = "
|
|
1292
|
+
const _ST = "SyncType";
|
|
1292
1293
|
const _STCLEE = "SubTypeCountLimitExceededException";
|
|
1293
1294
|
const _STT = "SessionTokenType";
|
|
1294
|
-
const _STc = "
|
|
1295
|
+
const _STc = "ScheduledTime";
|
|
1296
|
+
const _STch = "ScheduleTimezone";
|
|
1295
1297
|
const _STe = "SessionToken";
|
|
1296
1298
|
const _STi = "SignalType";
|
|
1297
1299
|
const _STo = "SourceType";
|
|
1298
1300
|
const _STt = "StartTime";
|
|
1299
1301
|
const _STu = "SubType";
|
|
1300
|
-
const
|
|
1301
|
-
const
|
|
1302
|
-
const _SUt = "StatusUnchanged";
|
|
1302
|
+
const _SU = "StatusUnchanged";
|
|
1303
|
+
const _SUt = "StreamUrl";
|
|
1303
1304
|
const _SV = "SchemaVersion";
|
|
1304
1305
|
const _SVe = "SettingValue";
|
|
1305
1306
|
const _SWE = "ScheduledWindowExecutions";
|
|
@@ -1455,8 +1456,8 @@ const _e = "error";
|
|
|
1455
1456
|
const _en = "entries";
|
|
1456
1457
|
const _k = "key";
|
|
1457
1458
|
const _m = "message";
|
|
1458
|
-
const _s = "
|
|
1459
|
-
const
|
|
1459
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ssm";
|
|
1460
|
+
const _se = "server";
|
|
1460
1461
|
const _v = "value";
|
|
1461
1462
|
const _vS = "valueSet";
|
|
1462
1463
|
const _xN = "xmlName";
|
|
@@ -1464,1738 +1465,2100 @@ const n0 = "com.amazonaws.ssm";
|
|
|
1464
1465
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1465
1466
|
import { AccessDeniedException, AlreadyExistsException, AssociatedInstances, AssociationAlreadyExists, AssociationDoesNotExist, AssociationExecutionDoesNotExist, AssociationLimitExceeded, AssociationVersionLimitExceeded, AutomationDefinitionNotApprovedException, AutomationDefinitionNotFoundException, AutomationDefinitionVersionNotFoundException, AutomationExecutionLimitExceededException, AutomationExecutionNotFoundException, AutomationStepNotFoundException, ComplianceTypeCountLimitExceededException, CustomSchemaCountLimitExceededException, DocumentAlreadyExists, DocumentLimitExceeded, DocumentPermissionLimit, DocumentVersionLimitExceeded, DoesNotExistException, DuplicateDocumentContent, DuplicateDocumentVersionName, DuplicateInstanceId, FeatureNotAvailableException, HierarchyLevelLimitExceededException, HierarchyTypeMismatchException, IdempotentParameterMismatch, IncompatiblePolicyException, InternalServerError, InvalidActivation, InvalidActivationId, InvalidAggregatorException, InvalidAllowedPatternException, InvalidAssociation, InvalidAssociationVersion, InvalidAutomationExecutionParametersException, InvalidAutomationSignalException, InvalidAutomationStatusUpdateException, InvalidCommandId, InvalidDeleteInventoryParametersException, InvalidDeletionIdException, InvalidDocument, InvalidDocumentContent, InvalidDocumentOperation, InvalidDocumentSchemaVersion, InvalidDocumentType, InvalidDocumentVersion, InvalidFilter, InvalidFilterKey, InvalidFilterOption, InvalidFilterValue, InvalidInstanceId, InvalidInstanceInformationFilterValue, InvalidInstancePropertyFilterValue, InvalidInventoryGroupException, InvalidInventoryItemContextException, InvalidInventoryRequestException, InvalidItemContentException, InvalidKeyId, InvalidNextToken, InvalidNotificationConfig, InvalidOptionException, InvalidOutputFolder, InvalidOutputLocation, InvalidParameters, InvalidPermissionType, InvalidPluginName, InvalidPolicyAttributeException, InvalidPolicyTypeException, InvalidResourceId, InvalidResourceType, InvalidResultAttributeException, InvalidRole, InvalidSchedule, InvalidTag, InvalidTarget, InvalidTargetMaps, InvalidTypeNameException, InvalidUpdate, InvocationDoesNotExist, ItemContentMismatchException, ItemSizeLimitExceededException, MalformedResourcePolicyDocumentException, MaxDocumentSizeExceeded, NoLongerSupportedException, OpsItemAccessDeniedException, OpsItemAlreadyExistsException, OpsItemConflictException, OpsItemInvalidParameterException, OpsItemLimitExceededException, OpsItemNotFoundException, OpsItemRelatedItemAlreadyExistsException, OpsItemRelatedItemAssociationNotFoundException, OpsMetadataAlreadyExistsException, OpsMetadataInvalidArgumentException, OpsMetadataKeyLimitExceededException, OpsMetadataLimitExceededException, OpsMetadataNotFoundException, OpsMetadataTooManyUpdatesException, ParameterAlreadyExists, ParameterLimitExceeded, ParameterMaxVersionLimitExceeded, ParameterNotFound, ParameterPatternMismatchException, ParameterVersionLabelLimitExceeded, ParameterVersionNotFound, PoliciesLimitExceededException, ResourceDataSyncAlreadyExistsException, ResourceDataSyncConflictException, ResourceDataSyncCountExceededException, ResourceDataSyncInvalidConfigurationException, ResourceDataSyncNotFoundException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourcePolicyConflictException, ResourcePolicyInvalidParameterException, ResourcePolicyLimitExceededException, ResourcePolicyNotFoundException, ServiceQuotaExceededException, ServiceSettingNotFound, StatusUnchanged, SubTypeCountLimitExceededException, TargetInUseException, TargetNotConnected, ThrottlingException, TooManyTagsError, TooManyUpdates, TotalSizeLimitExceededException, UnsupportedCalendarException, UnsupportedFeatureRequiredException, UnsupportedInventoryItemContextException, UnsupportedInventorySchemaVersionException, UnsupportedOperatingSystem, UnsupportedOperationException, UnsupportedParameterType, UnsupportedPlatformType, ValidationException, } from "../models/errors";
|
|
1466
1467
|
import { SSMServiceException } from "../models/SSMServiceException";
|
|
1467
|
-
|
|
1468
|
-
var
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
var MaintenanceWindowLambdaPayload = [0, n0, _MWLP, 8, 21];
|
|
1472
|
-
var MaintenanceWindowStepFunctionsInput = [0, n0, _MWSFI, 8, 0];
|
|
1473
|
-
var MaintenanceWindowTaskParameterValue = [0, n0, _MWTPV, 8, 0];
|
|
1474
|
-
var OwnerInformation = [0, n0, _OI, 8, 0];
|
|
1475
|
-
var PatchSourceConfiguration = [0, n0, _PSC, 8, 0];
|
|
1476
|
-
var PSParameterValue = [0, n0, _PSPV, 8, 0];
|
|
1477
|
-
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
1468
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1469
|
+
export var SSMServiceException$ = [-3, _s, "SSMServiceException", 0, [], []];
|
|
1470
|
+
_s_registry.registerError(SSMServiceException$, SSMServiceException);
|
|
1471
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1478
1472
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1479
1473
|
{ [_e]: _c },
|
|
1480
1474
|
[_M],
|
|
1481
1475
|
[0], 1
|
|
1482
1476
|
];
|
|
1483
|
-
|
|
1484
|
-
export var AccountSharingInfo$ = [3, n0, _ASI,
|
|
1485
|
-
0,
|
|
1486
|
-
[_AI, _SDV],
|
|
1487
|
-
[0, 0]
|
|
1488
|
-
];
|
|
1489
|
-
export var Activation$ = [3, n0, _A,
|
|
1490
|
-
0,
|
|
1491
|
-
[_AIc, _D, _DIN, _IR, _RL, _RC, _ED, _E, _CD, _T],
|
|
1492
|
-
[0, 0, 0, 0, 1, 1, 4, 2, 4, () => TagList]
|
|
1493
|
-
];
|
|
1494
|
-
export var AddTagsToResourceRequest$ = [3, n0, _ATTRR,
|
|
1495
|
-
0,
|
|
1496
|
-
[_RT, _RI, _T],
|
|
1497
|
-
[0, 0, () => TagList], 3
|
|
1498
|
-
];
|
|
1499
|
-
export var AddTagsToResourceResult$ = [3, n0, _ATTRRd,
|
|
1500
|
-
0,
|
|
1501
|
-
[],
|
|
1502
|
-
[]
|
|
1503
|
-
];
|
|
1504
|
-
export var Alarm$ = [3, n0, _Al,
|
|
1505
|
-
0,
|
|
1506
|
-
[_N],
|
|
1507
|
-
[0], 1
|
|
1508
|
-
];
|
|
1509
|
-
export var AlarmConfiguration$ = [3, n0, _AC,
|
|
1510
|
-
0,
|
|
1511
|
-
[_Ala, _IPAF],
|
|
1512
|
-
[() => AlarmList, 2], 1
|
|
1513
|
-
];
|
|
1514
|
-
export var AlarmStateInformation$ = [3, n0, _ASIl,
|
|
1515
|
-
0,
|
|
1516
|
-
[_N, _S],
|
|
1517
|
-
[0, 0], 2
|
|
1518
|
-
];
|
|
1477
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
1519
1478
|
export var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
1520
1479
|
{ [_aQE]: [`AlreadyExistsException`, 400], [_e]: _c },
|
|
1521
1480
|
[_M],
|
|
1522
1481
|
[0]
|
|
1523
1482
|
];
|
|
1524
|
-
|
|
1525
|
-
export var AssociatedInstances$ = [-3, n0,
|
|
1483
|
+
n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
1484
|
+
export var AssociatedInstances$ = [-3, n0, _AI,
|
|
1526
1485
|
{ [_aQE]: [`AssociatedInstances`, 400], [_e]: _c },
|
|
1527
1486
|
[],
|
|
1528
1487
|
[]
|
|
1529
1488
|
];
|
|
1530
|
-
|
|
1531
|
-
export var AssociateOpsItemRelatedItemRequest$ = [3, n0, _AOIRIR,
|
|
1532
|
-
0,
|
|
1533
|
-
[_OII, _AT, _RT, _RU],
|
|
1534
|
-
[0, 0, 0, 0], 4
|
|
1535
|
-
];
|
|
1536
|
-
export var AssociateOpsItemRelatedItemResponse$ = [3, n0, _AOIRIRs,
|
|
1537
|
-
0,
|
|
1538
|
-
[_AIss],
|
|
1539
|
-
[0]
|
|
1540
|
-
];
|
|
1541
|
-
export var Association$ = [3, n0, _As,
|
|
1542
|
-
0,
|
|
1543
|
-
[_N, _II, _AIss, _AV, _DV, _Ta, _LED, _O, _SE, _AN, _SO, _Du, _TM],
|
|
1544
|
-
[0, 0, 0, 0, 0, () => Targets, 4, () => AssociationOverview$, 0, 0, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]]]
|
|
1545
|
-
];
|
|
1489
|
+
n0_registry.registerError(AssociatedInstances$, AssociatedInstances);
|
|
1546
1490
|
export var AssociationAlreadyExists$ = [-3, n0, _AAE,
|
|
1547
1491
|
{ [_aQE]: [`AssociationAlreadyExists`, 400], [_e]: _c },
|
|
1548
1492
|
[],
|
|
1549
1493
|
[]
|
|
1550
1494
|
];
|
|
1551
|
-
|
|
1552
|
-
export var AssociationDescription$ = [3, n0, _AD,
|
|
1553
|
-
0,
|
|
1554
|
-
[_N, _II, _AV, _Da, _LUAD, _St, _O, _DV, _ATPN, _P, _AIss, _Ta, _SE, _OL, _LED, _LSED, _AN, _ME, _MC, _CS, _SC, _AOACI, _CN, _TL, _SO, _Du, _TM, _AC, _TA],
|
|
1555
|
-
[0, 0, 0, 4, 4, () => AssociationStatus$, () => AssociationOverview$, 0, 0, [() => _Parameters, 0], 0, () => Targets, 0, () => InstanceAssociationOutputLocation$, 4, 4, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => AlarmConfiguration$, () => AlarmStateInformationList]
|
|
1556
|
-
];
|
|
1495
|
+
n0_registry.registerError(AssociationAlreadyExists$, AssociationAlreadyExists);
|
|
1557
1496
|
export var AssociationDoesNotExist$ = [-3, n0, _ADNE,
|
|
1558
1497
|
{ [_aQE]: [`AssociationDoesNotExist`, 404], [_e]: _c },
|
|
1559
1498
|
[_M],
|
|
1560
1499
|
[0]
|
|
1561
1500
|
];
|
|
1562
|
-
|
|
1563
|
-
export var AssociationExecution$ = [3, n0, _AE,
|
|
1564
|
-
0,
|
|
1565
|
-
[_AIss, _AV, _EI, _St, _DS, _CT, _LED, _RCBS, _AC, _TA],
|
|
1566
|
-
[0, 0, 0, 0, 0, 4, 4, 0, () => AlarmConfiguration$, () => AlarmStateInformationList]
|
|
1567
|
-
];
|
|
1501
|
+
n0_registry.registerError(AssociationDoesNotExist$, AssociationDoesNotExist);
|
|
1568
1502
|
export var AssociationExecutionDoesNotExist$ = [-3, n0, _AEDNE,
|
|
1569
1503
|
{ [_aQE]: [`AssociationExecutionDoesNotExist`, 404], [_e]: _c },
|
|
1570
1504
|
[_M],
|
|
1571
1505
|
[0]
|
|
1572
1506
|
];
|
|
1573
|
-
|
|
1574
|
-
export var AssociationExecutionFilter$ = [3, n0, _AEF,
|
|
1575
|
-
0,
|
|
1576
|
-
[_K, _V, _Ty],
|
|
1577
|
-
[0, 0, 0], 3
|
|
1578
|
-
];
|
|
1579
|
-
export var AssociationExecutionTarget$ = [3, n0, _AET,
|
|
1580
|
-
0,
|
|
1581
|
-
[_AIss, _AV, _EI, _RI, _RT, _St, _DS, _LED, _OS],
|
|
1582
|
-
[0, 0, 0, 0, 0, 0, 0, 4, () => OutputSource$]
|
|
1583
|
-
];
|
|
1584
|
-
export var AssociationExecutionTargetsFilter$ = [3, n0, _AETF,
|
|
1585
|
-
0,
|
|
1586
|
-
[_K, _V],
|
|
1587
|
-
[0, 0], 2
|
|
1588
|
-
];
|
|
1589
|
-
export var AssociationFilter$ = [3, n0, _AF,
|
|
1590
|
-
0,
|
|
1591
|
-
[_k, _v],
|
|
1592
|
-
[0, 0], 2
|
|
1593
|
-
];
|
|
1507
|
+
n0_registry.registerError(AssociationExecutionDoesNotExist$, AssociationExecutionDoesNotExist);
|
|
1594
1508
|
export var AssociationLimitExceeded$ = [-3, n0, _ALE,
|
|
1595
1509
|
{ [_aQE]: [`AssociationLimitExceeded`, 400], [_e]: _c },
|
|
1596
1510
|
[],
|
|
1597
1511
|
[]
|
|
1598
1512
|
];
|
|
1599
|
-
|
|
1600
|
-
export var AssociationOverview$ = [3, n0, _AO,
|
|
1601
|
-
0,
|
|
1602
|
-
[_St, _DS, _ASAC],
|
|
1603
|
-
[0, 0, 128 | 1]
|
|
1604
|
-
];
|
|
1605
|
-
export var AssociationStatus$ = [3, n0, _AS,
|
|
1606
|
-
0,
|
|
1607
|
-
[_Da, _N, _M, _AId],
|
|
1608
|
-
[4, 0, 0, 0], 3
|
|
1609
|
-
];
|
|
1610
|
-
export var AssociationVersionInfo$ = [3, n0, _AVI,
|
|
1611
|
-
0,
|
|
1612
|
-
[_AIss, _AV, _CD, _N, _DV, _P, _Ta, _SE, _OL, _AN, _ME, _MC, _CS, _SC, _AOACI, _CN, _TL, _SO, _Du, _TM],
|
|
1613
|
-
[0, 0, 4, 0, 0, [() => _Parameters, 0], () => Targets, 0, () => InstanceAssociationOutputLocation$, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]]]
|
|
1614
|
-
];
|
|
1513
|
+
n0_registry.registerError(AssociationLimitExceeded$, AssociationLimitExceeded);
|
|
1615
1514
|
export var AssociationVersionLimitExceeded$ = [-3, n0, _AVLE,
|
|
1616
1515
|
{ [_aQE]: [`AssociationVersionLimitExceeded`, 400], [_e]: _c },
|
|
1617
1516
|
[_M],
|
|
1618
1517
|
[0]
|
|
1619
1518
|
];
|
|
1620
|
-
|
|
1621
|
-
export var AttachmentContent$ = [3, n0, _ACt,
|
|
1622
|
-
0,
|
|
1623
|
-
[_N, _Si, _H, _HT, _U],
|
|
1624
|
-
[0, 1, 0, 0, 0]
|
|
1625
|
-
];
|
|
1626
|
-
export var AttachmentInformation$ = [3, n0, _AIt,
|
|
1627
|
-
0,
|
|
1628
|
-
[_N],
|
|
1629
|
-
[0]
|
|
1630
|
-
];
|
|
1631
|
-
export var AttachmentsSource$ = [3, n0, _ASt,
|
|
1632
|
-
0,
|
|
1633
|
-
[_K, _Va, _N],
|
|
1634
|
-
[0, 64 | 0, 0]
|
|
1635
|
-
];
|
|
1519
|
+
n0_registry.registerError(AssociationVersionLimitExceeded$, AssociationVersionLimitExceeded);
|
|
1636
1520
|
export var AutomationDefinitionNotApprovedException$ = [-3, n0, _ADNAE,
|
|
1637
1521
|
{ [_aQE]: [`AutomationDefinitionNotApproved`, 400], [_e]: _c },
|
|
1638
1522
|
[_M],
|
|
1639
1523
|
[0]
|
|
1640
1524
|
];
|
|
1641
|
-
|
|
1525
|
+
n0_registry.registerError(AutomationDefinitionNotApprovedException$, AutomationDefinitionNotApprovedException);
|
|
1642
1526
|
export var AutomationDefinitionNotFoundException$ = [-3, n0, _ADNFE,
|
|
1643
1527
|
{ [_aQE]: [`AutomationDefinitionNotFound`, 404], [_e]: _c },
|
|
1644
1528
|
[_M],
|
|
1645
1529
|
[0]
|
|
1646
1530
|
];
|
|
1647
|
-
|
|
1531
|
+
n0_registry.registerError(AutomationDefinitionNotFoundException$, AutomationDefinitionNotFoundException);
|
|
1648
1532
|
export var AutomationDefinitionVersionNotFoundException$ = [-3, n0, _ADVNFE,
|
|
1649
1533
|
{ [_aQE]: [`AutomationDefinitionVersionNotFound`, 404], [_e]: _c },
|
|
1650
1534
|
[_M],
|
|
1651
1535
|
[0]
|
|
1652
1536
|
];
|
|
1653
|
-
|
|
1654
|
-
export var AutomationExecution$ = [3, n0, _AEu,
|
|
1655
|
-
0,
|
|
1656
|
-
[_AEI, _DN, _DV, _EST, _EET, _AES, _SEt, _SET, _P, _Ou, _FM, _Mo, _PAEI, _EB, _CSN, _CA, _TPN, _Ta, _TM, _RTe, _MC, _ME, _Tar, _TL, _PC, _AC, _TA, _TLURL, _ASu, _ST, _R, _OII, _AIss, _CRN, _Var],
|
|
1657
|
-
[0, 0, 0, 4, 4, 0, () => StepExecutionList, 2, [2, n0, _APM, 0, 0, 64 | 0], [2, n0, _APM, 0, 0, 64 | 0], 0, 0, 0, 0, 0, 0, 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => ResolvedTargets$, 0, 0, 0, () => TargetLocations, () => ProgressCounters$, () => AlarmConfiguration$, () => AlarmStateInformationList, 0, 0, 4, () => Runbooks, 0, 0, 0, [2, n0, _APM, 0, 0, 64 | 0]]
|
|
1658
|
-
];
|
|
1659
|
-
export var AutomationExecutionFilter$ = [3, n0, _AEFu,
|
|
1660
|
-
0,
|
|
1661
|
-
[_K, _Va],
|
|
1662
|
-
[0, 64 | 0], 2
|
|
1663
|
-
];
|
|
1664
|
-
export var AutomationExecutionInputs$ = [3, n0, _AEIu,
|
|
1665
|
-
0,
|
|
1666
|
-
[_P, _TPN, _Ta, _TM, _TL, _TLURL],
|
|
1667
|
-
[[2, n0, _APM, 0, 0, 64 | 0], 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => TargetLocations, 0]
|
|
1668
|
-
];
|
|
1537
|
+
n0_registry.registerError(AutomationDefinitionVersionNotFoundException$, AutomationDefinitionVersionNotFoundException);
|
|
1669
1538
|
export var AutomationExecutionLimitExceededException$ = [-3, n0, _AELEE,
|
|
1670
1539
|
{ [_aQE]: [`AutomationExecutionLimitExceeded`, 429], [_e]: _c },
|
|
1671
1540
|
[_M],
|
|
1672
1541
|
[0]
|
|
1673
1542
|
];
|
|
1674
|
-
|
|
1675
|
-
export var AutomationExecutionMetadata$ = [3, n0, _AEM,
|
|
1676
|
-
0,
|
|
1677
|
-
[_AEI, _DN, _DV, _AES, _EST, _EET, _EB, _LF, _Ou, _Mo, _PAEI, _CSN, _CA, _FM, _TPN, _Ta, _TM, _RTe, _MC, _ME, _Tar, _ATu, _AC, _TA, _TLURL, _ASu, _ST, _R, _OII, _AIss, _CRN],
|
|
1678
|
-
[0, 0, 0, 0, 4, 4, 0, 0, [2, n0, _APM, 0, 0, 64 | 0], 0, 0, 0, 0, 0, 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => ResolvedTargets$, 0, 0, 0, 0, () => AlarmConfiguration$, () => AlarmStateInformationList, 0, 0, 4, () => Runbooks, 0, 0, 0]
|
|
1679
|
-
];
|
|
1543
|
+
n0_registry.registerError(AutomationExecutionLimitExceededException$, AutomationExecutionLimitExceededException);
|
|
1680
1544
|
export var AutomationExecutionNotFoundException$ = [-3, n0, _AENFE,
|
|
1681
1545
|
{ [_aQE]: [`AutomationExecutionNotFound`, 404], [_e]: _c },
|
|
1682
1546
|
[_M],
|
|
1683
1547
|
[0]
|
|
1684
1548
|
];
|
|
1685
|
-
|
|
1686
|
-
export var AutomationExecutionPreview$ = [3, n0, _AEP,
|
|
1687
|
-
0,
|
|
1688
|
-
[_SP, _Re, _TP, _TAo],
|
|
1689
|
-
[128 | 1, 64 | 0, () => TargetPreviewList, 1]
|
|
1690
|
-
];
|
|
1549
|
+
n0_registry.registerError(AutomationExecutionNotFoundException$, AutomationExecutionNotFoundException);
|
|
1691
1550
|
export var AutomationStepNotFoundException$ = [-3, n0, _ASNFE,
|
|
1692
1551
|
{ [_aQE]: [`AutomationStepNotFoundException`, 404], [_e]: _c },
|
|
1693
1552
|
[_M],
|
|
1694
1553
|
[0]
|
|
1695
1554
|
];
|
|
1696
|
-
|
|
1697
|
-
export var
|
|
1698
|
-
|
|
1699
|
-
[
|
|
1700
|
-
[0
|
|
1555
|
+
n0_registry.registerError(AutomationStepNotFoundException$, AutomationStepNotFoundException);
|
|
1556
|
+
export var ComplianceTypeCountLimitExceededException$ = [-3, n0, _CTCLEE,
|
|
1557
|
+
{ [_aQE]: [`ComplianceTypeCountLimitExceeded`, 400], [_e]: _c },
|
|
1558
|
+
[_M],
|
|
1559
|
+
[0]
|
|
1701
1560
|
];
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
[
|
|
1705
|
-
[
|
|
1561
|
+
n0_registry.registerError(ComplianceTypeCountLimitExceededException$, ComplianceTypeCountLimitExceededException);
|
|
1562
|
+
export var CustomSchemaCountLimitExceededException$ = [-3, n0, _CSCLEE,
|
|
1563
|
+
{ [_aQE]: [`CustomSchemaCountLimitExceeded`, 400], [_e]: _c },
|
|
1564
|
+
[_M],
|
|
1565
|
+
[0]
|
|
1706
1566
|
];
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
[],
|
|
1710
|
-
[]
|
|
1567
|
+
n0_registry.registerError(CustomSchemaCountLimitExceededException$, CustomSchemaCountLimitExceededException);
|
|
1568
|
+
export var DocumentAlreadyExists$ = [-3, n0, _DAE,
|
|
1569
|
+
{ [_aQE]: [`DocumentAlreadyExists`, 400], [_e]: _c },
|
|
1570
|
+
[_M],
|
|
1571
|
+
[0]
|
|
1711
1572
|
];
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
[
|
|
1715
|
-
[
|
|
1573
|
+
n0_registry.registerError(DocumentAlreadyExists$, DocumentAlreadyExists);
|
|
1574
|
+
export var DocumentLimitExceeded$ = [-3, n0, _DLE,
|
|
1575
|
+
{ [_aQE]: [`DocumentLimitExceeded`, 400], [_e]: _c },
|
|
1576
|
+
[_M],
|
|
1577
|
+
[0]
|
|
1716
1578
|
];
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
[
|
|
1579
|
+
n0_registry.registerError(DocumentLimitExceeded$, DocumentLimitExceeded);
|
|
1580
|
+
export var DocumentPermissionLimit$ = [-3, n0, _DPL,
|
|
1581
|
+
{ [_aQE]: [`DocumentPermissionLimit`, 400], [_e]: _c },
|
|
1582
|
+
[_M],
|
|
1720
1583
|
[0]
|
|
1721
1584
|
];
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
[
|
|
1725
|
-
[
|
|
1585
|
+
n0_registry.registerError(DocumentPermissionLimit$, DocumentPermissionLimit);
|
|
1586
|
+
export var DocumentVersionLimitExceeded$ = [-3, n0, _DVLE,
|
|
1587
|
+
{ [_aQE]: [`DocumentVersionLimitExceeded`, 400], [_e]: _c },
|
|
1588
|
+
[_M],
|
|
1589
|
+
[0]
|
|
1726
1590
|
];
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
[
|
|
1730
|
-
[
|
|
1591
|
+
n0_registry.registerError(DocumentVersionLimitExceeded$, DocumentVersionLimitExceeded);
|
|
1592
|
+
export var DoesNotExistException$ = [-3, n0, _DNEE,
|
|
1593
|
+
{ [_aQE]: [`DoesNotExistException`, 404], [_e]: _c },
|
|
1594
|
+
[_M],
|
|
1595
|
+
[0]
|
|
1731
1596
|
];
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
[
|
|
1735
|
-
[
|
|
1597
|
+
n0_registry.registerError(DoesNotExistException$, DoesNotExistException);
|
|
1598
|
+
export var DuplicateDocumentContent$ = [-3, n0, _DDC,
|
|
1599
|
+
{ [_aQE]: [`DuplicateDocumentContent`, 400], [_e]: _c },
|
|
1600
|
+
[_M],
|
|
1601
|
+
[0]
|
|
1736
1602
|
];
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
[
|
|
1740
|
-
[
|
|
1603
|
+
n0_registry.registerError(DuplicateDocumentContent$, DuplicateDocumentContent);
|
|
1604
|
+
export var DuplicateDocumentVersionName$ = [-3, n0, _DDVN,
|
|
1605
|
+
{ [_aQE]: [`DuplicateDocumentVersionName`, 400], [_e]: _c },
|
|
1606
|
+
[_M],
|
|
1607
|
+
[0]
|
|
1741
1608
|
];
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
[
|
|
1745
|
-
[
|
|
1609
|
+
n0_registry.registerError(DuplicateDocumentVersionName$, DuplicateDocumentVersionName);
|
|
1610
|
+
export var DuplicateInstanceId$ = [-3, n0, _DII,
|
|
1611
|
+
{ [_aQE]: [`DuplicateInstanceId`, 404], [_e]: _c },
|
|
1612
|
+
[],
|
|
1613
|
+
[]
|
|
1746
1614
|
];
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
[
|
|
1750
|
-
[
|
|
1615
|
+
n0_registry.registerError(DuplicateInstanceId$, DuplicateInstanceId);
|
|
1616
|
+
export var FeatureNotAvailableException$ = [-3, n0, _FNAE,
|
|
1617
|
+
{ [_aQE]: [`FeatureNotAvailableException`, 400], [_e]: _c },
|
|
1618
|
+
[_M],
|
|
1619
|
+
[0]
|
|
1751
1620
|
];
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
[
|
|
1755
|
-
[
|
|
1621
|
+
n0_registry.registerError(FeatureNotAvailableException$, FeatureNotAvailableException);
|
|
1622
|
+
export var HierarchyLevelLimitExceededException$ = [-3, n0, _HLLEE,
|
|
1623
|
+
{ [_aQE]: [`HierarchyLevelLimitExceededException`, 400], [_e]: _c },
|
|
1624
|
+
[_m],
|
|
1625
|
+
[0]
|
|
1756
1626
|
];
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
[
|
|
1760
|
-
[
|
|
1627
|
+
n0_registry.registerError(HierarchyLevelLimitExceededException$, HierarchyLevelLimitExceededException);
|
|
1628
|
+
export var HierarchyTypeMismatchException$ = [-3, n0, _HTME,
|
|
1629
|
+
{ [_aQE]: [`HierarchyTypeMismatchException`, 400], [_e]: _c },
|
|
1630
|
+
[_m],
|
|
1631
|
+
[0]
|
|
1761
1632
|
];
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
[
|
|
1765
|
-
[
|
|
1633
|
+
n0_registry.registerError(HierarchyTypeMismatchException$, HierarchyTypeMismatchException);
|
|
1634
|
+
export var IdempotentParameterMismatch$ = [-3, n0, _IPM,
|
|
1635
|
+
{ [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c },
|
|
1636
|
+
[_M],
|
|
1637
|
+
[0]
|
|
1766
1638
|
];
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
[
|
|
1770
|
-
[
|
|
1639
|
+
n0_registry.registerError(IdempotentParameterMismatch$, IdempotentParameterMismatch);
|
|
1640
|
+
export var IncompatiblePolicyException$ = [-3, n0, _IPE,
|
|
1641
|
+
{ [_aQE]: [`IncompatiblePolicyException`, 400], [_e]: _c },
|
|
1642
|
+
[_m],
|
|
1643
|
+
[0]
|
|
1771
1644
|
];
|
|
1772
|
-
|
|
1773
|
-
|
|
1645
|
+
n0_registry.registerError(IncompatiblePolicyException$, IncompatiblePolicyException);
|
|
1646
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
1647
|
+
{ [_aQE]: [`InternalServerError`, 500], [_e]: _se },
|
|
1774
1648
|
[_M],
|
|
1775
1649
|
[0]
|
|
1776
1650
|
];
|
|
1777
|
-
|
|
1778
|
-
export var
|
|
1779
|
-
|
|
1780
|
-
[
|
|
1781
|
-
[
|
|
1651
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
1652
|
+
export var InvalidActivation$ = [-3, n0, _IA,
|
|
1653
|
+
{ [_aQE]: [`InvalidActivation`, 404], [_e]: _c },
|
|
1654
|
+
[_M],
|
|
1655
|
+
[0]
|
|
1656
|
+
];
|
|
1657
|
+
n0_registry.registerError(InvalidActivation$, InvalidActivation);
|
|
1658
|
+
export var InvalidActivationId$ = [-3, n0, _IAI,
|
|
1659
|
+
{ [_aQE]: [`InvalidActivationId`, 404], [_e]: _c },
|
|
1660
|
+
[_M],
|
|
1661
|
+
[0]
|
|
1662
|
+
];
|
|
1663
|
+
n0_registry.registerError(InvalidActivationId$, InvalidActivationId);
|
|
1664
|
+
export var InvalidAggregatorException$ = [-3, n0, _IAE,
|
|
1665
|
+
{ [_aQE]: [`InvalidAggregator`, 400], [_e]: _c },
|
|
1666
|
+
[_M],
|
|
1667
|
+
[0]
|
|
1668
|
+
];
|
|
1669
|
+
n0_registry.registerError(InvalidAggregatorException$, InvalidAggregatorException);
|
|
1670
|
+
export var InvalidAllowedPatternException$ = [-3, n0, _IAPE,
|
|
1671
|
+
{ [_aQE]: [`InvalidAllowedPatternException`, 400], [_e]: _c },
|
|
1672
|
+
[_m],
|
|
1673
|
+
[0]
|
|
1674
|
+
];
|
|
1675
|
+
n0_registry.registerError(InvalidAllowedPatternException$, InvalidAllowedPatternException);
|
|
1676
|
+
export var InvalidAssociation$ = [-3, n0, _IAn,
|
|
1677
|
+
{ [_aQE]: [`InvalidAssociation`, 400], [_e]: _c },
|
|
1678
|
+
[_M],
|
|
1679
|
+
[0]
|
|
1680
|
+
];
|
|
1681
|
+
n0_registry.registerError(InvalidAssociation$, InvalidAssociation);
|
|
1682
|
+
export var InvalidAssociationVersion$ = [-3, n0, _IAV,
|
|
1683
|
+
{ [_aQE]: [`InvalidAssociationVersion`, 400], [_e]: _c },
|
|
1684
|
+
[_M],
|
|
1685
|
+
[0]
|
|
1686
|
+
];
|
|
1687
|
+
n0_registry.registerError(InvalidAssociationVersion$, InvalidAssociationVersion);
|
|
1688
|
+
export var InvalidAutomationExecutionParametersException$ = [-3, n0, _IAEPE,
|
|
1689
|
+
{ [_aQE]: [`InvalidAutomationExecutionParameters`, 400], [_e]: _c },
|
|
1690
|
+
[_M],
|
|
1691
|
+
[0]
|
|
1692
|
+
];
|
|
1693
|
+
n0_registry.registerError(InvalidAutomationExecutionParametersException$, InvalidAutomationExecutionParametersException);
|
|
1694
|
+
export var InvalidAutomationSignalException$ = [-3, n0, _IASE,
|
|
1695
|
+
{ [_aQE]: [`InvalidAutomationSignalException`, 400], [_e]: _c },
|
|
1696
|
+
[_M],
|
|
1697
|
+
[0]
|
|
1698
|
+
];
|
|
1699
|
+
n0_registry.registerError(InvalidAutomationSignalException$, InvalidAutomationSignalException);
|
|
1700
|
+
export var InvalidAutomationStatusUpdateException$ = [-3, n0, _IASUE,
|
|
1701
|
+
{ [_aQE]: [`InvalidAutomationStatusUpdateException`, 400], [_e]: _c },
|
|
1702
|
+
[_M],
|
|
1703
|
+
[0]
|
|
1704
|
+
];
|
|
1705
|
+
n0_registry.registerError(InvalidAutomationStatusUpdateException$, InvalidAutomationStatusUpdateException);
|
|
1706
|
+
export var InvalidCommandId$ = [-3, n0, _ICI,
|
|
1707
|
+
{ [_aQE]: [`InvalidCommandId`, 404], [_e]: _c },
|
|
1708
|
+
[],
|
|
1709
|
+
[]
|
|
1710
|
+
];
|
|
1711
|
+
n0_registry.registerError(InvalidCommandId$, InvalidCommandId);
|
|
1712
|
+
export var InvalidDeleteInventoryParametersException$ = [-3, n0, _IDIPE,
|
|
1713
|
+
{ [_aQE]: [`InvalidDeleteInventoryParameters`, 400], [_e]: _c },
|
|
1714
|
+
[_M],
|
|
1715
|
+
[0]
|
|
1716
|
+
];
|
|
1717
|
+
n0_registry.registerError(InvalidDeleteInventoryParametersException$, InvalidDeleteInventoryParametersException);
|
|
1718
|
+
export var InvalidDeletionIdException$ = [-3, n0, _IDIE,
|
|
1719
|
+
{ [_aQE]: [`InvalidDeletionId`, 400], [_e]: _c },
|
|
1720
|
+
[_M],
|
|
1721
|
+
[0]
|
|
1722
|
+
];
|
|
1723
|
+
n0_registry.registerError(InvalidDeletionIdException$, InvalidDeletionIdException);
|
|
1724
|
+
export var InvalidDocument$ = [-3, n0, _ID,
|
|
1725
|
+
{ [_aQE]: [`InvalidDocument`, 404], [_e]: _c },
|
|
1726
|
+
[_M],
|
|
1727
|
+
[0]
|
|
1728
|
+
];
|
|
1729
|
+
n0_registry.registerError(InvalidDocument$, InvalidDocument);
|
|
1730
|
+
export var InvalidDocumentContent$ = [-3, n0, _IDC,
|
|
1731
|
+
{ [_aQE]: [`InvalidDocumentContent`, 400], [_e]: _c },
|
|
1732
|
+
[_M],
|
|
1733
|
+
[0]
|
|
1734
|
+
];
|
|
1735
|
+
n0_registry.registerError(InvalidDocumentContent$, InvalidDocumentContent);
|
|
1736
|
+
export var InvalidDocumentOperation$ = [-3, n0, _IDO,
|
|
1737
|
+
{ [_aQE]: [`InvalidDocumentOperation`, 403], [_e]: _c },
|
|
1738
|
+
[_M],
|
|
1739
|
+
[0]
|
|
1740
|
+
];
|
|
1741
|
+
n0_registry.registerError(InvalidDocumentOperation$, InvalidDocumentOperation);
|
|
1742
|
+
export var InvalidDocumentSchemaVersion$ = [-3, n0, _IDSV,
|
|
1743
|
+
{ [_aQE]: [`InvalidDocumentSchemaVersion`, 400], [_e]: _c },
|
|
1744
|
+
[_M],
|
|
1745
|
+
[0]
|
|
1746
|
+
];
|
|
1747
|
+
n0_registry.registerError(InvalidDocumentSchemaVersion$, InvalidDocumentSchemaVersion);
|
|
1748
|
+
export var InvalidDocumentType$ = [-3, n0, _IDT,
|
|
1749
|
+
{ [_aQE]: [`InvalidDocumentType`, 400], [_e]: _c },
|
|
1750
|
+
[_M],
|
|
1751
|
+
[0]
|
|
1752
|
+
];
|
|
1753
|
+
n0_registry.registerError(InvalidDocumentType$, InvalidDocumentType);
|
|
1754
|
+
export var InvalidDocumentVersion$ = [-3, n0, _IDV,
|
|
1755
|
+
{ [_aQE]: [`InvalidDocumentVersion`, 400], [_e]: _c },
|
|
1756
|
+
[_M],
|
|
1757
|
+
[0]
|
|
1758
|
+
];
|
|
1759
|
+
n0_registry.registerError(InvalidDocumentVersion$, InvalidDocumentVersion);
|
|
1760
|
+
export var InvalidFilter$ = [-3, n0, _IF,
|
|
1761
|
+
{ [_aQE]: [`InvalidFilter`, 441], [_e]: _c },
|
|
1762
|
+
[_M],
|
|
1763
|
+
[0]
|
|
1764
|
+
];
|
|
1765
|
+
n0_registry.registerError(InvalidFilter$, InvalidFilter);
|
|
1766
|
+
export var InvalidFilterKey$ = [-3, n0, _IFK,
|
|
1767
|
+
{ [_aQE]: [`InvalidFilterKey`, 400], [_e]: _c },
|
|
1768
|
+
[],
|
|
1769
|
+
[]
|
|
1770
|
+
];
|
|
1771
|
+
n0_registry.registerError(InvalidFilterKey$, InvalidFilterKey);
|
|
1772
|
+
export var InvalidFilterOption$ = [-3, n0, _IFO,
|
|
1773
|
+
{ [_aQE]: [`InvalidFilterOption`, 400], [_e]: _c },
|
|
1774
|
+
[_m],
|
|
1775
|
+
[0]
|
|
1776
|
+
];
|
|
1777
|
+
n0_registry.registerError(InvalidFilterOption$, InvalidFilterOption);
|
|
1778
|
+
export var InvalidFilterValue$ = [-3, n0, _IFV,
|
|
1779
|
+
{ [_aQE]: [`InvalidFilterValue`, 400], [_e]: _c },
|
|
1780
|
+
[_M],
|
|
1781
|
+
[0]
|
|
1782
|
+
];
|
|
1783
|
+
n0_registry.registerError(InvalidFilterValue$, InvalidFilterValue);
|
|
1784
|
+
export var InvalidInstanceId$ = [-3, n0, _III,
|
|
1785
|
+
{ [_aQE]: [`InvalidInstanceId`, 404], [_e]: _c },
|
|
1786
|
+
[_M],
|
|
1787
|
+
[0]
|
|
1788
|
+
];
|
|
1789
|
+
n0_registry.registerError(InvalidInstanceId$, InvalidInstanceId);
|
|
1790
|
+
export var InvalidInstanceInformationFilterValue$ = [-3, n0, _IIIFV,
|
|
1791
|
+
{ [_aQE]: [`InvalidInstanceInformationFilterValue`, 400], [_e]: _c },
|
|
1792
|
+
[_m],
|
|
1793
|
+
[0]
|
|
1794
|
+
];
|
|
1795
|
+
n0_registry.registerError(InvalidInstanceInformationFilterValue$, InvalidInstanceInformationFilterValue);
|
|
1796
|
+
export var InvalidInstancePropertyFilterValue$ = [-3, n0, _IIPFV,
|
|
1797
|
+
{ [_aQE]: [`InvalidInstancePropertyFilterValue`, 400], [_e]: _c },
|
|
1798
|
+
[_m],
|
|
1799
|
+
[0]
|
|
1800
|
+
];
|
|
1801
|
+
n0_registry.registerError(InvalidInstancePropertyFilterValue$, InvalidInstancePropertyFilterValue);
|
|
1802
|
+
export var InvalidInventoryGroupException$ = [-3, n0, _IIGE,
|
|
1803
|
+
{ [_aQE]: [`InvalidInventoryGroup`, 400], [_e]: _c },
|
|
1804
|
+
[_M],
|
|
1805
|
+
[0]
|
|
1806
|
+
];
|
|
1807
|
+
n0_registry.registerError(InvalidInventoryGroupException$, InvalidInventoryGroupException);
|
|
1808
|
+
export var InvalidInventoryItemContextException$ = [-3, n0, _IIICE,
|
|
1809
|
+
{ [_aQE]: [`InvalidInventoryItemContext`, 400], [_e]: _c },
|
|
1810
|
+
[_M],
|
|
1811
|
+
[0]
|
|
1812
|
+
];
|
|
1813
|
+
n0_registry.registerError(InvalidInventoryItemContextException$, InvalidInventoryItemContextException);
|
|
1814
|
+
export var InvalidInventoryRequestException$ = [-3, n0, _IIRE,
|
|
1815
|
+
{ [_aQE]: [`InvalidInventoryRequest`, 400], [_e]: _c },
|
|
1816
|
+
[_M],
|
|
1817
|
+
[0]
|
|
1818
|
+
];
|
|
1819
|
+
n0_registry.registerError(InvalidInventoryRequestException$, InvalidInventoryRequestException);
|
|
1820
|
+
export var InvalidItemContentException$ = [-3, n0, _IICE,
|
|
1821
|
+
{ [_aQE]: [`InvalidItemContent`, 400], [_e]: _c },
|
|
1822
|
+
[_TN, _M],
|
|
1823
|
+
[0, 0]
|
|
1824
|
+
];
|
|
1825
|
+
n0_registry.registerError(InvalidItemContentException$, InvalidItemContentException);
|
|
1826
|
+
export var InvalidKeyId$ = [-3, n0, _IKI,
|
|
1827
|
+
{ [_aQE]: [`InvalidKeyId`, 400], [_e]: _c },
|
|
1828
|
+
[_m],
|
|
1829
|
+
[0]
|
|
1830
|
+
];
|
|
1831
|
+
n0_registry.registerError(InvalidKeyId$, InvalidKeyId);
|
|
1832
|
+
export var InvalidNextToken$ = [-3, n0, _INT,
|
|
1833
|
+
{ [_aQE]: [`InvalidNextToken`, 400], [_e]: _c },
|
|
1834
|
+
[_M],
|
|
1835
|
+
[0]
|
|
1836
|
+
];
|
|
1837
|
+
n0_registry.registerError(InvalidNextToken$, InvalidNextToken);
|
|
1838
|
+
export var InvalidNotificationConfig$ = [-3, n0, _INC,
|
|
1839
|
+
{ [_aQE]: [`InvalidNotificationConfig`, 400], [_e]: _c },
|
|
1840
|
+
[_M],
|
|
1841
|
+
[0]
|
|
1842
|
+
];
|
|
1843
|
+
n0_registry.registerError(InvalidNotificationConfig$, InvalidNotificationConfig);
|
|
1844
|
+
export var InvalidOptionException$ = [-3, n0, _IOE,
|
|
1845
|
+
{ [_aQE]: [`InvalidOption`, 400], [_e]: _c },
|
|
1846
|
+
[_M],
|
|
1847
|
+
[0]
|
|
1848
|
+
];
|
|
1849
|
+
n0_registry.registerError(InvalidOptionException$, InvalidOptionException);
|
|
1850
|
+
export var InvalidOutputFolder$ = [-3, n0, _IOF,
|
|
1851
|
+
{ [_aQE]: [`InvalidOutputFolder`, 400], [_e]: _c },
|
|
1852
|
+
[],
|
|
1853
|
+
[]
|
|
1854
|
+
];
|
|
1855
|
+
n0_registry.registerError(InvalidOutputFolder$, InvalidOutputFolder);
|
|
1856
|
+
export var InvalidOutputLocation$ = [-3, n0, _IOL,
|
|
1857
|
+
{ [_aQE]: [`InvalidOutputLocation`, 400], [_e]: _c },
|
|
1858
|
+
[],
|
|
1859
|
+
[]
|
|
1860
|
+
];
|
|
1861
|
+
n0_registry.registerError(InvalidOutputLocation$, InvalidOutputLocation);
|
|
1862
|
+
export var InvalidParameters$ = [-3, n0, _IP,
|
|
1863
|
+
{ [_aQE]: [`InvalidParameters`, 400], [_e]: _c },
|
|
1864
|
+
[_M],
|
|
1865
|
+
[0]
|
|
1866
|
+
];
|
|
1867
|
+
n0_registry.registerError(InvalidParameters$, InvalidParameters);
|
|
1868
|
+
export var InvalidPermissionType$ = [-3, n0, _IPT,
|
|
1869
|
+
{ [_aQE]: [`InvalidPermissionType`, 400], [_e]: _c },
|
|
1870
|
+
[_M],
|
|
1871
|
+
[0]
|
|
1872
|
+
];
|
|
1873
|
+
n0_registry.registerError(InvalidPermissionType$, InvalidPermissionType);
|
|
1874
|
+
export var InvalidPluginName$ = [-3, n0, _IPN,
|
|
1875
|
+
{ [_aQE]: [`InvalidPluginName`, 404], [_e]: _c },
|
|
1876
|
+
[],
|
|
1877
|
+
[]
|
|
1878
|
+
];
|
|
1879
|
+
n0_registry.registerError(InvalidPluginName$, InvalidPluginName);
|
|
1880
|
+
export var InvalidPolicyAttributeException$ = [-3, n0, _IPAE,
|
|
1881
|
+
{ [_aQE]: [`InvalidPolicyAttributeException`, 400], [_e]: _c },
|
|
1882
|
+
[_m],
|
|
1883
|
+
[0]
|
|
1884
|
+
];
|
|
1885
|
+
n0_registry.registerError(InvalidPolicyAttributeException$, InvalidPolicyAttributeException);
|
|
1886
|
+
export var InvalidPolicyTypeException$ = [-3, n0, _IPTE,
|
|
1887
|
+
{ [_aQE]: [`InvalidPolicyTypeException`, 400], [_e]: _c },
|
|
1888
|
+
[_m],
|
|
1889
|
+
[0]
|
|
1890
|
+
];
|
|
1891
|
+
n0_registry.registerError(InvalidPolicyTypeException$, InvalidPolicyTypeException);
|
|
1892
|
+
export var InvalidResourceId$ = [-3, n0, _IRI,
|
|
1893
|
+
{ [_aQE]: [`InvalidResourceId`, 400], [_e]: _c },
|
|
1894
|
+
[],
|
|
1895
|
+
[]
|
|
1896
|
+
];
|
|
1897
|
+
n0_registry.registerError(InvalidResourceId$, InvalidResourceId);
|
|
1898
|
+
export var InvalidResourceType$ = [-3, n0, _IRT,
|
|
1899
|
+
{ [_aQE]: [`InvalidResourceType`, 400], [_e]: _c },
|
|
1900
|
+
[],
|
|
1901
|
+
[]
|
|
1902
|
+
];
|
|
1903
|
+
n0_registry.registerError(InvalidResourceType$, InvalidResourceType);
|
|
1904
|
+
export var InvalidResultAttributeException$ = [-3, n0, _IRAE,
|
|
1905
|
+
{ [_aQE]: [`InvalidResultAttribute`, 400], [_e]: _c },
|
|
1906
|
+
[_M],
|
|
1907
|
+
[0]
|
|
1908
|
+
];
|
|
1909
|
+
n0_registry.registerError(InvalidResultAttributeException$, InvalidResultAttributeException);
|
|
1910
|
+
export var InvalidRole$ = [-3, n0, _IR,
|
|
1911
|
+
{ [_aQE]: [`InvalidRole`, 400], [_e]: _c },
|
|
1912
|
+
[_M],
|
|
1913
|
+
[0]
|
|
1914
|
+
];
|
|
1915
|
+
n0_registry.registerError(InvalidRole$, InvalidRole);
|
|
1916
|
+
export var InvalidSchedule$ = [-3, n0, _IS,
|
|
1917
|
+
{ [_aQE]: [`InvalidSchedule`, 400], [_e]: _c },
|
|
1918
|
+
[_M],
|
|
1919
|
+
[0]
|
|
1920
|
+
];
|
|
1921
|
+
n0_registry.registerError(InvalidSchedule$, InvalidSchedule);
|
|
1922
|
+
export var InvalidTag$ = [-3, n0, _IT,
|
|
1923
|
+
{ [_aQE]: [`InvalidTag`, 400], [_e]: _c },
|
|
1924
|
+
[_M],
|
|
1925
|
+
[0]
|
|
1926
|
+
];
|
|
1927
|
+
n0_registry.registerError(InvalidTag$, InvalidTag);
|
|
1928
|
+
export var InvalidTarget$ = [-3, n0, _ITn,
|
|
1929
|
+
{ [_aQE]: [`InvalidTarget`, 400], [_e]: _c },
|
|
1930
|
+
[_M],
|
|
1931
|
+
[0]
|
|
1932
|
+
];
|
|
1933
|
+
n0_registry.registerError(InvalidTarget$, InvalidTarget);
|
|
1934
|
+
export var InvalidTargetMaps$ = [-3, n0, _ITM,
|
|
1935
|
+
{ [_aQE]: [`InvalidTargetMaps`, 400], [_e]: _c },
|
|
1936
|
+
[_M],
|
|
1937
|
+
[0]
|
|
1938
|
+
];
|
|
1939
|
+
n0_registry.registerError(InvalidTargetMaps$, InvalidTargetMaps);
|
|
1940
|
+
export var InvalidTypeNameException$ = [-3, n0, _ITNE,
|
|
1941
|
+
{ [_aQE]: [`InvalidTypeName`, 400], [_e]: _c },
|
|
1942
|
+
[_M],
|
|
1943
|
+
[0]
|
|
1944
|
+
];
|
|
1945
|
+
n0_registry.registerError(InvalidTypeNameException$, InvalidTypeNameException);
|
|
1946
|
+
export var InvalidUpdate$ = [-3, n0, _IU,
|
|
1947
|
+
{ [_aQE]: [`InvalidUpdate`, 400], [_e]: _c },
|
|
1948
|
+
[_M],
|
|
1949
|
+
[0]
|
|
1950
|
+
];
|
|
1951
|
+
n0_registry.registerError(InvalidUpdate$, InvalidUpdate);
|
|
1952
|
+
export var InvocationDoesNotExist$ = [-3, n0, _IDNE,
|
|
1953
|
+
{ [_aQE]: [`InvocationDoesNotExist`, 400], [_e]: _c },
|
|
1954
|
+
[],
|
|
1955
|
+
[]
|
|
1956
|
+
];
|
|
1957
|
+
n0_registry.registerError(InvocationDoesNotExist$, InvocationDoesNotExist);
|
|
1958
|
+
export var ItemContentMismatchException$ = [-3, n0, _ICME,
|
|
1959
|
+
{ [_aQE]: [`ItemContentMismatch`, 400], [_e]: _c },
|
|
1960
|
+
[_TN, _M],
|
|
1961
|
+
[0, 0]
|
|
1962
|
+
];
|
|
1963
|
+
n0_registry.registerError(ItemContentMismatchException$, ItemContentMismatchException);
|
|
1964
|
+
export var ItemSizeLimitExceededException$ = [-3, n0, _ISLEE,
|
|
1965
|
+
{ [_aQE]: [`ItemSizeLimitExceeded`, 400], [_e]: _c },
|
|
1966
|
+
[_TN, _M],
|
|
1967
|
+
[0, 0]
|
|
1968
|
+
];
|
|
1969
|
+
n0_registry.registerError(ItemSizeLimitExceededException$, ItemSizeLimitExceededException);
|
|
1970
|
+
export var MalformedResourcePolicyDocumentException$ = [-3, n0, _MRPDE,
|
|
1971
|
+
{ [_aQE]: [`MalformedResourcePolicyDocumentException`, 400], [_e]: _c },
|
|
1972
|
+
[_M],
|
|
1973
|
+
[0]
|
|
1974
|
+
];
|
|
1975
|
+
n0_registry.registerError(MalformedResourcePolicyDocumentException$, MalformedResourcePolicyDocumentException);
|
|
1976
|
+
export var MaxDocumentSizeExceeded$ = [-3, n0, _MDSE,
|
|
1977
|
+
{ [_aQE]: [`MaxDocumentSizeExceeded`, 400], [_e]: _c },
|
|
1978
|
+
[_M],
|
|
1979
|
+
[0]
|
|
1980
|
+
];
|
|
1981
|
+
n0_registry.registerError(MaxDocumentSizeExceeded$, MaxDocumentSizeExceeded);
|
|
1982
|
+
export var NoLongerSupportedException$ = [-3, n0, _NLSE,
|
|
1983
|
+
{ [_aQE]: [`NoLongerSupported`, 400], [_e]: _c },
|
|
1984
|
+
[_M],
|
|
1985
|
+
[0]
|
|
1986
|
+
];
|
|
1987
|
+
n0_registry.registerError(NoLongerSupportedException$, NoLongerSupportedException);
|
|
1988
|
+
export var OpsItemAccessDeniedException$ = [-3, n0, _OIADE,
|
|
1989
|
+
{ [_aQE]: [`OpsItemAccessDeniedException`, 403], [_e]: _c },
|
|
1990
|
+
[_M],
|
|
1991
|
+
[0]
|
|
1992
|
+
];
|
|
1993
|
+
n0_registry.registerError(OpsItemAccessDeniedException$, OpsItemAccessDeniedException);
|
|
1994
|
+
export var OpsItemAlreadyExistsException$ = [-3, n0, _OIAEE,
|
|
1995
|
+
{ [_aQE]: [`OpsItemAlreadyExistsException`, 400], [_e]: _c },
|
|
1996
|
+
[_M, _OII],
|
|
1997
|
+
[0, 0]
|
|
1998
|
+
];
|
|
1999
|
+
n0_registry.registerError(OpsItemAlreadyExistsException$, OpsItemAlreadyExistsException);
|
|
2000
|
+
export var OpsItemConflictException$ = [-3, n0, _OICE,
|
|
2001
|
+
{ [_aQE]: [`OpsItemConflictException`, 409], [_e]: _c },
|
|
2002
|
+
[_M],
|
|
2003
|
+
[0]
|
|
2004
|
+
];
|
|
2005
|
+
n0_registry.registerError(OpsItemConflictException$, OpsItemConflictException);
|
|
2006
|
+
export var OpsItemInvalidParameterException$ = [-3, n0, _OIIPE,
|
|
2007
|
+
{ [_aQE]: [`OpsItemInvalidParameterException`, 400], [_e]: _c },
|
|
2008
|
+
[_PN, _M],
|
|
2009
|
+
[64 | 0, 0]
|
|
2010
|
+
];
|
|
2011
|
+
n0_registry.registerError(OpsItemInvalidParameterException$, OpsItemInvalidParameterException);
|
|
2012
|
+
export var OpsItemLimitExceededException$ = [-3, n0, _OILEE,
|
|
2013
|
+
{ [_aQE]: [`OpsItemLimitExceededException`, 400], [_e]: _c },
|
|
2014
|
+
[_RT, _L, _LT, _M],
|
|
2015
|
+
[64 | 0, 1, 0, 0]
|
|
2016
|
+
];
|
|
2017
|
+
n0_registry.registerError(OpsItemLimitExceededException$, OpsItemLimitExceededException);
|
|
2018
|
+
export var OpsItemNotFoundException$ = [-3, n0, _OINFE,
|
|
2019
|
+
{ [_aQE]: [`OpsItemNotFoundException`, 400], [_e]: _c },
|
|
2020
|
+
[_M],
|
|
2021
|
+
[0]
|
|
2022
|
+
];
|
|
2023
|
+
n0_registry.registerError(OpsItemNotFoundException$, OpsItemNotFoundException);
|
|
2024
|
+
export var OpsItemRelatedItemAlreadyExistsException$ = [-3, n0, _OIRIAEE,
|
|
2025
|
+
{ [_aQE]: [`OpsItemRelatedItemAlreadyExistsException`, 400], [_e]: _c },
|
|
2026
|
+
[_M, _RU, _OII],
|
|
2027
|
+
[0, 0, 0]
|
|
2028
|
+
];
|
|
2029
|
+
n0_registry.registerError(OpsItemRelatedItemAlreadyExistsException$, OpsItemRelatedItemAlreadyExistsException);
|
|
2030
|
+
export var OpsItemRelatedItemAssociationNotFoundException$ = [-3, n0, _OIRIANFE,
|
|
2031
|
+
{ [_aQE]: [`OpsItemRelatedItemAssociationNotFoundException`, 400], [_e]: _c },
|
|
2032
|
+
[_M],
|
|
2033
|
+
[0]
|
|
2034
|
+
];
|
|
2035
|
+
n0_registry.registerError(OpsItemRelatedItemAssociationNotFoundException$, OpsItemRelatedItemAssociationNotFoundException);
|
|
2036
|
+
export var OpsMetadataAlreadyExistsException$ = [-3, n0, _OMAEE,
|
|
2037
|
+
{ [_aQE]: [`OpsMetadataAlreadyExistsException`, 400], [_e]: _c },
|
|
2038
|
+
[_m],
|
|
2039
|
+
[0]
|
|
2040
|
+
];
|
|
2041
|
+
n0_registry.registerError(OpsMetadataAlreadyExistsException$, OpsMetadataAlreadyExistsException);
|
|
2042
|
+
export var OpsMetadataInvalidArgumentException$ = [-3, n0, _OMIAE,
|
|
2043
|
+
{ [_aQE]: [`OpsMetadataInvalidArgumentException`, 400], [_e]: _c },
|
|
2044
|
+
[_m],
|
|
2045
|
+
[0]
|
|
2046
|
+
];
|
|
2047
|
+
n0_registry.registerError(OpsMetadataInvalidArgumentException$, OpsMetadataInvalidArgumentException);
|
|
2048
|
+
export var OpsMetadataKeyLimitExceededException$ = [-3, n0, _OMKLEE,
|
|
2049
|
+
{ [_aQE]: [`OpsMetadataKeyLimitExceededException`, 429], [_e]: _c },
|
|
2050
|
+
[_m],
|
|
2051
|
+
[0]
|
|
2052
|
+
];
|
|
2053
|
+
n0_registry.registerError(OpsMetadataKeyLimitExceededException$, OpsMetadataKeyLimitExceededException);
|
|
2054
|
+
export var OpsMetadataLimitExceededException$ = [-3, n0, _OMLEE,
|
|
2055
|
+
{ [_aQE]: [`OpsMetadataLimitExceededException`, 429], [_e]: _c },
|
|
2056
|
+
[_m],
|
|
2057
|
+
[0]
|
|
2058
|
+
];
|
|
2059
|
+
n0_registry.registerError(OpsMetadataLimitExceededException$, OpsMetadataLimitExceededException);
|
|
2060
|
+
export var OpsMetadataNotFoundException$ = [-3, n0, _OMNFE,
|
|
2061
|
+
{ [_aQE]: [`OpsMetadataNotFoundException`, 404], [_e]: _c },
|
|
2062
|
+
[_m],
|
|
2063
|
+
[0]
|
|
2064
|
+
];
|
|
2065
|
+
n0_registry.registerError(OpsMetadataNotFoundException$, OpsMetadataNotFoundException);
|
|
2066
|
+
export var OpsMetadataTooManyUpdatesException$ = [-3, n0, _OMTMUE,
|
|
2067
|
+
{ [_aQE]: [`OpsMetadataTooManyUpdatesException`, 429], [_e]: _c },
|
|
2068
|
+
[_m],
|
|
2069
|
+
[0]
|
|
2070
|
+
];
|
|
2071
|
+
n0_registry.registerError(OpsMetadataTooManyUpdatesException$, OpsMetadataTooManyUpdatesException);
|
|
2072
|
+
export var ParameterAlreadyExists$ = [-3, n0, _PAE,
|
|
2073
|
+
{ [_aQE]: [`ParameterAlreadyExists`, 400], [_e]: _c },
|
|
2074
|
+
[_m],
|
|
2075
|
+
[0]
|
|
2076
|
+
];
|
|
2077
|
+
n0_registry.registerError(ParameterAlreadyExists$, ParameterAlreadyExists);
|
|
2078
|
+
export var ParameterLimitExceeded$ = [-3, n0, _PLE,
|
|
2079
|
+
{ [_aQE]: [`ParameterLimitExceeded`, 429], [_e]: _c },
|
|
2080
|
+
[_m],
|
|
2081
|
+
[0]
|
|
2082
|
+
];
|
|
2083
|
+
n0_registry.registerError(ParameterLimitExceeded$, ParameterLimitExceeded);
|
|
2084
|
+
export var ParameterMaxVersionLimitExceeded$ = [-3, n0, _PMVLE,
|
|
2085
|
+
{ [_aQE]: [`ParameterMaxVersionLimitExceeded`, 400], [_e]: _c },
|
|
2086
|
+
[_m],
|
|
2087
|
+
[0]
|
|
2088
|
+
];
|
|
2089
|
+
n0_registry.registerError(ParameterMaxVersionLimitExceeded$, ParameterMaxVersionLimitExceeded);
|
|
2090
|
+
export var ParameterNotFound$ = [-3, n0, _PNF,
|
|
2091
|
+
{ [_aQE]: [`ParameterNotFound`, 404], [_e]: _c },
|
|
2092
|
+
[_m],
|
|
2093
|
+
[0]
|
|
2094
|
+
];
|
|
2095
|
+
n0_registry.registerError(ParameterNotFound$, ParameterNotFound);
|
|
2096
|
+
export var ParameterPatternMismatchException$ = [-3, n0, _PPME,
|
|
2097
|
+
{ [_aQE]: [`ParameterPatternMismatchException`, 400], [_e]: _c },
|
|
2098
|
+
[_m],
|
|
2099
|
+
[0]
|
|
2100
|
+
];
|
|
2101
|
+
n0_registry.registerError(ParameterPatternMismatchException$, ParameterPatternMismatchException);
|
|
2102
|
+
export var ParameterVersionLabelLimitExceeded$ = [-3, n0, _PVLLE,
|
|
2103
|
+
{ [_aQE]: [`ParameterVersionLabelLimitExceeded`, 400], [_e]: _c },
|
|
2104
|
+
[_m],
|
|
2105
|
+
[0]
|
|
2106
|
+
];
|
|
2107
|
+
n0_registry.registerError(ParameterVersionLabelLimitExceeded$, ParameterVersionLabelLimitExceeded);
|
|
2108
|
+
export var ParameterVersionNotFound$ = [-3, n0, _PVNF,
|
|
2109
|
+
{ [_aQE]: [`ParameterVersionNotFound`, 400], [_e]: _c },
|
|
2110
|
+
[_m],
|
|
2111
|
+
[0]
|
|
1782
2112
|
];
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
[
|
|
1786
|
-
[
|
|
2113
|
+
n0_registry.registerError(ParameterVersionNotFound$, ParameterVersionNotFound);
|
|
2114
|
+
export var PoliciesLimitExceededException$ = [-3, n0, _PLEE,
|
|
2115
|
+
{ [_aQE]: [`PoliciesLimitExceededException`, 400], [_e]: _c },
|
|
2116
|
+
[_m],
|
|
2117
|
+
[0]
|
|
1787
2118
|
];
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
[
|
|
1791
|
-
[
|
|
2119
|
+
n0_registry.registerError(PoliciesLimitExceededException$, PoliciesLimitExceededException);
|
|
2120
|
+
export var ResourceDataSyncAlreadyExistsException$ = [-3, n0, _RDSAEE,
|
|
2121
|
+
{ [_aQE]: [`ResourceDataSyncAlreadyExists`, 400], [_e]: _c },
|
|
2122
|
+
[_SN],
|
|
2123
|
+
[0]
|
|
1792
2124
|
];
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
[
|
|
1796
|
-
[
|
|
2125
|
+
n0_registry.registerError(ResourceDataSyncAlreadyExistsException$, ResourceDataSyncAlreadyExistsException);
|
|
2126
|
+
export var ResourceDataSyncConflictException$ = [-3, n0, _RDSCE,
|
|
2127
|
+
{ [_aQE]: [`ResourceDataSyncConflictException`, 409], [_e]: _c },
|
|
2128
|
+
[_M],
|
|
2129
|
+
[0]
|
|
1797
2130
|
];
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
[
|
|
1801
|
-
[
|
|
2131
|
+
n0_registry.registerError(ResourceDataSyncConflictException$, ResourceDataSyncConflictException);
|
|
2132
|
+
export var ResourceDataSyncCountExceededException$ = [-3, n0, _RDSCEE,
|
|
2133
|
+
{ [_aQE]: [`ResourceDataSyncCountExceeded`, 400], [_e]: _c },
|
|
2134
|
+
[_M],
|
|
2135
|
+
[0]
|
|
1802
2136
|
];
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
[
|
|
1806
|
-
[
|
|
2137
|
+
n0_registry.registerError(ResourceDataSyncCountExceededException$, ResourceDataSyncCountExceededException);
|
|
2138
|
+
export var ResourceDataSyncInvalidConfigurationException$ = [-3, n0, _RDSICE,
|
|
2139
|
+
{ [_aQE]: [`ResourceDataSyncInvalidConfiguration`, 400], [_e]: _c },
|
|
2140
|
+
[_M],
|
|
2141
|
+
[0]
|
|
1807
2142
|
];
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
[
|
|
1811
|
-
[
|
|
2143
|
+
n0_registry.registerError(ResourceDataSyncInvalidConfigurationException$, ResourceDataSyncInvalidConfigurationException);
|
|
2144
|
+
export var ResourceDataSyncNotFoundException$ = [-3, n0, _RDSNFE,
|
|
2145
|
+
{ [_aQE]: [`ResourceDataSyncNotFound`, 404], [_e]: _c },
|
|
2146
|
+
[_SN, _ST, _M],
|
|
2147
|
+
[0, 0, 0]
|
|
1812
2148
|
];
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
[
|
|
1816
|
-
[
|
|
2149
|
+
n0_registry.registerError(ResourceDataSyncNotFoundException$, ResourceDataSyncNotFoundException);
|
|
2150
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
2151
|
+
{ [_aQE]: [`ResourceInUseException`, 400], [_e]: _c },
|
|
2152
|
+
[_M],
|
|
2153
|
+
[0]
|
|
1817
2154
|
];
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
[
|
|
1821
|
-
[
|
|
2155
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
2156
|
+
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
2157
|
+
{ [_aQE]: [`ResourceLimitExceededException`, 400], [_e]: _c },
|
|
2158
|
+
[_M],
|
|
2159
|
+
[0]
|
|
1822
2160
|
];
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
[
|
|
1826
|
-
[
|
|
2161
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
2162
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2163
|
+
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c },
|
|
2164
|
+
[_M],
|
|
2165
|
+
[0]
|
|
1827
2166
|
];
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
[
|
|
1831
|
-
[
|
|
2167
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2168
|
+
export var ResourcePolicyConflictException$ = [-3, n0, _RPCE,
|
|
2169
|
+
{ [_aQE]: [`ResourcePolicyConflictException`, 400], [_e]: _c },
|
|
2170
|
+
[_M],
|
|
2171
|
+
[0]
|
|
1832
2172
|
];
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
[
|
|
2173
|
+
n0_registry.registerError(ResourcePolicyConflictException$, ResourcePolicyConflictException);
|
|
2174
|
+
export var ResourcePolicyInvalidParameterException$ = [-3, n0, _RPIPE,
|
|
2175
|
+
{ [_aQE]: [`ResourcePolicyInvalidParameterException`, 400], [_e]: _c },
|
|
2176
|
+
[_PN, _M],
|
|
2177
|
+
[64 | 0, 0]
|
|
2178
|
+
];
|
|
2179
|
+
n0_registry.registerError(ResourcePolicyInvalidParameterException$, ResourcePolicyInvalidParameterException);
|
|
2180
|
+
export var ResourcePolicyLimitExceededException$ = [-3, n0, _RPLEE,
|
|
2181
|
+
{ [_aQE]: [`ResourcePolicyLimitExceededException`, 400], [_e]: _c },
|
|
2182
|
+
[_L, _LT, _M],
|
|
2183
|
+
[1, 0, 0]
|
|
2184
|
+
];
|
|
2185
|
+
n0_registry.registerError(ResourcePolicyLimitExceededException$, ResourcePolicyLimitExceededException);
|
|
2186
|
+
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
2187
|
+
{ [_aQE]: [`ResourcePolicyNotFoundException`, 404], [_e]: _c },
|
|
2188
|
+
[_M],
|
|
1836
2189
|
[0]
|
|
1837
2190
|
];
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
[
|
|
1841
|
-
[
|
|
2191
|
+
n0_registry.registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
2192
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
2193
|
+
{ [_e]: _c },
|
|
2194
|
+
[_M, _QC, _SC, _RI, _RTe],
|
|
2195
|
+
[0, 0, 0, 0, 0], 3
|
|
1842
2196
|
];
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
[
|
|
1846
|
-
[
|
|
2197
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2198
|
+
export var ServiceSettingNotFound$ = [-3, n0, _SSNF,
|
|
2199
|
+
{ [_aQE]: [`ServiceSettingNotFound`, 400], [_e]: _c },
|
|
2200
|
+
[_M],
|
|
2201
|
+
[0]
|
|
1847
2202
|
];
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
[
|
|
1851
|
-
[
|
|
2203
|
+
n0_registry.registerError(ServiceSettingNotFound$, ServiceSettingNotFound);
|
|
2204
|
+
export var StatusUnchanged$ = [-3, n0, _SU,
|
|
2205
|
+
{ [_aQE]: [`StatusUnchanged`, 400], [_e]: _c },
|
|
2206
|
+
[],
|
|
2207
|
+
[]
|
|
1852
2208
|
];
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
[
|
|
2209
|
+
n0_registry.registerError(StatusUnchanged$, StatusUnchanged);
|
|
2210
|
+
export var SubTypeCountLimitExceededException$ = [-3, n0, _STCLEE,
|
|
2211
|
+
{ [_aQE]: [`SubTypeCountLimitExceeded`, 400], [_e]: _c },
|
|
2212
|
+
[_M],
|
|
1856
2213
|
[0]
|
|
1857
2214
|
];
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
[
|
|
1861
|
-
[
|
|
2215
|
+
n0_registry.registerError(SubTypeCountLimitExceededException$, SubTypeCountLimitExceededException);
|
|
2216
|
+
export var TargetInUseException$ = [-3, n0, _TIUE,
|
|
2217
|
+
{ [_aQE]: [`TargetInUseException`, 400], [_e]: _c },
|
|
2218
|
+
[_M],
|
|
2219
|
+
[0]
|
|
1862
2220
|
];
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
[
|
|
2221
|
+
n0_registry.registerError(TargetInUseException$, TargetInUseException);
|
|
2222
|
+
export var TargetNotConnected$ = [-3, n0, _TNC,
|
|
2223
|
+
{ [_aQE]: [`TargetNotConnected`, 430], [_e]: _c },
|
|
2224
|
+
[_M],
|
|
1866
2225
|
[0]
|
|
1867
2226
|
];
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
[
|
|
1871
|
-
[
|
|
2227
|
+
n0_registry.registerError(TargetNotConnected$, TargetNotConnected);
|
|
2228
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
2229
|
+
{ [_e]: _c },
|
|
2230
|
+
[_M, _QC, _SC],
|
|
2231
|
+
[0, 0, 0], 1
|
|
1872
2232
|
];
|
|
1873
|
-
|
|
1874
|
-
|
|
2233
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
2234
|
+
export var TooManyTagsError$ = [-3, n0, _TMTE,
|
|
2235
|
+
{ [_aQE]: [`TooManyTagsError`, 400], [_e]: _c },
|
|
1875
2236
|
[],
|
|
1876
2237
|
[]
|
|
1877
2238
|
];
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
[
|
|
1881
|
-
[
|
|
2239
|
+
n0_registry.registerError(TooManyTagsError$, TooManyTagsError);
|
|
2240
|
+
export var TooManyUpdates$ = [-3, n0, _TMU,
|
|
2241
|
+
{ [_aQE]: [`TooManyUpdates`, 429], [_e]: _c },
|
|
2242
|
+
[_M],
|
|
2243
|
+
[0]
|
|
1882
2244
|
];
|
|
1883
|
-
|
|
1884
|
-
|
|
2245
|
+
n0_registry.registerError(TooManyUpdates$, TooManyUpdates);
|
|
2246
|
+
export var TotalSizeLimitExceededException$ = [-3, n0, _TSLEE,
|
|
2247
|
+
{ [_aQE]: [`TotalSizeLimitExceeded`, 400], [_e]: _c },
|
|
1885
2248
|
[_M],
|
|
1886
2249
|
[0]
|
|
1887
2250
|
];
|
|
1888
|
-
|
|
1889
|
-
export var
|
|
2251
|
+
n0_registry.registerError(TotalSizeLimitExceededException$, TotalSizeLimitExceededException);
|
|
2252
|
+
export var UnsupportedCalendarException$ = [-3, n0, _UCE,
|
|
2253
|
+
{ [_aQE]: [`UnsupportedCalendarException`, 400], [_e]: _c },
|
|
2254
|
+
[_M],
|
|
2255
|
+
[0]
|
|
2256
|
+
];
|
|
2257
|
+
n0_registry.registerError(UnsupportedCalendarException$, UnsupportedCalendarException);
|
|
2258
|
+
export var UnsupportedFeatureRequiredException$ = [-3, n0, _UFRE,
|
|
2259
|
+
{ [_aQE]: [`UnsupportedFeatureRequiredException`, 400], [_e]: _c },
|
|
2260
|
+
[_M],
|
|
2261
|
+
[0]
|
|
2262
|
+
];
|
|
2263
|
+
n0_registry.registerError(UnsupportedFeatureRequiredException$, UnsupportedFeatureRequiredException);
|
|
2264
|
+
export var UnsupportedInventoryItemContextException$ = [-3, n0, _UIICE,
|
|
2265
|
+
{ [_aQE]: [`UnsupportedInventoryItemContext`, 400], [_e]: _c },
|
|
2266
|
+
[_TN, _M],
|
|
2267
|
+
[0, 0]
|
|
2268
|
+
];
|
|
2269
|
+
n0_registry.registerError(UnsupportedInventoryItemContextException$, UnsupportedInventoryItemContextException);
|
|
2270
|
+
export var UnsupportedInventorySchemaVersionException$ = [-3, n0, _UISVE,
|
|
2271
|
+
{ [_aQE]: [`UnsupportedInventorySchemaVersion`, 400], [_e]: _c },
|
|
2272
|
+
[_M],
|
|
2273
|
+
[0]
|
|
2274
|
+
];
|
|
2275
|
+
n0_registry.registerError(UnsupportedInventorySchemaVersionException$, UnsupportedInventorySchemaVersionException);
|
|
2276
|
+
export var UnsupportedOperatingSystem$ = [-3, n0, _UOS,
|
|
2277
|
+
{ [_aQE]: [`UnsupportedOperatingSystem`, 400], [_e]: _c },
|
|
2278
|
+
[_M],
|
|
2279
|
+
[0]
|
|
2280
|
+
];
|
|
2281
|
+
n0_registry.registerError(UnsupportedOperatingSystem$, UnsupportedOperatingSystem);
|
|
2282
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
2283
|
+
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c },
|
|
2284
|
+
[_M],
|
|
2285
|
+
[0]
|
|
2286
|
+
];
|
|
2287
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
2288
|
+
export var UnsupportedParameterType$ = [-3, n0, _UPT,
|
|
2289
|
+
{ [_aQE]: [`UnsupportedParameterType`, 400], [_e]: _c },
|
|
2290
|
+
[_m],
|
|
2291
|
+
[0]
|
|
2292
|
+
];
|
|
2293
|
+
n0_registry.registerError(UnsupportedParameterType$, UnsupportedParameterType);
|
|
2294
|
+
export var UnsupportedPlatformType$ = [-3, n0, _UPTn,
|
|
2295
|
+
{ [_aQE]: [`UnsupportedPlatformType`, 400], [_e]: _c },
|
|
2296
|
+
[_M],
|
|
2297
|
+
[0]
|
|
2298
|
+
];
|
|
2299
|
+
n0_registry.registerError(UnsupportedPlatformType$, UnsupportedPlatformType);
|
|
2300
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
2301
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _c },
|
|
2302
|
+
[_M, _RC],
|
|
2303
|
+
[0, 0]
|
|
2304
|
+
];
|
|
2305
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
2306
|
+
export const errorTypeRegistries = [
|
|
2307
|
+
_s_registry,
|
|
2308
|
+
n0_registry,
|
|
2309
|
+
];
|
|
2310
|
+
var AccessKeySecretType = [0, n0, _AKST, 8, 0];
|
|
2311
|
+
var IPAddress = [0, n0, _IPA, 8, 0];
|
|
2312
|
+
var MaintenanceWindowDescription = [0, n0, _MWD, 8, 0];
|
|
2313
|
+
var MaintenanceWindowExecutionTaskInvocationParameters = [0, n0, _MWETIP, 8, 0];
|
|
2314
|
+
var MaintenanceWindowLambdaPayload = [0, n0, _MWLP, 8, 21];
|
|
2315
|
+
var MaintenanceWindowStepFunctionsInput = [0, n0, _MWSFI, 8, 0];
|
|
2316
|
+
var MaintenanceWindowTaskParameterValue = [0, n0, _MWTPV, 8, 0];
|
|
2317
|
+
var OwnerInformation = [0, n0, _OI, 8, 0];
|
|
2318
|
+
var PatchSourceConfiguration = [0, n0, _PSC, 8, 0];
|
|
2319
|
+
var PSParameterValue = [0, n0, _PSPV, 8, 0];
|
|
2320
|
+
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
2321
|
+
export var AccountSharingInfo$ = [3, n0, _ASI,
|
|
1890
2322
|
0,
|
|
1891
|
-
[_AIc],
|
|
1892
|
-
[0
|
|
2323
|
+
[_AIc, _SDV],
|
|
2324
|
+
[0, 0]
|
|
1893
2325
|
];
|
|
1894
|
-
export var
|
|
2326
|
+
export var Activation$ = [3, n0, _A,
|
|
1895
2327
|
0,
|
|
1896
|
-
[],
|
|
1897
|
-
[]
|
|
2328
|
+
[_AIct, _D, _DIN, _IRa, _RL, _RCe, _ED, _E, _CD, _T],
|
|
2329
|
+
[0, 0, 0, 0, 1, 1, 4, 2, 4, () => TagList]
|
|
1898
2330
|
];
|
|
1899
|
-
export var
|
|
2331
|
+
export var AddTagsToResourceRequest$ = [3, n0, _ATTRR,
|
|
1900
2332
|
0,
|
|
1901
|
-
[
|
|
1902
|
-
[0, 0,
|
|
2333
|
+
[_RTe, _RI, _T],
|
|
2334
|
+
[0, 0, () => TagList], 3
|
|
1903
2335
|
];
|
|
1904
|
-
export var
|
|
2336
|
+
export var AddTagsToResourceResult$ = [3, n0, _ATTRRd,
|
|
1905
2337
|
0,
|
|
1906
2338
|
[],
|
|
1907
2339
|
[]
|
|
1908
2340
|
];
|
|
1909
|
-
export var
|
|
2341
|
+
export var Alarm$ = [3, n0, _Al,
|
|
1910
2342
|
0,
|
|
1911
|
-
[_N
|
|
1912
|
-
[0
|
|
2343
|
+
[_N],
|
|
2344
|
+
[0], 1
|
|
1913
2345
|
];
|
|
1914
|
-
export var
|
|
2346
|
+
export var AlarmConfiguration$ = [3, n0, _AC,
|
|
1915
2347
|
0,
|
|
1916
|
-
[],
|
|
1917
|
-
[]
|
|
2348
|
+
[_Ala, _IPAF],
|
|
2349
|
+
[() => AlarmList, 2], 1
|
|
1918
2350
|
];
|
|
1919
|
-
export var
|
|
2351
|
+
export var AlarmStateInformation$ = [3, n0, _ASIl,
|
|
1920
2352
|
0,
|
|
1921
|
-
[
|
|
1922
|
-
[0, 0, 2
|
|
2353
|
+
[_N, _S],
|
|
2354
|
+
[0, 0], 2
|
|
1923
2355
|
];
|
|
1924
|
-
export var
|
|
2356
|
+
export var AssociateOpsItemRelatedItemRequest$ = [3, n0, _AOIRIR,
|
|
1925
2357
|
0,
|
|
1926
|
-
[
|
|
1927
|
-
[0, 0,
|
|
2358
|
+
[_OII, _AT, _RTe, _RU],
|
|
2359
|
+
[0, 0, 0, 0], 4
|
|
2360
|
+
];
|
|
2361
|
+
export var AssociateOpsItemRelatedItemResponse$ = [3, n0, _AOIRIRs,
|
|
2362
|
+
0,
|
|
2363
|
+
[_AIs],
|
|
2364
|
+
[0]
|
|
2365
|
+
];
|
|
2366
|
+
export var Association$ = [3, n0, _As,
|
|
2367
|
+
0,
|
|
2368
|
+
[_N, _II, _AIs, _AV, _DV, _Ta, _LED, _O, _SE, _AN, _SO, _Du, _TM],
|
|
2369
|
+
[0, 0, 0, 0, 0, () => Targets, 4, () => AssociationOverview$, 0, 0, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]]]
|
|
2370
|
+
];
|
|
2371
|
+
export var AssociationDescription$ = [3, n0, _AD,
|
|
2372
|
+
0,
|
|
2373
|
+
[_N, _II, _AV, _Da, _LUAD, _St, _O, _DV, _ATPN, _P, _AIs, _Ta, _SE, _OL, _LED, _LSED, _AN, _ME, _MC, _CS, _SCy, _AOACI, _CN, _TL, _SO, _Du, _TM, _AC, _TA, _ADAR],
|
|
2374
|
+
[0, 0, 0, 4, 4, () => AssociationStatus$, () => AssociationOverview$, 0, 0, [() => _Parameters, 0], 0, () => Targets, 0, () => InstanceAssociationOutputLocation$, 4, 4, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => AlarmConfiguration$, () => AlarmStateInformationList, 0]
|
|
2375
|
+
];
|
|
2376
|
+
export var AssociationExecution$ = [3, n0, _AE,
|
|
2377
|
+
0,
|
|
2378
|
+
[_AIs, _AV, _EI, _St, _DS, _CT, _LED, _RCBS, _AC, _TA],
|
|
2379
|
+
[0, 0, 0, 0, 0, 4, 4, 0, () => AlarmConfiguration$, () => AlarmStateInformationList]
|
|
1928
2380
|
];
|
|
1929
|
-
export var
|
|
2381
|
+
export var AssociationExecutionFilter$ = [3, n0, _AEF,
|
|
1930
2382
|
0,
|
|
1931
|
-
[
|
|
1932
|
-
[0],
|
|
2383
|
+
[_K, _V, _Ty],
|
|
2384
|
+
[0, 0, 0], 3
|
|
1933
2385
|
];
|
|
1934
|
-
export var
|
|
2386
|
+
export var AssociationExecutionTarget$ = [3, n0, _AET,
|
|
1935
2387
|
0,
|
|
1936
|
-
[
|
|
1937
|
-
[0]
|
|
2388
|
+
[_AIs, _AV, _EI, _RI, _RTe, _St, _DS, _LED, _OS],
|
|
2389
|
+
[0, 0, 0, 0, 0, 0, 0, 4, () => OutputSource$]
|
|
1938
2390
|
];
|
|
1939
|
-
export var
|
|
2391
|
+
export var AssociationExecutionTargetsFilter$ = [3, n0, _AETF,
|
|
1940
2392
|
0,
|
|
1941
|
-
[
|
|
1942
|
-
[0],
|
|
2393
|
+
[_K, _V],
|
|
2394
|
+
[0, 0], 2
|
|
1943
2395
|
];
|
|
1944
|
-
export var
|
|
2396
|
+
export var AssociationFilter$ = [3, n0, _AF,
|
|
1945
2397
|
0,
|
|
1946
|
-
[],
|
|
1947
|
-
[]
|
|
2398
|
+
[_k, _v],
|
|
2399
|
+
[0, 0], 2
|
|
1948
2400
|
];
|
|
1949
|
-
export var
|
|
2401
|
+
export var AssociationOverview$ = [3, n0, _AO,
|
|
1950
2402
|
0,
|
|
1951
|
-
[
|
|
1952
|
-
[0
|
|
2403
|
+
[_St, _DS, _ASAC],
|
|
2404
|
+
[0, 0, 128 | 1]
|
|
1953
2405
|
];
|
|
1954
|
-
export var
|
|
2406
|
+
export var AssociationStatus$ = [3, n0, _AS,
|
|
1955
2407
|
0,
|
|
1956
|
-
[],
|
|
1957
|
-
[]
|
|
2408
|
+
[_Da, _N, _M, _AId],
|
|
2409
|
+
[4, 0, 0, 0], 3
|
|
1958
2410
|
];
|
|
1959
|
-
export var
|
|
2411
|
+
export var AssociationVersionInfo$ = [3, n0, _AVI,
|
|
1960
2412
|
0,
|
|
1961
|
-
[_N],
|
|
1962
|
-
[0], 1
|
|
2413
|
+
[_AIs, _AV, _CD, _N, _DV, _P, _Ta, _SE, _OL, _AN, _ME, _MC, _CS, _SCy, _AOACI, _CN, _TL, _SO, _Du, _TM, _ADAR],
|
|
2414
|
+
[0, 0, 4, 0, 0, [() => _Parameters, 0], () => Targets, 0, () => InstanceAssociationOutputLocation$, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], 0]
|
|
1963
2415
|
];
|
|
1964
|
-
export var
|
|
2416
|
+
export var AttachmentContent$ = [3, n0, _ACt,
|
|
1965
2417
|
0,
|
|
1966
|
-
[],
|
|
1967
|
-
[]
|
|
2418
|
+
[_N, _Si, _H, _HT, _U],
|
|
2419
|
+
[0, 1, 0, 0, 0]
|
|
1968
2420
|
];
|
|
1969
|
-
export var
|
|
2421
|
+
export var AttachmentInformation$ = [3, n0, _AIt,
|
|
1970
2422
|
0,
|
|
1971
|
-
[
|
|
1972
|
-
[
|
|
2423
|
+
[_N],
|
|
2424
|
+
[0]
|
|
1973
2425
|
];
|
|
1974
|
-
export var
|
|
2426
|
+
export var AttachmentsSource$ = [3, n0, _ASt,
|
|
1975
2427
|
0,
|
|
1976
|
-
[
|
|
1977
|
-
[
|
|
2428
|
+
[_K, _Va, _N],
|
|
2429
|
+
[0, 64 | 0, 0]
|
|
1978
2430
|
];
|
|
1979
|
-
export var
|
|
2431
|
+
export var AutomationExecution$ = [3, n0, _AEu,
|
|
1980
2432
|
0,
|
|
1981
|
-
[
|
|
1982
|
-
[0], 1
|
|
2433
|
+
[_AEI, _DN, _DV, _EST, _EET, _AES, _SEt, _SET, _P, _Ou, _FM, _Mo, _PAEI, _EB, _CSN, _CA, _TPN, _Ta, _TM, _RTes, _MC, _ME, _Tar, _TL, _PC, _AC, _TA, _TLURL, _ASu, _STc, _R, _OII, _AIs, _CRN, _Var],
|
|
2434
|
+
[0, 0, 0, 4, 4, 0, () => StepExecutionList, 2, [2, n0, _APM, 0, 0, 64 | 0], [2, n0, _APM, 0, 0, 64 | 0], 0, 0, 0, 0, 0, 0, 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => ResolvedTargets$, 0, 0, 0, () => TargetLocations, () => ProgressCounters$, () => AlarmConfiguration$, () => AlarmStateInformationList, 0, 0, 4, () => Runbooks, 0, 0, 0, [2, n0, _APM, 0, 0, 64 | 0]]
|
|
1983
2435
|
];
|
|
1984
|
-
export var
|
|
2436
|
+
export var AutomationExecutionFilter$ = [3, n0, _AEFu,
|
|
1985
2437
|
0,
|
|
1986
|
-
[
|
|
1987
|
-
[0]
|
|
2438
|
+
[_K, _Va],
|
|
2439
|
+
[0, 64 | 0], 2
|
|
1988
2440
|
];
|
|
1989
|
-
export var
|
|
2441
|
+
export var AutomationExecutionInputs$ = [3, n0, _AEIu,
|
|
1990
2442
|
0,
|
|
1991
|
-
[
|
|
1992
|
-
[0, 0], 1
|
|
2443
|
+
[_P, _TPN, _Ta, _TM, _TL, _TLURL],
|
|
2444
|
+
[[2, n0, _APM, 0, 0, 64 | 0], 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => TargetLocations, 0]
|
|
1993
2445
|
];
|
|
1994
|
-
export var
|
|
2446
|
+
export var AutomationExecutionMetadata$ = [3, n0, _AEM,
|
|
1995
2447
|
0,
|
|
1996
|
-
[],
|
|
1997
|
-
[]
|
|
2448
|
+
[_AEI, _DN, _DV, _AES, _EST, _EET, _EB, _LF, _Ou, _Mo, _PAEI, _CSN, _CA, _FM, _TPN, _Ta, _TM, _RTes, _MC, _ME, _Tar, _ATu, _AC, _TA, _TLURL, _ASu, _STc, _R, _OII, _AIs, _CRN],
|
|
2449
|
+
[0, 0, 0, 0, 4, 4, 0, 0, [2, n0, _APM, 0, 0, 64 | 0], 0, 0, 0, 0, 0, 0, () => Targets, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => ResolvedTargets$, 0, 0, 0, 0, () => AlarmConfiguration$, () => AlarmStateInformationList, 0, 0, 4, () => Runbooks, 0, 0, 0]
|
|
1998
2450
|
];
|
|
1999
|
-
export var
|
|
2451
|
+
export var AutomationExecutionPreview$ = [3, n0, _AEP,
|
|
2000
2452
|
0,
|
|
2001
|
-
[
|
|
2002
|
-
[
|
|
2453
|
+
[_SP, _Re, _TP, _TAo],
|
|
2454
|
+
[128 | 1, 64 | 0, () => TargetPreviewList, 1]
|
|
2003
2455
|
];
|
|
2004
|
-
export var
|
|
2456
|
+
export var BaselineOverride$ = [3, n0, _BO,
|
|
2005
2457
|
0,
|
|
2006
|
-
[],
|
|
2007
|
-
[]
|
|
2458
|
+
[_OSp, _GF, _AR, _AP, _APCL, _RP, _RPA, _APENS, _So, _ASUCS],
|
|
2459
|
+
[0, () => PatchFilterGroup$, () => PatchRuleGroup$, 64 | 0, 0, 64 | 0, 0, 2, [() => PatchSourceList, 0], 0]
|
|
2008
2460
|
];
|
|
2009
|
-
export var
|
|
2461
|
+
export var CancelCommandRequest$ = [3, n0, _CCR,
|
|
2010
2462
|
0,
|
|
2011
|
-
[
|
|
2012
|
-
[0], 1
|
|
2463
|
+
[_CI, _IIn],
|
|
2464
|
+
[0, 64 | 0], 1
|
|
2013
2465
|
];
|
|
2014
|
-
export var
|
|
2466
|
+
export var CancelCommandResult$ = [3, n0, _CCRa,
|
|
2015
2467
|
0,
|
|
2016
2468
|
[],
|
|
2017
2469
|
[]
|
|
2018
2470
|
];
|
|
2019
|
-
export var
|
|
2471
|
+
export var CancelMaintenanceWindowExecutionRequest$ = [3, n0, _CMWER,
|
|
2020
2472
|
0,
|
|
2021
|
-
[
|
|
2022
|
-
[0
|
|
2473
|
+
[_WEI],
|
|
2474
|
+
[0], 1
|
|
2023
2475
|
];
|
|
2024
|
-
export var
|
|
2476
|
+
export var CancelMaintenanceWindowExecutionResult$ = [3, n0, _CMWERa,
|
|
2025
2477
|
0,
|
|
2026
|
-
[
|
|
2027
|
-
[0
|
|
2478
|
+
[_WEI],
|
|
2479
|
+
[0]
|
|
2028
2480
|
];
|
|
2029
|
-
export var
|
|
2481
|
+
export var CloudWatchOutputConfig$ = [3, n0, _CWOC,
|
|
2030
2482
|
0,
|
|
2031
|
-
[
|
|
2032
|
-
[0,
|
|
2483
|
+
[_CWLGN, _CWOE],
|
|
2484
|
+
[0, 2]
|
|
2033
2485
|
];
|
|
2034
|
-
export var
|
|
2486
|
+
export var Command$ = [3, n0, _C,
|
|
2035
2487
|
0,
|
|
2036
|
-
[
|
|
2037
|
-
[0, 0]
|
|
2488
|
+
[_CI, _DN, _DV, _Co, _EA, _P, _IIn, _Ta, _RDT, _St, _SD, _OSR, _OSBN, _OSKP, _MC, _ME, _TC, _CC, _EC, _DTOC, _SR, _NC, _CWOC, _TS, _AC, _TA],
|
|
2489
|
+
[0, 0, 0, 0, 4, [() => _Parameters, 0], 64 | 0, () => Targets, 4, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, () => NotificationConfig$, () => CloudWatchOutputConfig$, 1, () => AlarmConfiguration$, () => AlarmStateInformationList]
|
|
2038
2490
|
];
|
|
2039
|
-
export var
|
|
2491
|
+
export var CommandFilter$ = [3, n0, _CF,
|
|
2040
2492
|
0,
|
|
2041
|
-
[
|
|
2493
|
+
[_k, _v],
|
|
2042
2494
|
[0, 0], 2
|
|
2043
2495
|
];
|
|
2044
|
-
export var
|
|
2045
|
-
0,
|
|
2046
|
-
[_WI, _WTIi],
|
|
2047
|
-
[0, 0]
|
|
2048
|
-
];
|
|
2049
|
-
export var DescribeActivationsFilter$ = [3, n0, _DAF,
|
|
2496
|
+
export var CommandInvocation$ = [3, n0, _CIo,
|
|
2050
2497
|
0,
|
|
2051
|
-
[
|
|
2052
|
-
[0,
|
|
2498
|
+
[_CI, _II, _IN, _Co, _DN, _DV, _RDT, _St, _SD, _TO, _SOU, _SEU, _CP, _SR, _NC, _CWOC],
|
|
2499
|
+
[0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, () => CommandPluginList, 0, () => NotificationConfig$, () => CloudWatchOutputConfig$]
|
|
2053
2500
|
];
|
|
2054
|
-
export var
|
|
2501
|
+
export var CommandPlugin$ = [3, n0, _CPo,
|
|
2055
2502
|
0,
|
|
2056
|
-
[
|
|
2057
|
-
[
|
|
2503
|
+
[_N, _St, _SD, _RCes, _RSDT, _RFDT, _Out, _SOU, _SEU, _OSR, _OSBN, _OSKP],
|
|
2504
|
+
[0, 0, 0, 1, 4, 4, 0, 0, 0, 0, 0, 0]
|
|
2058
2505
|
];
|
|
2059
|
-
export var
|
|
2506
|
+
export var ComplianceExecutionSummary$ = [3, n0, _CES,
|
|
2060
2507
|
0,
|
|
2061
|
-
[
|
|
2062
|
-
[
|
|
2508
|
+
[_ET, _EI, _ETx],
|
|
2509
|
+
[4, 0, 0], 1
|
|
2063
2510
|
];
|
|
2064
|
-
export var
|
|
2511
|
+
export var ComplianceItem$ = [3, n0, _CIom,
|
|
2065
2512
|
0,
|
|
2066
|
-
[
|
|
2067
|
-
[0,
|
|
2513
|
+
[_CTo, _RTe, _RI, _I, _Ti, _St, _Se, _ES, _De],
|
|
2514
|
+
[0, 0, 0, 0, 0, 0, 0, () => ComplianceExecutionSummary$, 128 | 0]
|
|
2068
2515
|
];
|
|
2069
|
-
export var
|
|
2516
|
+
export var ComplianceItemEntry$ = [3, n0, _CIE,
|
|
2070
2517
|
0,
|
|
2071
|
-
[
|
|
2072
|
-
[
|
|
2518
|
+
[_Se, _St, _I, _Ti, _De],
|
|
2519
|
+
[0, 0, 0, 0, 128 | 0], 2
|
|
2073
2520
|
];
|
|
2074
|
-
export var
|
|
2521
|
+
export var ComplianceStringFilter$ = [3, n0, _CSF,
|
|
2075
2522
|
0,
|
|
2076
|
-
[
|
|
2077
|
-
[0,
|
|
2523
|
+
[_K, _Va, _Ty],
|
|
2524
|
+
[0, [() => ComplianceStringFilterValueList, 0], 0]
|
|
2078
2525
|
];
|
|
2079
|
-
export var
|
|
2526
|
+
export var ComplianceSummaryItem$ = [3, n0, _CSI,
|
|
2080
2527
|
0,
|
|
2081
|
-
[
|
|
2082
|
-
[
|
|
2528
|
+
[_CTo, _CSo, _NCS],
|
|
2529
|
+
[0, () => CompliantSummary$, () => NonCompliantSummary$]
|
|
2083
2530
|
];
|
|
2084
|
-
export var
|
|
2531
|
+
export var CompliantSummary$ = [3, n0, _CSo,
|
|
2085
2532
|
0,
|
|
2086
|
-
[
|
|
2087
|
-
[
|
|
2533
|
+
[_CCo, _SS],
|
|
2534
|
+
[1, () => SeveritySummary$]
|
|
2088
2535
|
];
|
|
2089
|
-
export var
|
|
2536
|
+
export var CreateActivationRequest$ = [3, n0, _CAR,
|
|
2090
2537
|
0,
|
|
2091
|
-
[
|
|
2092
|
-
[
|
|
2538
|
+
[_IRa, _D, _DIN, _RL, _ED, _T, _RM],
|
|
2539
|
+
[0, 0, 0, 1, 4, () => TagList, () => RegistrationMetadataList], 1
|
|
2093
2540
|
];
|
|
2094
|
-
export var
|
|
2541
|
+
export var CreateActivationResult$ = [3, n0, _CARr,
|
|
2095
2542
|
0,
|
|
2096
|
-
[
|
|
2097
|
-
[
|
|
2543
|
+
[_AIct, _ACc],
|
|
2544
|
+
[0, 0]
|
|
2098
2545
|
];
|
|
2099
|
-
export var
|
|
2546
|
+
export var CreateAssociationBatchRequest$ = [3, n0, _CABR,
|
|
2100
2547
|
0,
|
|
2101
|
-
[
|
|
2102
|
-
[() =>
|
|
2548
|
+
[_En, _ADAR],
|
|
2549
|
+
[[() => CreateAssociationBatchRequestEntries, 0], 0], 1
|
|
2103
2550
|
];
|
|
2104
|
-
export var
|
|
2551
|
+
export var CreateAssociationBatchRequestEntry$ = [3, n0, _CABRE,
|
|
2105
2552
|
0,
|
|
2106
|
-
[
|
|
2107
|
-
[0, () =>
|
|
2553
|
+
[_N, _II, _P, _ATPN, _DV, _Ta, _SE, _OL, _AN, _ME, _MC, _CS, _SCy, _AOACI, _CN, _TL, _SO, _Du, _TM, _AC],
|
|
2554
|
+
[0, 0, [() => _Parameters, 0], 0, 0, () => Targets, 0, () => InstanceAssociationOutputLocation$, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => AlarmConfiguration$], 1
|
|
2108
2555
|
];
|
|
2109
|
-
export var
|
|
2556
|
+
export var CreateAssociationBatchResult$ = [3, n0, _CABRr,
|
|
2110
2557
|
0,
|
|
2111
|
-
[
|
|
2112
|
-
[() =>
|
|
2558
|
+
[_Su, _F],
|
|
2559
|
+
[[() => AssociationDescriptionList, 0], [() => FailedCreateAssociationList, 0]]
|
|
2113
2560
|
];
|
|
2114
|
-
export var
|
|
2561
|
+
export var CreateAssociationRequest$ = [3, n0, _CARre,
|
|
2115
2562
|
0,
|
|
2116
|
-
[
|
|
2117
|
-
[() =>
|
|
2563
|
+
[_N, _DV, _II, _P, _Ta, _SE, _OL, _AN, _ATPN, _ME, _MC, _CS, _SCy, _AOACI, _CN, _TL, _SO, _Du, _TM, _T, _AC, _ADAR],
|
|
2564
|
+
[0, 0, 0, [() => _Parameters, 0], () => Targets, 0, () => InstanceAssociationOutputLocation$, 0, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => TagList, () => AlarmConfiguration$, 0], 1
|
|
2118
2565
|
];
|
|
2119
|
-
export var
|
|
2566
|
+
export var CreateAssociationResult$ = [3, n0, _CARrea,
|
|
2120
2567
|
0,
|
|
2121
|
-
[
|
|
2122
|
-
[() =>
|
|
2568
|
+
[_AD],
|
|
2569
|
+
[[() => AssociationDescription$, 0]]
|
|
2123
2570
|
];
|
|
2124
|
-
export var
|
|
2571
|
+
export var CreateDocumentRequest$ = [3, n0, _CDR,
|
|
2125
2572
|
0,
|
|
2126
|
-
[_N,
|
|
2127
|
-
[0, 0,
|
|
2573
|
+
[_Con, _N, _Req, _At, _DNi, _VN, _DT, _DF, _TT, _T],
|
|
2574
|
+
[0, 0, () => DocumentRequiresList, () => AttachmentsSourceList, 0, 0, 0, 0, 0, () => TagList], 2
|
|
2128
2575
|
];
|
|
2129
|
-
export var
|
|
2576
|
+
export var CreateDocumentResult$ = [3, n0, _CDRr,
|
|
2130
2577
|
0,
|
|
2131
|
-
[
|
|
2132
|
-
[[() =>
|
|
2578
|
+
[_DD],
|
|
2579
|
+
[[() => DocumentDescription$, 0]]
|
|
2133
2580
|
];
|
|
2134
|
-
export var
|
|
2581
|
+
export var CreateMaintenanceWindowRequest$ = [3, n0, _CMWR,
|
|
2135
2582
|
0,
|
|
2136
|
-
[_N,
|
|
2137
|
-
[0, 0, 0], 1
|
|
2583
|
+
[_N, _Sc, _Du, _Cu, _AUT, _D, _SDt, _EDn, _STch, _SO, _CTl, _T],
|
|
2584
|
+
[0, 0, 1, 1, 2, [() => MaintenanceWindowDescription, 0], 0, 0, 0, 1, [0, 4], () => TagList], 5
|
|
2138
2585
|
];
|
|
2139
|
-
export var
|
|
2586
|
+
export var CreateMaintenanceWindowResult$ = [3, n0, _CMWRr,
|
|
2140
2587
|
0,
|
|
2141
|
-
[
|
|
2142
|
-
[
|
|
2588
|
+
[_WI],
|
|
2589
|
+
[0]
|
|
2143
2590
|
];
|
|
2144
|
-
export var
|
|
2591
|
+
export var CreateOpsItemRequest$ = [3, n0, _COIR,
|
|
2145
2592
|
0,
|
|
2146
|
-
[
|
|
2147
|
-
[0, 1, 0],
|
|
2593
|
+
[_D, _Sou, _Ti, _OIT, _OD, _No, _Pr, _ROI, _T, _Ca, _Se, _AST, _AETc, _PST, _PET, _AIc],
|
|
2594
|
+
[0, 0, 0, 0, () => OpsItemOperationalData, () => OpsItemNotifications, 1, () => RelatedOpsItems, () => TagList, 0, 0, 4, 4, 4, 4, 0], 3
|
|
2148
2595
|
];
|
|
2149
|
-
export var
|
|
2596
|
+
export var CreateOpsItemResponse$ = [3, n0, _COIRr,
|
|
2150
2597
|
0,
|
|
2151
|
-
[
|
|
2152
|
-
[
|
|
2598
|
+
[_OII, _OIA],
|
|
2599
|
+
[0, 0]
|
|
2153
2600
|
];
|
|
2154
|
-
export var
|
|
2601
|
+
export var CreateOpsMetadataRequest$ = [3, n0, _COMR,
|
|
2155
2602
|
0,
|
|
2156
|
-
[
|
|
2157
|
-
[0,
|
|
2603
|
+
[_RI, _Me, _T],
|
|
2604
|
+
[0, () => MetadataMap, () => TagList], 1
|
|
2158
2605
|
];
|
|
2159
|
-
export var
|
|
2606
|
+
export var CreateOpsMetadataResult$ = [3, n0, _COMRr,
|
|
2160
2607
|
0,
|
|
2161
|
-
[
|
|
2162
|
-
[
|
|
2608
|
+
[_OMA],
|
|
2609
|
+
[0]
|
|
2163
2610
|
];
|
|
2164
|
-
export var
|
|
2611
|
+
export var CreatePatchBaselineRequest$ = [3, n0, _CPBR,
|
|
2165
2612
|
0,
|
|
2166
|
-
[
|
|
2167
|
-
[0,
|
|
2613
|
+
[_N, _OSp, _GF, _AR, _AP, _APCL, _APENS, _RP, _RPA, _D, _So, _ASUCS, _CTl, _T],
|
|
2614
|
+
[0, 0, () => PatchFilterGroup$, () => PatchRuleGroup$, 64 | 0, 0, 2, 64 | 0, 0, 0, [() => PatchSourceList, 0], 0, [0, 4], () => TagList], 1
|
|
2168
2615
|
];
|
|
2169
|
-
export var
|
|
2616
|
+
export var CreatePatchBaselineResult$ = [3, n0, _CPBRr,
|
|
2170
2617
|
0,
|
|
2171
|
-
[
|
|
2172
|
-
[
|
|
2618
|
+
[_BI],
|
|
2619
|
+
[0]
|
|
2173
2620
|
];
|
|
2174
|
-
export var
|
|
2621
|
+
export var CreateResourceDataSyncRequest$ = [3, n0, _CRDSR,
|
|
2175
2622
|
0,
|
|
2176
|
-
[
|
|
2177
|
-
[
|
|
2623
|
+
[_SN, _SDe, _ST, _SSy],
|
|
2624
|
+
[0, () => ResourceDataSyncS3Destination$, 0, () => ResourceDataSyncSource$], 1
|
|
2178
2625
|
];
|
|
2179
|
-
export var
|
|
2626
|
+
export var CreateResourceDataSyncResult$ = [3, n0, _CRDSRr,
|
|
2180
2627
|
0,
|
|
2181
|
-
[
|
|
2182
|
-
[
|
|
2628
|
+
[],
|
|
2629
|
+
[]
|
|
2183
2630
|
];
|
|
2184
|
-
export var
|
|
2631
|
+
export var Credentials$ = [3, n0, _Cr,
|
|
2185
2632
|
0,
|
|
2186
|
-
[
|
|
2187
|
-
[0, () =>
|
|
2633
|
+
[_AKI, _SAK, _STe, _ETxp],
|
|
2634
|
+
[0, [() => AccessKeySecretType, 0], [() => SessionTokenType, 0], 4], 4
|
|
2188
2635
|
];
|
|
2189
|
-
export var
|
|
2636
|
+
export var DeleteActivationRequest$ = [3, n0, _DAR,
|
|
2190
2637
|
0,
|
|
2191
|
-
[
|
|
2192
|
-
[
|
|
2638
|
+
[_AIct],
|
|
2639
|
+
[0], 1
|
|
2193
2640
|
];
|
|
2194
|
-
export var
|
|
2641
|
+
export var DeleteActivationResult$ = [3, n0, _DARe,
|
|
2195
2642
|
0,
|
|
2196
|
-
[
|
|
2197
|
-
[
|
|
2643
|
+
[],
|
|
2644
|
+
[]
|
|
2198
2645
|
];
|
|
2199
|
-
export var
|
|
2646
|
+
export var DeleteAssociationRequest$ = [3, n0, _DARel,
|
|
2200
2647
|
0,
|
|
2201
|
-
[
|
|
2202
|
-
[
|
|
2648
|
+
[_N, _II, _AIs],
|
|
2649
|
+
[0, 0, 0]
|
|
2203
2650
|
];
|
|
2204
|
-
export var
|
|
2651
|
+
export var DeleteAssociationResult$ = [3, n0, _DARele,
|
|
2205
2652
|
0,
|
|
2206
|
-
[
|
|
2207
|
-
[
|
|
2653
|
+
[],
|
|
2654
|
+
[]
|
|
2208
2655
|
];
|
|
2209
|
-
export var
|
|
2656
|
+
export var DeleteDocumentRequest$ = [3, n0, _DDR,
|
|
2210
2657
|
0,
|
|
2211
|
-
[
|
|
2212
|
-
[
|
|
2658
|
+
[_N, _DV, _VN, _Fo],
|
|
2659
|
+
[0, 0, 0, 2], 1
|
|
2213
2660
|
];
|
|
2214
|
-
export var
|
|
2661
|
+
export var DeleteDocumentResult$ = [3, n0, _DDRe,
|
|
2215
2662
|
0,
|
|
2216
|
-
[
|
|
2217
|
-
[
|
|
2663
|
+
[],
|
|
2664
|
+
[]
|
|
2218
2665
|
];
|
|
2219
|
-
export var
|
|
2666
|
+
export var DeleteInventoryRequest$ = [3, n0, _DIR,
|
|
2220
2667
|
0,
|
|
2221
|
-
[
|
|
2222
|
-
[
|
|
2668
|
+
[_TN, _SDO, _DR, _CTl],
|
|
2669
|
+
[0, 0, 2, [0, 4]], 1
|
|
2223
2670
|
];
|
|
2224
|
-
export var
|
|
2671
|
+
export var DeleteInventoryResult$ = [3, n0, _DIRe,
|
|
2225
2672
|
0,
|
|
2226
|
-
[_DI,
|
|
2227
|
-
[0, 0,
|
|
2673
|
+
[_DI, _TN, _DSe],
|
|
2674
|
+
[0, 0, () => InventoryDeletionSummary$]
|
|
2228
2675
|
];
|
|
2229
|
-
export var
|
|
2676
|
+
export var DeleteMaintenanceWindowRequest$ = [3, n0, _DMWR,
|
|
2230
2677
|
0,
|
|
2231
|
-
[
|
|
2232
|
-
[
|
|
2678
|
+
[_WI],
|
|
2679
|
+
[0], 1
|
|
2233
2680
|
];
|
|
2234
|
-
export var
|
|
2681
|
+
export var DeleteMaintenanceWindowResult$ = [3, n0, _DMWRe,
|
|
2235
2682
|
0,
|
|
2236
|
-
[_WI
|
|
2237
|
-
[0
|
|
2683
|
+
[_WI],
|
|
2684
|
+
[0]
|
|
2238
2685
|
];
|
|
2239
|
-
export var
|
|
2686
|
+
export var DeleteOpsItemRequest$ = [3, n0, _DOIR,
|
|
2240
2687
|
0,
|
|
2241
|
-
[
|
|
2242
|
-
[
|
|
2688
|
+
[_OII],
|
|
2689
|
+
[0], 1
|
|
2243
2690
|
];
|
|
2244
|
-
export var
|
|
2691
|
+
export var DeleteOpsItemResponse$ = [3, n0, _DOIRe,
|
|
2245
2692
|
0,
|
|
2246
|
-
[
|
|
2247
|
-
[
|
|
2693
|
+
[],
|
|
2694
|
+
[]
|
|
2248
2695
|
];
|
|
2249
|
-
export var
|
|
2696
|
+
export var DeleteOpsMetadataRequest$ = [3, n0, _DOMR,
|
|
2250
2697
|
0,
|
|
2251
|
-
[
|
|
2252
|
-
[
|
|
2698
|
+
[_OMA],
|
|
2699
|
+
[0], 1
|
|
2253
2700
|
];
|
|
2254
|
-
export var
|
|
2701
|
+
export var DeleteOpsMetadataResult$ = [3, n0, _DOMRe,
|
|
2255
2702
|
0,
|
|
2256
|
-
[
|
|
2257
|
-
[
|
|
2703
|
+
[],
|
|
2704
|
+
[]
|
|
2258
2705
|
];
|
|
2259
|
-
export var
|
|
2706
|
+
export var DeleteParameterRequest$ = [3, n0, _DPR,
|
|
2260
2707
|
0,
|
|
2261
|
-
[
|
|
2262
|
-
[
|
|
2708
|
+
[_N],
|
|
2709
|
+
[0], 1
|
|
2263
2710
|
];
|
|
2264
|
-
export var
|
|
2711
|
+
export var DeleteParameterResult$ = [3, n0, _DPRe,
|
|
2265
2712
|
0,
|
|
2266
|
-
[
|
|
2267
|
-
[
|
|
2713
|
+
[],
|
|
2714
|
+
[]
|
|
2268
2715
|
];
|
|
2269
|
-
export var
|
|
2716
|
+
export var DeleteParametersRequest$ = [3, n0, _DPRel,
|
|
2270
2717
|
0,
|
|
2271
|
-
[
|
|
2272
|
-
[
|
|
2718
|
+
[_Na],
|
|
2719
|
+
[64 | 0], 1
|
|
2273
2720
|
];
|
|
2274
|
-
export var
|
|
2721
|
+
export var DeleteParametersResult$ = [3, n0, _DPRele,
|
|
2275
2722
|
0,
|
|
2276
|
-
[
|
|
2277
|
-
[
|
|
2723
|
+
[_DP, _IP],
|
|
2724
|
+
[64 | 0, 64 | 0]
|
|
2278
2725
|
];
|
|
2279
|
-
export var
|
|
2726
|
+
export var DeletePatchBaselineRequest$ = [3, n0, _DPBR,
|
|
2280
2727
|
0,
|
|
2281
|
-
[
|
|
2282
|
-
[
|
|
2728
|
+
[_BI],
|
|
2729
|
+
[0], 1
|
|
2283
2730
|
];
|
|
2284
|
-
export var
|
|
2731
|
+
export var DeletePatchBaselineResult$ = [3, n0, _DPBRe,
|
|
2285
2732
|
0,
|
|
2286
|
-
[
|
|
2287
|
-
[
|
|
2733
|
+
[_BI],
|
|
2734
|
+
[0]
|
|
2288
2735
|
];
|
|
2289
|
-
export var
|
|
2736
|
+
export var DeleteResourceDataSyncRequest$ = [3, n0, _DRDSR,
|
|
2290
2737
|
0,
|
|
2291
|
-
[
|
|
2292
|
-
[
|
|
2738
|
+
[_SN, _ST],
|
|
2739
|
+
[0, 0], 1
|
|
2293
2740
|
];
|
|
2294
|
-
export var
|
|
2741
|
+
export var DeleteResourceDataSyncResult$ = [3, n0, _DRDSRe,
|
|
2295
2742
|
0,
|
|
2296
|
-
[
|
|
2297
|
-
[
|
|
2743
|
+
[],
|
|
2744
|
+
[]
|
|
2298
2745
|
];
|
|
2299
|
-
export var
|
|
2746
|
+
export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
|
|
2300
2747
|
0,
|
|
2301
|
-
[
|
|
2302
|
-
[
|
|
2748
|
+
[_RA, _PI, _PH],
|
|
2749
|
+
[0, 0, 0], 3
|
|
2303
2750
|
];
|
|
2304
|
-
export var
|
|
2751
|
+
export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
|
|
2305
2752
|
0,
|
|
2306
|
-
[
|
|
2307
|
-
[
|
|
2753
|
+
[],
|
|
2754
|
+
[]
|
|
2308
2755
|
];
|
|
2309
|
-
export var
|
|
2756
|
+
export var DeregisterManagedInstanceRequest$ = [3, n0, _DMIR,
|
|
2310
2757
|
0,
|
|
2311
|
-
[
|
|
2312
|
-
[
|
|
2758
|
+
[_II],
|
|
2759
|
+
[0], 1
|
|
2313
2760
|
];
|
|
2314
|
-
export var
|
|
2761
|
+
export var DeregisterManagedInstanceResult$ = [3, n0, _DMIRe,
|
|
2315
2762
|
0,
|
|
2316
|
-
[
|
|
2317
|
-
[
|
|
2763
|
+
[],
|
|
2764
|
+
[]
|
|
2318
2765
|
];
|
|
2319
|
-
export var
|
|
2766
|
+
export var DeregisterPatchBaselineForPatchGroupRequest$ = [3, n0, _DPBFPGR,
|
|
2320
2767
|
0,
|
|
2321
|
-
[
|
|
2322
|
-
[0,
|
|
2768
|
+
[_BI, _PG],
|
|
2769
|
+
[0, 0], 2
|
|
2323
2770
|
];
|
|
2324
|
-
export var
|
|
2771
|
+
export var DeregisterPatchBaselineForPatchGroupResult$ = [3, n0, _DPBFPGRe,
|
|
2325
2772
|
0,
|
|
2326
|
-
[
|
|
2327
|
-
[
|
|
2773
|
+
[_BI, _PG],
|
|
2774
|
+
[0, 0]
|
|
2328
2775
|
];
|
|
2329
|
-
export var
|
|
2776
|
+
export var DeregisterTargetFromMaintenanceWindowRequest$ = [3, n0, _DTFMWR,
|
|
2330
2777
|
0,
|
|
2331
|
-
[
|
|
2332
|
-
[
|
|
2778
|
+
[_WI, _WTI, _Sa],
|
|
2779
|
+
[0, 0, 2], 2
|
|
2333
2780
|
];
|
|
2334
|
-
export var
|
|
2781
|
+
export var DeregisterTargetFromMaintenanceWindowResult$ = [3, n0, _DTFMWRe,
|
|
2335
2782
|
0,
|
|
2336
|
-
[
|
|
2337
|
-
[
|
|
2783
|
+
[_WI, _WTI],
|
|
2784
|
+
[0, 0]
|
|
2338
2785
|
];
|
|
2339
|
-
export var
|
|
2786
|
+
export var DeregisterTaskFromMaintenanceWindowRequest$ = [3, n0, _DTFMWRer,
|
|
2340
2787
|
0,
|
|
2341
|
-
[
|
|
2342
|
-
[
|
|
2788
|
+
[_WI, _WTIi],
|
|
2789
|
+
[0, 0], 2
|
|
2343
2790
|
];
|
|
2344
|
-
export var
|
|
2791
|
+
export var DeregisterTaskFromMaintenanceWindowResult$ = [3, n0, _DTFMWRere,
|
|
2345
2792
|
0,
|
|
2346
|
-
[
|
|
2347
|
-
[
|
|
2793
|
+
[_WI, _WTIi],
|
|
2794
|
+
[0, 0]
|
|
2348
2795
|
];
|
|
2349
|
-
export var
|
|
2796
|
+
export var DescribeActivationsFilter$ = [3, n0, _DAF,
|
|
2350
2797
|
0,
|
|
2351
|
-
[
|
|
2352
|
-
[
|
|
2798
|
+
[_FK, _FV],
|
|
2799
|
+
[0, 64 | 0]
|
|
2353
2800
|
];
|
|
2354
|
-
export var
|
|
2801
|
+
export var DescribeActivationsRequest$ = [3, n0, _DARes,
|
|
2355
2802
|
0,
|
|
2356
|
-
[
|
|
2357
|
-
[
|
|
2803
|
+
[_Fi, _MR, _NT],
|
|
2804
|
+
[() => DescribeActivationsFilterList, 1, 0]
|
|
2358
2805
|
];
|
|
2359
|
-
export var
|
|
2806
|
+
export var DescribeActivationsResult$ = [3, n0, _DAResc,
|
|
2360
2807
|
0,
|
|
2361
|
-
[
|
|
2362
|
-
[
|
|
2808
|
+
[_AL, _NT],
|
|
2809
|
+
[() => ActivationList, 0]
|
|
2363
2810
|
];
|
|
2364
|
-
export var
|
|
2811
|
+
export var DescribeAssociationExecutionsRequest$ = [3, n0, _DAER,
|
|
2365
2812
|
0,
|
|
2366
|
-
[
|
|
2367
|
-
[0,
|
|
2813
|
+
[_AIs, _Fi, _MR, _NT],
|
|
2814
|
+
[0, [() => AssociationExecutionFilterList, 0], 1, 0], 1
|
|
2368
2815
|
];
|
|
2369
|
-
export var
|
|
2816
|
+
export var DescribeAssociationExecutionsResult$ = [3, n0, _DAERe,
|
|
2370
2817
|
0,
|
|
2371
|
-
[
|
|
2372
|
-
[[
|
|
2818
|
+
[_AEs, _NT],
|
|
2819
|
+
[[() => AssociationExecutionsList, 0], 0]
|
|
2373
2820
|
];
|
|
2374
|
-
export var
|
|
2821
|
+
export var DescribeAssociationExecutionTargetsRequest$ = [3, n0, _DAETR,
|
|
2375
2822
|
0,
|
|
2376
|
-
[
|
|
2377
|
-
[0,
|
|
2823
|
+
[_AIs, _EI, _Fi, _MR, _NT],
|
|
2824
|
+
[0, 0, [() => AssociationExecutionTargetsFilterList, 0], 1, 0], 2
|
|
2378
2825
|
];
|
|
2379
|
-
export var
|
|
2826
|
+
export var DescribeAssociationExecutionTargetsResult$ = [3, n0, _DAETRe,
|
|
2380
2827
|
0,
|
|
2381
|
-
[
|
|
2382
|
-
[() =>
|
|
2828
|
+
[_AETs, _NT],
|
|
2829
|
+
[[() => AssociationExecutionTargetsList, 0], 0]
|
|
2383
2830
|
];
|
|
2384
|
-
export var
|
|
2831
|
+
export var DescribeAssociationRequest$ = [3, n0, _DARescr,
|
|
2385
2832
|
0,
|
|
2386
|
-
[
|
|
2387
|
-
[0, 0
|
|
2833
|
+
[_N, _II, _AIs, _AV],
|
|
2834
|
+
[0, 0, 0, 0]
|
|
2388
2835
|
];
|
|
2389
|
-
export var
|
|
2836
|
+
export var DescribeAssociationResult$ = [3, n0, _DARescri,
|
|
2390
2837
|
0,
|
|
2391
|
-
[],
|
|
2392
|
-
[]
|
|
2838
|
+
[_AD],
|
|
2839
|
+
[[() => AssociationDescription$, 0]]
|
|
2393
2840
|
];
|
|
2394
|
-
export var
|
|
2395
|
-
|
|
2396
|
-
[
|
|
2397
|
-
[0]
|
|
2841
|
+
export var DescribeAutomationExecutionsRequest$ = [3, n0, _DAERes,
|
|
2842
|
+
0,
|
|
2843
|
+
[_Fi, _MR, _NT],
|
|
2844
|
+
[() => AutomationExecutionFilterList, 1, 0]
|
|
2398
2845
|
];
|
|
2399
|
-
|
|
2400
|
-
export var DocumentDefaultVersionDescription$ = [3, n0, _DDVD,
|
|
2846
|
+
export var DescribeAutomationExecutionsResult$ = [3, n0, _DAEResc,
|
|
2401
2847
|
0,
|
|
2402
|
-
[
|
|
2403
|
-
[
|
|
2848
|
+
[_AEML, _NT],
|
|
2849
|
+
[() => AutomationExecutionMetadataList, 0]
|
|
2404
2850
|
];
|
|
2405
|
-
export var
|
|
2851
|
+
export var DescribeAutomationStepExecutionsRequest$ = [3, n0, _DASER,
|
|
2406
2852
|
0,
|
|
2407
|
-
[
|
|
2408
|
-
[0,
|
|
2853
|
+
[_AEI, _Fi, _NT, _MR, _RO],
|
|
2854
|
+
[0, () => StepExecutionFilterList, 0, 1, 2], 1
|
|
2409
2855
|
];
|
|
2410
|
-
export var
|
|
2856
|
+
export var DescribeAutomationStepExecutionsResult$ = [3, n0, _DASERe,
|
|
2411
2857
|
0,
|
|
2412
|
-
[
|
|
2413
|
-
[
|
|
2858
|
+
[_SEt, _NT],
|
|
2859
|
+
[() => StepExecutionList, 0]
|
|
2414
2860
|
];
|
|
2415
|
-
export var
|
|
2861
|
+
export var DescribeAvailablePatchesRequest$ = [3, n0, _DAPR,
|
|
2416
2862
|
0,
|
|
2417
|
-
[
|
|
2418
|
-
[
|
|
2863
|
+
[_Fi, _MR, _NT],
|
|
2864
|
+
[() => PatchOrchestratorFilterList, 1, 0]
|
|
2419
2865
|
];
|
|
2420
|
-
export var
|
|
2866
|
+
export var DescribeAvailablePatchesResult$ = [3, n0, _DAPRe,
|
|
2421
2867
|
0,
|
|
2422
|
-
[
|
|
2423
|
-
[
|
|
2868
|
+
[_Pa, _NT],
|
|
2869
|
+
[() => PatchList, 0]
|
|
2424
2870
|
];
|
|
2425
|
-
export var
|
|
2426
|
-
|
|
2427
|
-
[
|
|
2428
|
-
[0]
|
|
2871
|
+
export var DescribeDocumentPermissionRequest$ = [3, n0, _DDPR,
|
|
2872
|
+
0,
|
|
2873
|
+
[_N, _PT, _MR, _NT],
|
|
2874
|
+
[0, 0, 1, 0], 2
|
|
2429
2875
|
];
|
|
2430
|
-
|
|
2431
|
-
export var DocumentMetadataResponseInfo$ = [3, n0, _DMRI,
|
|
2876
|
+
export var DescribeDocumentPermissionResponse$ = [3, n0, _DDPRe,
|
|
2432
2877
|
0,
|
|
2433
|
-
[
|
|
2434
|
-
[() =>
|
|
2878
|
+
[_AIcc, _ASIL, _NT],
|
|
2879
|
+
[[() => AccountIdList, 0], [() => AccountSharingInfoList, 0], 0]
|
|
2435
2880
|
];
|
|
2436
|
-
export var
|
|
2881
|
+
export var DescribeDocumentRequest$ = [3, n0, _DDRes,
|
|
2437
2882
|
0,
|
|
2438
|
-
[_N,
|
|
2439
|
-
[0, 0, 0,
|
|
2883
|
+
[_N, _DV, _VN],
|
|
2884
|
+
[0, 0, 0], 1
|
|
2440
2885
|
];
|
|
2441
|
-
export var
|
|
2442
|
-
|
|
2443
|
-
[
|
|
2444
|
-
[0]
|
|
2886
|
+
export var DescribeDocumentResult$ = [3, n0, _DDResc,
|
|
2887
|
+
0,
|
|
2888
|
+
[_Do],
|
|
2889
|
+
[[() => DocumentDescription$, 0]]
|
|
2445
2890
|
];
|
|
2446
|
-
|
|
2447
|
-
export var DocumentRequires$ = [3, n0, _DRo,
|
|
2891
|
+
export var DescribeEffectiveInstanceAssociationsRequest$ = [3, n0, _DEIAR,
|
|
2448
2892
|
0,
|
|
2449
|
-
[
|
|
2450
|
-
[0,
|
|
2893
|
+
[_II, _MR, _NT],
|
|
2894
|
+
[0, 1, 0], 1
|
|
2451
2895
|
];
|
|
2452
|
-
export var
|
|
2896
|
+
export var DescribeEffectiveInstanceAssociationsResult$ = [3, n0, _DEIARe,
|
|
2453
2897
|
0,
|
|
2454
|
-
[
|
|
2455
|
-
[
|
|
2898
|
+
[_Ass, _NT],
|
|
2899
|
+
[() => InstanceAssociationList, 0]
|
|
2456
2900
|
];
|
|
2457
|
-
export var
|
|
2901
|
+
export var DescribeEffectivePatchesForPatchBaselineRequest$ = [3, n0, _DEPFPBR,
|
|
2458
2902
|
0,
|
|
2459
|
-
[
|
|
2460
|
-
[
|
|
2903
|
+
[_BI, _MR, _NT],
|
|
2904
|
+
[0, 1, 0], 1
|
|
2461
2905
|
];
|
|
2462
|
-
export var
|
|
2906
|
+
export var DescribeEffectivePatchesForPatchBaselineResult$ = [3, n0, _DEPFPBRe,
|
|
2463
2907
|
0,
|
|
2464
|
-
[
|
|
2465
|
-
[
|
|
2908
|
+
[_EP, _NT],
|
|
2909
|
+
[() => EffectivePatchList, 0]
|
|
2466
2910
|
];
|
|
2467
|
-
export var
|
|
2911
|
+
export var DescribeInstanceAssociationsStatusRequest$ = [3, n0, _DIASR,
|
|
2468
2912
|
0,
|
|
2469
|
-
[
|
|
2470
|
-
[0,
|
|
2913
|
+
[_II, _MR, _NT],
|
|
2914
|
+
[0, 1, 0], 1
|
|
2471
2915
|
];
|
|
2472
|
-
export var
|
|
2473
|
-
|
|
2474
|
-
[
|
|
2475
|
-
[0]
|
|
2916
|
+
export var DescribeInstanceAssociationsStatusResult$ = [3, n0, _DIASRe,
|
|
2917
|
+
0,
|
|
2918
|
+
[_IASI, _NT],
|
|
2919
|
+
[() => InstanceAssociationStatusInfos, 0]
|
|
2476
2920
|
];
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
[
|
|
2481
|
-
[0]
|
|
2921
|
+
export var DescribeInstanceInformationRequest$ = [3, n0, _DIIR,
|
|
2922
|
+
0,
|
|
2923
|
+
[_IIFL, _Fi, _MR, _NT],
|
|
2924
|
+
[[() => InstanceInformationFilterList, 0], [() => InstanceInformationStringFilterList, 0], 1, 0]
|
|
2482
2925
|
];
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
[
|
|
2487
|
-
[0]
|
|
2926
|
+
export var DescribeInstanceInformationResult$ = [3, n0, _DIIRe,
|
|
2927
|
+
0,
|
|
2928
|
+
[_IIL, _NT],
|
|
2929
|
+
[[() => InstanceInformationList, 0], 0]
|
|
2488
2930
|
];
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
[
|
|
2493
|
-
[0]
|
|
2931
|
+
export var DescribeInstancePatchesRequest$ = [3, n0, _DIPR,
|
|
2932
|
+
0,
|
|
2933
|
+
[_II, _Fi, _NT, _MR],
|
|
2934
|
+
[0, () => PatchOrchestratorFilterList, 0, 1], 1
|
|
2494
2935
|
];
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
[]
|
|
2499
|
-
[]
|
|
2936
|
+
export var DescribeInstancePatchesResult$ = [3, n0, _DIPRe,
|
|
2937
|
+
0,
|
|
2938
|
+
[_Pa, _NT],
|
|
2939
|
+
[() => PatchComplianceDataList, 0]
|
|
2500
2940
|
];
|
|
2501
|
-
|
|
2502
|
-
export var EffectivePatch$ = [3, n0, _EPf,
|
|
2941
|
+
export var DescribeInstancePatchStatesForPatchGroupRequest$ = [3, n0, _DIPSFPGR,
|
|
2503
2942
|
0,
|
|
2504
|
-
[
|
|
2505
|
-
[() =>
|
|
2943
|
+
[_PG, _Fi, _NT, _MR],
|
|
2944
|
+
[0, () => InstancePatchStateFilterList, 0, 1], 1
|
|
2506
2945
|
];
|
|
2507
|
-
export var
|
|
2946
|
+
export var DescribeInstancePatchStatesForPatchGroupResult$ = [3, n0, _DIPSFPGRe,
|
|
2508
2947
|
0,
|
|
2509
|
-
[
|
|
2510
|
-
[[() =>
|
|
2948
|
+
[_IPS, _NT],
|
|
2949
|
+
[[() => InstancePatchStatesList, 0], 0]
|
|
2511
2950
|
];
|
|
2512
|
-
export var
|
|
2951
|
+
export var DescribeInstancePatchStatesRequest$ = [3, n0, _DIPSR,
|
|
2513
2952
|
0,
|
|
2514
|
-
[
|
|
2515
|
-
[
|
|
2953
|
+
[_IIn, _NT, _MR],
|
|
2954
|
+
[64 | 0, 0, 1], 1
|
|
2516
2955
|
];
|
|
2517
|
-
export var
|
|
2518
|
-
|
|
2519
|
-
[
|
|
2520
|
-
[0]
|
|
2956
|
+
export var DescribeInstancePatchStatesResult$ = [3, n0, _DIPSRe,
|
|
2957
|
+
0,
|
|
2958
|
+
[_IPS, _NT],
|
|
2959
|
+
[[() => InstancePatchStateList, 0], 0]
|
|
2521
2960
|
];
|
|
2522
|
-
|
|
2523
|
-
export var GetAccessTokenRequest$ = [3, n0, _GATR,
|
|
2961
|
+
export var DescribeInstancePropertiesRequest$ = [3, n0, _DIPRes,
|
|
2524
2962
|
0,
|
|
2525
|
-
[
|
|
2526
|
-
[0], 1
|
|
2963
|
+
[_IPFL, _FWO, _MR, _NT],
|
|
2964
|
+
[[() => InstancePropertyFilterList, 0], [() => InstancePropertyStringFilterList, 0], 1, 0]
|
|
2527
2965
|
];
|
|
2528
|
-
export var
|
|
2966
|
+
export var DescribeInstancePropertiesResult$ = [3, n0, _DIPResc,
|
|
2529
2967
|
0,
|
|
2530
|
-
[
|
|
2531
|
-
[[() =>
|
|
2968
|
+
[_IPn, _NT],
|
|
2969
|
+
[[() => InstanceProperties, 0], 0]
|
|
2532
2970
|
];
|
|
2533
|
-
export var
|
|
2971
|
+
export var DescribeInventoryDeletionsRequest$ = [3, n0, _DIDR,
|
|
2534
2972
|
0,
|
|
2535
|
-
[
|
|
2536
|
-
[0
|
|
2973
|
+
[_DI, _NT, _MR],
|
|
2974
|
+
[0, 0, 1]
|
|
2537
2975
|
];
|
|
2538
|
-
export var
|
|
2976
|
+
export var DescribeInventoryDeletionsResult$ = [3, n0, _DIDRe,
|
|
2539
2977
|
0,
|
|
2540
|
-
[
|
|
2541
|
-
[() =>
|
|
2978
|
+
[_IDn, _NT],
|
|
2979
|
+
[() => InventoryDeletionsList, 0]
|
|
2542
2980
|
];
|
|
2543
|
-
export var
|
|
2981
|
+
export var DescribeMaintenanceWindowExecutionsRequest$ = [3, n0, _DMWER,
|
|
2544
2982
|
0,
|
|
2545
|
-
[
|
|
2546
|
-
[
|
|
2983
|
+
[_WI, _Fi, _MR, _NT],
|
|
2984
|
+
[0, () => MaintenanceWindowFilterList, 1, 0], 1
|
|
2547
2985
|
];
|
|
2548
|
-
export var
|
|
2986
|
+
export var DescribeMaintenanceWindowExecutionsResult$ = [3, n0, _DMWERe,
|
|
2549
2987
|
0,
|
|
2550
|
-
[
|
|
2551
|
-
[
|
|
2988
|
+
[_WE, _NT],
|
|
2989
|
+
[() => MaintenanceWindowExecutionList, 0]
|
|
2552
2990
|
];
|
|
2553
|
-
export var
|
|
2991
|
+
export var DescribeMaintenanceWindowExecutionTaskInvocationsRequest$ = [3, n0, _DMWETIR,
|
|
2554
2992
|
0,
|
|
2555
|
-
[
|
|
2556
|
-
[0, 0, 0], 2
|
|
2993
|
+
[_WEI, _TI, _Fi, _MR, _NT],
|
|
2994
|
+
[0, 0, () => MaintenanceWindowFilterList, 1, 0], 2
|
|
2557
2995
|
];
|
|
2558
|
-
export var
|
|
2996
|
+
export var DescribeMaintenanceWindowExecutionTaskInvocationsResult$ = [3, n0, _DMWETIRe,
|
|
2559
2997
|
0,
|
|
2560
|
-
[
|
|
2561
|
-
[
|
|
2998
|
+
[_WETII, _NT],
|
|
2999
|
+
[[() => MaintenanceWindowExecutionTaskInvocationIdentityList, 0], 0]
|
|
2562
3000
|
];
|
|
2563
|
-
export var
|
|
3001
|
+
export var DescribeMaintenanceWindowExecutionTasksRequest$ = [3, n0, _DMWETR,
|
|
2564
3002
|
0,
|
|
2565
|
-
[
|
|
2566
|
-
[0], 1
|
|
3003
|
+
[_WEI, _Fi, _MR, _NT],
|
|
3004
|
+
[0, () => MaintenanceWindowFilterList, 1, 0], 1
|
|
2567
3005
|
];
|
|
2568
|
-
export var
|
|
3006
|
+
export var DescribeMaintenanceWindowExecutionTasksResult$ = [3, n0, _DMWETRe,
|
|
2569
3007
|
0,
|
|
2570
|
-
[
|
|
2571
|
-
[
|
|
3008
|
+
[_WETI, _NT],
|
|
3009
|
+
[() => MaintenanceWindowExecutionTaskIdentityList, 0]
|
|
2572
3010
|
];
|
|
2573
|
-
export var
|
|
3011
|
+
export var DescribeMaintenanceWindowScheduleRequest$ = [3, n0, _DMWSR,
|
|
2574
3012
|
0,
|
|
2575
|
-
[
|
|
2576
|
-
[0]
|
|
3013
|
+
[_WI, _Ta, _RTe, _Fi, _MR, _NT],
|
|
3014
|
+
[0, () => Targets, 0, () => PatchOrchestratorFilterList, 1, 0]
|
|
2577
3015
|
];
|
|
2578
|
-
export var
|
|
3016
|
+
export var DescribeMaintenanceWindowScheduleResult$ = [3, n0, _DMWSRe,
|
|
2579
3017
|
0,
|
|
2580
|
-
[
|
|
2581
|
-
[
|
|
3018
|
+
[_SWE, _NT],
|
|
3019
|
+
[() => ScheduledWindowExecutionList, 0]
|
|
2582
3020
|
];
|
|
2583
|
-
export var
|
|
3021
|
+
export var DescribeMaintenanceWindowsForTargetRequest$ = [3, n0, _DMWFTR,
|
|
2584
3022
|
0,
|
|
2585
|
-
[
|
|
2586
|
-
[
|
|
3023
|
+
[_Ta, _RTe, _MR, _NT],
|
|
3024
|
+
[() => Targets, 0, 1, 0], 2
|
|
2587
3025
|
];
|
|
2588
|
-
export var
|
|
3026
|
+
export var DescribeMaintenanceWindowsForTargetResult$ = [3, n0, _DMWFTRe,
|
|
2589
3027
|
0,
|
|
2590
|
-
[
|
|
2591
|
-
[
|
|
3028
|
+
[_WIi, _NT],
|
|
3029
|
+
[() => MaintenanceWindowsForTargetList, 0]
|
|
2592
3030
|
];
|
|
2593
|
-
export var
|
|
3031
|
+
export var DescribeMaintenanceWindowsRequest$ = [3, n0, _DMWRes,
|
|
2594
3032
|
0,
|
|
2595
|
-
[
|
|
2596
|
-
[
|
|
3033
|
+
[_Fi, _MR, _NT],
|
|
3034
|
+
[() => MaintenanceWindowFilterList, 1, 0]
|
|
2597
3035
|
];
|
|
2598
|
-
export var
|
|
3036
|
+
export var DescribeMaintenanceWindowsResult$ = [3, n0, _DMWResc,
|
|
2599
3037
|
0,
|
|
2600
|
-
[
|
|
2601
|
-
[
|
|
3038
|
+
[_WIi, _NT],
|
|
3039
|
+
[[() => MaintenanceWindowIdentityList, 0], 0]
|
|
2602
3040
|
];
|
|
2603
|
-
export var
|
|
3041
|
+
export var DescribeMaintenanceWindowTargetsRequest$ = [3, n0, _DMWTR,
|
|
2604
3042
|
0,
|
|
2605
|
-
[
|
|
2606
|
-
[0], 1
|
|
3043
|
+
[_WI, _Fi, _MR, _NT],
|
|
3044
|
+
[0, () => MaintenanceWindowFilterList, 1, 0], 1
|
|
2607
3045
|
];
|
|
2608
|
-
export var
|
|
3046
|
+
export var DescribeMaintenanceWindowTargetsResult$ = [3, n0, _DMWTRe,
|
|
2609
3047
|
0,
|
|
2610
|
-
[
|
|
2611
|
-
[
|
|
3048
|
+
[_Ta, _NT],
|
|
3049
|
+
[[() => MaintenanceWindowTargetList, 0], 0]
|
|
2612
3050
|
];
|
|
2613
|
-
export var
|
|
3051
|
+
export var DescribeMaintenanceWindowTasksRequest$ = [3, n0, _DMWTRes,
|
|
2614
3052
|
0,
|
|
2615
|
-
[
|
|
2616
|
-
[
|
|
3053
|
+
[_WI, _Fi, _MR, _NT],
|
|
3054
|
+
[0, () => MaintenanceWindowFilterList, 1, 0], 1
|
|
2617
3055
|
];
|
|
2618
|
-
export var
|
|
3056
|
+
export var DescribeMaintenanceWindowTasksResult$ = [3, n0, _DMWTResc,
|
|
2619
3057
|
0,
|
|
2620
|
-
[
|
|
2621
|
-
[[() =>
|
|
3058
|
+
[_Tas, _NT],
|
|
3059
|
+
[[() => MaintenanceWindowTaskList, 0], 0]
|
|
2622
3060
|
];
|
|
2623
|
-
export var
|
|
3061
|
+
export var DescribeOpsItemsRequest$ = [3, n0, _DOIRes,
|
|
2624
3062
|
0,
|
|
2625
|
-
[
|
|
2626
|
-
[
|
|
3063
|
+
[_OIF, _MR, _NT],
|
|
3064
|
+
[() => OpsItemFilters, 1, 0]
|
|
2627
3065
|
];
|
|
2628
|
-
export var
|
|
3066
|
+
export var DescribeOpsItemsResponse$ = [3, n0, _DOIResc,
|
|
2629
3067
|
0,
|
|
2630
|
-
[
|
|
2631
|
-
[
|
|
3068
|
+
[_NT, _OIS],
|
|
3069
|
+
[0, () => OpsItemSummaries]
|
|
2632
3070
|
];
|
|
2633
|
-
export var
|
|
3071
|
+
export var DescribeParametersRequest$ = [3, n0, _DPRes,
|
|
2634
3072
|
0,
|
|
2635
|
-
[
|
|
2636
|
-
[0
|
|
3073
|
+
[_Fi, _PF, _MR, _NT, _Sh],
|
|
3074
|
+
[() => ParametersFilterList, () => ParameterStringFilterList, 1, 0, 2]
|
|
2637
3075
|
];
|
|
2638
|
-
export var
|
|
3076
|
+
export var DescribeParametersResult$ = [3, n0, _DPResc,
|
|
2639
3077
|
0,
|
|
2640
|
-
[
|
|
2641
|
-
[
|
|
3078
|
+
[_P, _NT],
|
|
3079
|
+
[() => ParameterMetadataList, 0]
|
|
2642
3080
|
];
|
|
2643
|
-
export var
|
|
3081
|
+
export var DescribePatchBaselinesRequest$ = [3, n0, _DPBRes,
|
|
2644
3082
|
0,
|
|
2645
|
-
[
|
|
2646
|
-
[
|
|
3083
|
+
[_Fi, _MR, _NT],
|
|
3084
|
+
[() => PatchOrchestratorFilterList, 1, 0]
|
|
2647
3085
|
];
|
|
2648
|
-
export var
|
|
3086
|
+
export var DescribePatchBaselinesResult$ = [3, n0, _DPBResc,
|
|
2649
3087
|
0,
|
|
2650
|
-
[
|
|
2651
|
-
[
|
|
3088
|
+
[_BIa, _NT],
|
|
3089
|
+
[() => PatchBaselineIdentityList, 0]
|
|
2652
3090
|
];
|
|
2653
|
-
export var
|
|
3091
|
+
export var DescribePatchGroupsRequest$ = [3, n0, _DPGR,
|
|
2654
3092
|
0,
|
|
2655
|
-
[
|
|
2656
|
-
[
|
|
3093
|
+
[_MR, _Fi, _NT],
|
|
3094
|
+
[1, () => PatchOrchestratorFilterList, 0]
|
|
2657
3095
|
];
|
|
2658
|
-
export var
|
|
3096
|
+
export var DescribePatchGroupsResult$ = [3, n0, _DPGRe,
|
|
2659
3097
|
0,
|
|
2660
|
-
[
|
|
2661
|
-
[
|
|
3098
|
+
[_Ma, _NT],
|
|
3099
|
+
[() => PatchGroupPatchBaselineMappingList, 0]
|
|
2662
3100
|
];
|
|
2663
|
-
export var
|
|
3101
|
+
export var DescribePatchGroupStateRequest$ = [3, n0, _DPGSR,
|
|
2664
3102
|
0,
|
|
2665
|
-
[
|
|
3103
|
+
[_PG],
|
|
2666
3104
|
[0], 1
|
|
2667
3105
|
];
|
|
2668
|
-
export var
|
|
3106
|
+
export var DescribePatchGroupStateResult$ = [3, n0, _DPGSRe,
|
|
2669
3107
|
0,
|
|
2670
|
-
[
|
|
2671
|
-
[
|
|
3108
|
+
[_In, _IWIP, _IWIOP, _IWIPRP, _IWIRP, _IWMP, _IWFP, _IWNAP, _IWUNAP, _IWCNCP, _IWSNCP, _IWONCP, _IWASU],
|
|
3109
|
+
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
|
|
2672
3110
|
];
|
|
2673
|
-
export var
|
|
3111
|
+
export var DescribePatchPropertiesRequest$ = [3, n0, _DPPR,
|
|
2674
3112
|
0,
|
|
2675
|
-
[
|
|
2676
|
-
[0, 0], 2
|
|
3113
|
+
[_OSp, _Pro, _PS, _MR, _NT],
|
|
3114
|
+
[0, 0, 0, 1, 0], 2
|
|
2677
3115
|
];
|
|
2678
|
-
export var
|
|
3116
|
+
export var DescribePatchPropertiesResult$ = [3, n0, _DPPRe,
|
|
2679
3117
|
0,
|
|
2680
|
-
[
|
|
2681
|
-
[
|
|
3118
|
+
[_Prop, _NT],
|
|
3119
|
+
[[1, n0, _PPL, 0, 128 | 0], 0]
|
|
2682
3120
|
];
|
|
2683
|
-
export var
|
|
3121
|
+
export var DescribeSessionsRequest$ = [3, n0, _DSR,
|
|
2684
3122
|
0,
|
|
2685
|
-
[
|
|
2686
|
-
[0, 0], 1
|
|
3123
|
+
[_S, _MR, _NT, _Fi],
|
|
3124
|
+
[0, 1, 0, () => SessionFilterList], 1
|
|
2687
3125
|
];
|
|
2688
|
-
export var
|
|
3126
|
+
export var DescribeSessionsResponse$ = [3, n0, _DSRe,
|
|
2689
3127
|
0,
|
|
2690
|
-
[
|
|
2691
|
-
[() =>
|
|
3128
|
+
[_Ses, _NT],
|
|
3129
|
+
[() => SessionList, 0]
|
|
2692
3130
|
];
|
|
2693
|
-
export var
|
|
3131
|
+
export var DisassociateOpsItemRelatedItemRequest$ = [3, n0, _DOIRIR,
|
|
2694
3132
|
0,
|
|
2695
|
-
[
|
|
2696
|
-
[0,
|
|
3133
|
+
[_OII, _AIs],
|
|
3134
|
+
[0, 0], 2
|
|
2697
3135
|
];
|
|
2698
|
-
export var
|
|
3136
|
+
export var DisassociateOpsItemRelatedItemResponse$ = [3, n0, _DOIRIRi,
|
|
2699
3137
|
0,
|
|
2700
|
-
[
|
|
2701
|
-
[
|
|
3138
|
+
[],
|
|
3139
|
+
[]
|
|
2702
3140
|
];
|
|
2703
|
-
export var
|
|
3141
|
+
export var DocumentDefaultVersionDescription$ = [3, n0, _DDVD,
|
|
2704
3142
|
0,
|
|
2705
|
-
[
|
|
2706
|
-
[0,
|
|
3143
|
+
[_N, _DVe, _DVN],
|
|
3144
|
+
[0, 0, 0]
|
|
2707
3145
|
];
|
|
2708
|
-
export var
|
|
3146
|
+
export var DocumentDescription$ = [3, n0, _DD,
|
|
2709
3147
|
0,
|
|
2710
|
-
[
|
|
2711
|
-
[[() =>
|
|
3148
|
+
[_Sha, _H, _HT, _N, _DNi, _VN, _Ow, _CD, _St, _SI, _DV, _D, _P, _PTl, _DT, _SV, _LV, _DVe, _DF, _TT, _T, _AItt, _Req, _Au, _RIe, _AVp, _PRV, _RS, _Ca, _CE],
|
|
3149
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, [() => DocumentParameterList, 0], [() => PlatformTypeList, 0], 0, 0, 0, 0, 0, 0, () => TagList, [() => AttachmentInformationList, 0], () => DocumentRequiresList, 0, [() => ReviewInformationList, 0], 0, 0, 0, 64 | 0, 64 | 0]
|
|
2712
3150
|
];
|
|
2713
|
-
export var
|
|
3151
|
+
export var DocumentFilter$ = [3, n0, _DFo,
|
|
2714
3152
|
0,
|
|
2715
|
-
[
|
|
2716
|
-
[0,
|
|
3153
|
+
[_k, _v],
|
|
3154
|
+
[0, 0], 2
|
|
2717
3155
|
];
|
|
2718
|
-
export var
|
|
3156
|
+
export var DocumentIdentifier$ = [3, n0, _DIo,
|
|
2719
3157
|
0,
|
|
2720
|
-
[
|
|
2721
|
-
[[() =>
|
|
3158
|
+
[_N, _CD, _DNi, _Ow, _VN, _PTl, _DV, _DT, _SV, _DF, _TT, _T, _Req, _RS, _Au],
|
|
3159
|
+
[0, 4, 0, 0, 0, [() => PlatformTypeList, 0], 0, 0, 0, 0, 0, () => TagList, () => DocumentRequiresList, 0, 0]
|
|
2722
3160
|
];
|
|
2723
|
-
export var
|
|
3161
|
+
export var DocumentKeyValuesFilter$ = [3, n0, _DKVF,
|
|
2724
3162
|
0,
|
|
2725
|
-
[
|
|
2726
|
-
[0,
|
|
3163
|
+
[_K, _Va],
|
|
3164
|
+
[0, 64 | 0]
|
|
2727
3165
|
];
|
|
2728
|
-
export var
|
|
3166
|
+
export var DocumentMetadataResponseInfo$ = [3, n0, _DMRI,
|
|
2729
3167
|
0,
|
|
2730
|
-
[
|
|
2731
|
-
[
|
|
3168
|
+
[_RR],
|
|
3169
|
+
[() => DocumentReviewerResponseList]
|
|
2732
3170
|
];
|
|
2733
|
-
export var
|
|
3171
|
+
export var DocumentParameter$ = [3, n0, _DPo,
|
|
2734
3172
|
0,
|
|
2735
|
-
[
|
|
2736
|
-
[0,
|
|
3173
|
+
[_N, _Ty, _D, _DVef],
|
|
3174
|
+
[0, 0, 0, 0]
|
|
2737
3175
|
];
|
|
2738
|
-
export var
|
|
3176
|
+
export var DocumentRequires$ = [3, n0, _DRo,
|
|
2739
3177
|
0,
|
|
2740
|
-
[
|
|
2741
|
-
[
|
|
3178
|
+
[_N, _Ve, _RTeq, _VN],
|
|
3179
|
+
[0, 0, 0, 0], 1
|
|
2742
3180
|
];
|
|
2743
|
-
export var
|
|
3181
|
+
export var DocumentReviewCommentSource$ = [3, n0, _DRCS,
|
|
2744
3182
|
0,
|
|
2745
|
-
[
|
|
2746
|
-
[
|
|
3183
|
+
[_Ty, _Con],
|
|
3184
|
+
[0, 0]
|
|
2747
3185
|
];
|
|
2748
|
-
export var
|
|
3186
|
+
export var DocumentReviewerResponseSource$ = [3, n0, _DRRS,
|
|
2749
3187
|
0,
|
|
2750
|
-
[
|
|
2751
|
-
[
|
|
3188
|
+
[_CTr, _UT, _RS, _Co, _Rev],
|
|
3189
|
+
[4, 4, 0, () => DocumentReviewCommentList, 0]
|
|
2752
3190
|
];
|
|
2753
|
-
export var
|
|
3191
|
+
export var DocumentReviews$ = [3, n0, _DRoc,
|
|
2754
3192
|
0,
|
|
2755
|
-
[
|
|
2756
|
-
[0,
|
|
3193
|
+
[_Ac, _Co],
|
|
3194
|
+
[0, () => DocumentReviewCommentList], 1
|
|
2757
3195
|
];
|
|
2758
|
-
export var
|
|
3196
|
+
export var DocumentVersionInfo$ = [3, n0, _DVI,
|
|
2759
3197
|
0,
|
|
2760
|
-
[
|
|
2761
|
-
[0, 0, 0]
|
|
3198
|
+
[_N, _DNi, _DV, _VN, _CD, _IDVs, _DF, _St, _SI, _RS],
|
|
3199
|
+
[0, 0, 0, 0, 4, 2, 0, 0, 0, 0]
|
|
2762
3200
|
];
|
|
2763
|
-
export var
|
|
3201
|
+
export var EffectivePatch$ = [3, n0, _EPf,
|
|
2764
3202
|
0,
|
|
2765
|
-
[
|
|
2766
|
-
[
|
|
3203
|
+
[_Pat, _PSa],
|
|
3204
|
+
[() => Patch$, () => PatchStatus$]
|
|
2767
3205
|
];
|
|
2768
|
-
export var
|
|
3206
|
+
export var FailedCreateAssociation$ = [3, n0, _FCA,
|
|
2769
3207
|
0,
|
|
2770
|
-
[
|
|
2771
|
-
[
|
|
3208
|
+
[_Ent, _M, _Fa],
|
|
3209
|
+
[[() => CreateAssociationBatchRequestEntry$, 0], 0, 0]
|
|
2772
3210
|
];
|
|
2773
|
-
export var
|
|
3211
|
+
export var FailureDetails$ = [3, n0, _FD,
|
|
2774
3212
|
0,
|
|
2775
|
-
[
|
|
2776
|
-
[0, 0,
|
|
3213
|
+
[_FS, _FT, _De],
|
|
3214
|
+
[0, 0, [2, n0, _APM, 0, 0, 64 | 0]]
|
|
2777
3215
|
];
|
|
2778
|
-
export var
|
|
3216
|
+
export var GetAccessTokenRequest$ = [3, n0, _GATR,
|
|
2779
3217
|
0,
|
|
2780
|
-
[
|
|
2781
|
-
[0,
|
|
3218
|
+
[_ARI],
|
|
3219
|
+
[0], 1
|
|
2782
3220
|
];
|
|
2783
|
-
export var
|
|
3221
|
+
export var GetAccessTokenResponse$ = [3, n0, _GATRe,
|
|
2784
3222
|
0,
|
|
2785
|
-
[
|
|
2786
|
-
[
|
|
3223
|
+
[_Cr, _ARS],
|
|
3224
|
+
[[() => Credentials$, 0], 0]
|
|
2787
3225
|
];
|
|
2788
|
-
export var
|
|
3226
|
+
export var GetAutomationExecutionRequest$ = [3, n0, _GAER,
|
|
2789
3227
|
0,
|
|
2790
|
-
[
|
|
3228
|
+
[_AEI],
|
|
2791
3229
|
[0], 1
|
|
2792
3230
|
];
|
|
2793
|
-
export var
|
|
3231
|
+
export var GetAutomationExecutionResult$ = [3, n0, _GAERe,
|
|
2794
3232
|
0,
|
|
2795
|
-
[
|
|
2796
|
-
[() =>
|
|
2797
|
-
];
|
|
2798
|
-
export var HierarchyLevelLimitExceededException$ = [-3, n0, _HLLEE,
|
|
2799
|
-
{ [_aQE]: [`HierarchyLevelLimitExceededException`, 400], [_e]: _c },
|
|
2800
|
-
[_m],
|
|
2801
|
-
[0]
|
|
2802
|
-
];
|
|
2803
|
-
TypeRegistry.for(n0).registerError(HierarchyLevelLimitExceededException$, HierarchyLevelLimitExceededException);
|
|
2804
|
-
export var HierarchyTypeMismatchException$ = [-3, n0, _HTME,
|
|
2805
|
-
{ [_aQE]: [`HierarchyTypeMismatchException`, 400], [_e]: _c },
|
|
2806
|
-
[_m],
|
|
2807
|
-
[0]
|
|
2808
|
-
];
|
|
2809
|
-
TypeRegistry.for(n0).registerError(HierarchyTypeMismatchException$, HierarchyTypeMismatchException);
|
|
2810
|
-
export var IdempotentParameterMismatch$ = [-3, n0, _IPM,
|
|
2811
|
-
{ [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c },
|
|
2812
|
-
[_M],
|
|
2813
|
-
[0]
|
|
2814
|
-
];
|
|
2815
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatch$, IdempotentParameterMismatch);
|
|
2816
|
-
export var IncompatiblePolicyException$ = [-3, n0, _IPE,
|
|
2817
|
-
{ [_aQE]: [`IncompatiblePolicyException`, 400], [_e]: _c },
|
|
2818
|
-
[_m],
|
|
2819
|
-
[0]
|
|
3233
|
+
[_AEu],
|
|
3234
|
+
[() => AutomationExecution$]
|
|
2820
3235
|
];
|
|
2821
|
-
|
|
2822
|
-
export var InstanceAggregatedAssociationOverview$ = [3, n0, _IAAO,
|
|
3236
|
+
export var GetCalendarStateRequest$ = [3, n0, _GCSR,
|
|
2823
3237
|
0,
|
|
2824
|
-
[
|
|
2825
|
-
[0,
|
|
3238
|
+
[_CN, _ATt],
|
|
3239
|
+
[64 | 0, 0], 1
|
|
2826
3240
|
];
|
|
2827
|
-
export var
|
|
3241
|
+
export var GetCalendarStateResponse$ = [3, n0, _GCSRe,
|
|
2828
3242
|
0,
|
|
2829
|
-
[
|
|
2830
|
-
[0, 0, 0
|
|
3243
|
+
[_S, _ATt, _NTT],
|
|
3244
|
+
[0, 0, 0]
|
|
2831
3245
|
];
|
|
2832
|
-
export var
|
|
3246
|
+
export var GetCommandInvocationRequest$ = [3, n0, _GCIR,
|
|
2833
3247
|
0,
|
|
2834
|
-
[
|
|
2835
|
-
[
|
|
3248
|
+
[_CI, _II, _PNl],
|
|
3249
|
+
[0, 0, 0], 2
|
|
2836
3250
|
];
|
|
2837
|
-
export var
|
|
3251
|
+
export var GetCommandInvocationResult$ = [3, n0, _GCIRe,
|
|
2838
3252
|
0,
|
|
2839
|
-
[
|
|
2840
|
-
[() =>
|
|
3253
|
+
[_CI, _II, _Co, _DN, _DV, _PNl, _RCes, _ESDT, _EETx, _EEDT, _St, _SD, _SOC, _SOU, _SEC, _SEU, _CWOC],
|
|
3254
|
+
[0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => CloudWatchOutputConfig$]
|
|
2841
3255
|
];
|
|
2842
|
-
export var
|
|
3256
|
+
export var GetConnectionStatusRequest$ = [3, n0, _GCSRet,
|
|
2843
3257
|
0,
|
|
2844
|
-
[
|
|
2845
|
-
[0,
|
|
3258
|
+
[_Tar],
|
|
3259
|
+
[0], 1
|
|
2846
3260
|
];
|
|
2847
|
-
export var
|
|
3261
|
+
export var GetConnectionStatusResponse$ = [3, n0, _GCSReto,
|
|
2848
3262
|
0,
|
|
2849
|
-
[
|
|
2850
|
-
[0, 0
|
|
3263
|
+
[_Tar, _St],
|
|
3264
|
+
[0, 0]
|
|
2851
3265
|
];
|
|
2852
|
-
export var
|
|
3266
|
+
export var GetDefaultPatchBaselineRequest$ = [3, n0, _GDPBR,
|
|
2853
3267
|
0,
|
|
2854
|
-
[
|
|
2855
|
-
[0
|
|
3268
|
+
[_OSp],
|
|
3269
|
+
[0]
|
|
2856
3270
|
];
|
|
2857
|
-
export var
|
|
3271
|
+
export var GetDefaultPatchBaselineResult$ = [3, n0, _GDPBRe,
|
|
2858
3272
|
0,
|
|
2859
|
-
[
|
|
2860
|
-
[0,
|
|
3273
|
+
[_BI, _OSp],
|
|
3274
|
+
[0, 0]
|
|
2861
3275
|
];
|
|
2862
|
-
export var
|
|
3276
|
+
export var GetDeployablePatchSnapshotForInstanceRequest$ = [3, n0, _GDPSFIR,
|
|
2863
3277
|
0,
|
|
2864
|
-
[
|
|
2865
|
-
[0, [() =>
|
|
3278
|
+
[_II, _SIn, _BO, _USDSE],
|
|
3279
|
+
[0, 0, [() => BaselineOverride$, 0], 2], 2
|
|
2866
3280
|
];
|
|
2867
|
-
export var
|
|
3281
|
+
export var GetDeployablePatchSnapshotForInstanceResult$ = [3, n0, _GDPSFIRe,
|
|
2868
3282
|
0,
|
|
2869
|
-
[_II,
|
|
2870
|
-
[0, 0, 0,
|
|
3283
|
+
[_II, _SIn, _SDU, _Prod],
|
|
3284
|
+
[0, 0, 0, 0]
|
|
2871
3285
|
];
|
|
2872
|
-
export var
|
|
3286
|
+
export var GetDocumentRequest$ = [3, n0, _GDR,
|
|
2873
3287
|
0,
|
|
2874
|
-
[
|
|
2875
|
-
[0,
|
|
3288
|
+
[_N, _VN, _DV, _DF],
|
|
3289
|
+
[0, 0, 0, 0], 1
|
|
2876
3290
|
];
|
|
2877
|
-
export var
|
|
3291
|
+
export var GetDocumentResult$ = [3, n0, _GDRe,
|
|
2878
3292
|
0,
|
|
2879
|
-
[_N,
|
|
2880
|
-
[0,
|
|
3293
|
+
[_N, _CD, _DNi, _VN, _DV, _St, _SI, _Con, _DT, _DF, _Req, _ACtt, _RS],
|
|
3294
|
+
[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, () => DocumentRequiresList, [() => AttachmentContentList, 0], 0]
|
|
2881
3295
|
];
|
|
2882
|
-
export var
|
|
3296
|
+
export var GetExecutionPreviewRequest$ = [3, n0, _GEPR,
|
|
2883
3297
|
0,
|
|
2884
|
-
[
|
|
2885
|
-
[0
|
|
3298
|
+
[_EPI],
|
|
3299
|
+
[0], 1
|
|
2886
3300
|
];
|
|
2887
|
-
export var
|
|
3301
|
+
export var GetExecutionPreviewResponse$ = [3, n0, _GEPRe,
|
|
2888
3302
|
0,
|
|
2889
|
-
[
|
|
2890
|
-
[0,
|
|
3303
|
+
[_EPI, _EAn, _St, _SM, _EPx],
|
|
3304
|
+
[0, 4, 0, 0, () => ExecutionPreview$]
|
|
2891
3305
|
];
|
|
2892
|
-
export var
|
|
2893
|
-
|
|
2894
|
-
[
|
|
2895
|
-
[0]
|
|
3306
|
+
export var GetInventoryRequest$ = [3, n0, _GIR,
|
|
3307
|
+
0,
|
|
3308
|
+
[_Fi, _Ag, _RAe, _NT, _MR],
|
|
3309
|
+
[[() => InventoryFilterList, 0], [() => InventoryAggregatorList, 0], [() => ResultAttributeList, 0], 0, 1]
|
|
2896
3310
|
];
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
[
|
|
2901
|
-
[0]
|
|
3311
|
+
export var GetInventoryResult$ = [3, n0, _GIRe,
|
|
3312
|
+
0,
|
|
3313
|
+
[_Enti, _NT],
|
|
3314
|
+
[[() => InventoryResultEntityList, 0], 0]
|
|
2902
3315
|
];
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
[
|
|
2907
|
-
[0]
|
|
3316
|
+
export var GetInventorySchemaRequest$ = [3, n0, _GISR,
|
|
3317
|
+
0,
|
|
3318
|
+
[_TN, _NT, _MR, _Agg, _STu],
|
|
3319
|
+
[0, 0, 1, 2, 2]
|
|
2908
3320
|
];
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
[
|
|
2913
|
-
[0]
|
|
3321
|
+
export var GetInventorySchemaResult$ = [3, n0, _GISRe,
|
|
3322
|
+
0,
|
|
3323
|
+
[_Sch, _NT],
|
|
3324
|
+
[[() => InventoryItemSchemaResultList, 0], 0]
|
|
2914
3325
|
];
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
[
|
|
2919
|
-
[0]
|
|
3326
|
+
export var GetMaintenanceWindowExecutionRequest$ = [3, n0, _GMWER,
|
|
3327
|
+
0,
|
|
3328
|
+
[_WEI],
|
|
3329
|
+
[0], 1
|
|
2920
3330
|
];
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
[
|
|
2925
|
-
[0]
|
|
3331
|
+
export var GetMaintenanceWindowExecutionResult$ = [3, n0, _GMWERe,
|
|
3332
|
+
0,
|
|
3333
|
+
[_WEI, _TIa, _St, _SD, _STt, _ETn],
|
|
3334
|
+
[0, 64 | 0, 0, 0, 4, 4]
|
|
2926
3335
|
];
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
[
|
|
2931
|
-
[0]
|
|
3336
|
+
export var GetMaintenanceWindowExecutionTaskInvocationRequest$ = [3, n0, _GMWETIR,
|
|
3337
|
+
0,
|
|
3338
|
+
[_WEI, _TI, _IInv],
|
|
3339
|
+
[0, 0, 0], 3
|
|
2932
3340
|
];
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
[
|
|
2937
|
-
[0]
|
|
3341
|
+
export var GetMaintenanceWindowExecutionTaskInvocationResult$ = [3, n0, _GMWETIRe,
|
|
3342
|
+
0,
|
|
3343
|
+
[_WEI, _TEI, _IInv, _EI, _TTa, _P, _St, _SD, _STt, _ETn, _OI, _WTI],
|
|
3344
|
+
[0, 0, 0, 0, 0, [() => MaintenanceWindowExecutionTaskInvocationParameters, 0], 0, 0, 4, 4, [() => OwnerInformation, 0], 0]
|
|
2938
3345
|
];
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
[
|
|
2943
|
-
[0]
|
|
3346
|
+
export var GetMaintenanceWindowExecutionTaskRequest$ = [3, n0, _GMWETR,
|
|
3347
|
+
0,
|
|
3348
|
+
[_WEI, _TI],
|
|
3349
|
+
[0, 0], 2
|
|
2944
3350
|
];
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
[
|
|
2949
|
-
[0]
|
|
3351
|
+
export var GetMaintenanceWindowExecutionTaskResult$ = [3, n0, _GMWETRe,
|
|
3352
|
+
0,
|
|
3353
|
+
[_WEI, _TEI, _TAa, _SR, _Ty, _TPa, _Pr, _MC, _ME, _St, _SD, _STt, _ETn, _AC, _TA],
|
|
3354
|
+
[0, 0, 0, 0, 0, [() => MaintenanceWindowTaskParametersList, 0], 1, 0, 0, 0, 0, 4, 4, () => AlarmConfiguration$, () => AlarmStateInformationList]
|
|
2950
3355
|
];
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
[],
|
|
2955
|
-
[]
|
|
3356
|
+
export var GetMaintenanceWindowRequest$ = [3, n0, _GMWR,
|
|
3357
|
+
0,
|
|
3358
|
+
[_WI],
|
|
3359
|
+
[0], 1
|
|
2956
3360
|
];
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
[
|
|
2961
|
-
[0]
|
|
3361
|
+
export var GetMaintenanceWindowResult$ = [3, n0, _GMWRe,
|
|
3362
|
+
0,
|
|
3363
|
+
[_WI, _N, _D, _SDt, _EDn, _Sc, _STch, _SO, _NET, _Du, _Cu, _AUT, _Ena, _CD, _MD],
|
|
3364
|
+
[0, 0, [() => MaintenanceWindowDescription, 0], 0, 0, 0, 0, 1, 0, 1, 1, 2, 2, 4, 4]
|
|
2962
3365
|
];
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
[
|
|
2967
|
-
[0]
|
|
3366
|
+
export var GetMaintenanceWindowTaskRequest$ = [3, n0, _GMWTR,
|
|
3367
|
+
0,
|
|
3368
|
+
[_WI, _WTIi],
|
|
3369
|
+
[0, 0], 2
|
|
2968
3370
|
];
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
[
|
|
2973
|
-
[0]
|
|
3371
|
+
export var GetMaintenanceWindowTaskResult$ = [3, n0, _GMWTRe,
|
|
3372
|
+
0,
|
|
3373
|
+
[_WI, _WTIi, _Ta, _TAa, _SRA, _TTa, _TPa, _TIP, _Pr, _MC, _ME, _LI, _N, _D, _CB, _AC],
|
|
3374
|
+
[0, 0, () => Targets, 0, 0, 0, [() => MaintenanceWindowTaskParameters, 0], [() => MaintenanceWindowTaskInvocationParameters$, 0], 1, 0, 0, () => LoggingInfo$, 0, [() => MaintenanceWindowDescription, 0], 0, () => AlarmConfiguration$]
|
|
2974
3375
|
];
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
[
|
|
2979
|
-
[0]
|
|
3376
|
+
export var GetOpsItemRequest$ = [3, n0, _GOIR,
|
|
3377
|
+
0,
|
|
3378
|
+
[_OII, _OIA],
|
|
3379
|
+
[0, 0], 1
|
|
2980
3380
|
];
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
[
|
|
2985
|
-
[0]
|
|
3381
|
+
export var GetOpsItemResponse$ = [3, n0, _GOIRe,
|
|
3382
|
+
0,
|
|
3383
|
+
[_OIp],
|
|
3384
|
+
[() => OpsItem$]
|
|
2986
3385
|
];
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
[
|
|
2991
|
-
[0]
|
|
3386
|
+
export var GetOpsMetadataRequest$ = [3, n0, _GOMR,
|
|
3387
|
+
0,
|
|
3388
|
+
[_OMA, _MR, _NT],
|
|
3389
|
+
[0, 1, 0], 1
|
|
2992
3390
|
];
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
[
|
|
2997
|
-
[0]
|
|
3391
|
+
export var GetOpsMetadataResult$ = [3, n0, _GOMRe,
|
|
3392
|
+
0,
|
|
3393
|
+
[_RI, _Me, _NT],
|
|
3394
|
+
[0, () => MetadataMap, 0]
|
|
2998
3395
|
];
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
[
|
|
3003
|
-
[0]
|
|
3396
|
+
export var GetOpsSummaryRequest$ = [3, n0, _GOSR,
|
|
3397
|
+
0,
|
|
3398
|
+
[_SN, _Fi, _Ag, _RAe, _NT, _MR],
|
|
3399
|
+
[0, [() => OpsFilterList, 0], [() => OpsAggregatorList, 0], [() => OpsResultAttributeList, 0], 0, 1]
|
|
3004
3400
|
];
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
[
|
|
3009
|
-
[0]
|
|
3401
|
+
export var GetOpsSummaryResult$ = [3, n0, _GOSRe,
|
|
3402
|
+
0,
|
|
3403
|
+
[_Enti, _NT],
|
|
3404
|
+
[[() => OpsEntityList, 0], 0]
|
|
3010
3405
|
];
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
[],
|
|
3015
|
-
[]
|
|
3406
|
+
export var GetParameterHistoryRequest$ = [3, n0, _GPHR,
|
|
3407
|
+
0,
|
|
3408
|
+
[_N, _WD, _MR, _NT],
|
|
3409
|
+
[0, 2, 1, 0], 1
|
|
3016
3410
|
];
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
[
|
|
3021
|
-
[0]
|
|
3411
|
+
export var GetParameterHistoryResult$ = [3, n0, _GPHRe,
|
|
3412
|
+
0,
|
|
3413
|
+
[_P, _NT],
|
|
3414
|
+
[[() => ParameterHistoryList, 0], 0]
|
|
3022
3415
|
];
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
[
|
|
3027
|
-
[0]
|
|
3416
|
+
export var GetParameterRequest$ = [3, n0, _GPR,
|
|
3417
|
+
0,
|
|
3418
|
+
[_N, _WD],
|
|
3419
|
+
[0, 2], 1
|
|
3028
3420
|
];
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
[
|
|
3033
|
-
[0]
|
|
3421
|
+
export var GetParameterResult$ = [3, n0, _GPRe,
|
|
3422
|
+
0,
|
|
3423
|
+
[_Par],
|
|
3424
|
+
[[() => Parameter$, 0]]
|
|
3034
3425
|
];
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
[
|
|
3039
|
-
[0]
|
|
3426
|
+
export var GetParametersByPathRequest$ = [3, n0, _GPBPR,
|
|
3427
|
+
0,
|
|
3428
|
+
[_Path, _Rec, _PF, _WD, _MR, _NT],
|
|
3429
|
+
[0, 2, () => ParameterStringFilterList, 2, 1, 0], 1
|
|
3040
3430
|
];
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
[
|
|
3045
|
-
[0]
|
|
3431
|
+
export var GetParametersByPathResult$ = [3, n0, _GPBPRe,
|
|
3432
|
+
0,
|
|
3433
|
+
[_P, _NT],
|
|
3434
|
+
[[() => ParameterList, 0], 0]
|
|
3046
3435
|
];
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
[
|
|
3051
|
-
[0]
|
|
3436
|
+
export var GetParametersRequest$ = [3, n0, _GPRet,
|
|
3437
|
+
0,
|
|
3438
|
+
[_Na, _WD],
|
|
3439
|
+
[64 | 0, 2], 1
|
|
3052
3440
|
];
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
[
|
|
3057
|
-
[0]
|
|
3441
|
+
export var GetParametersResult$ = [3, n0, _GPReta,
|
|
3442
|
+
0,
|
|
3443
|
+
[_P, _IP],
|
|
3444
|
+
[[() => ParameterList, 0], 64 | 0]
|
|
3058
3445
|
];
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
[
|
|
3063
|
-
[0]
|
|
3446
|
+
export var GetPatchBaselineForPatchGroupRequest$ = [3, n0, _GPBFPGR,
|
|
3447
|
+
0,
|
|
3448
|
+
[_PG, _OSp],
|
|
3449
|
+
[0, 0], 1
|
|
3064
3450
|
];
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
[
|
|
3069
|
-
[0, 0]
|
|
3451
|
+
export var GetPatchBaselineForPatchGroupResult$ = [3, n0, _GPBFPGRe,
|
|
3452
|
+
0,
|
|
3453
|
+
[_BI, _PG, _OSp],
|
|
3454
|
+
[0, 0, 0]
|
|
3070
3455
|
];
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
[
|
|
3075
|
-
[0]
|
|
3456
|
+
export var GetPatchBaselineRequest$ = [3, n0, _GPBR,
|
|
3457
|
+
0,
|
|
3458
|
+
[_BI],
|
|
3459
|
+
[0], 1
|
|
3076
3460
|
];
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
[
|
|
3081
|
-
[0]
|
|
3461
|
+
export var GetPatchBaselineResult$ = [3, n0, _GPBRe,
|
|
3462
|
+
0,
|
|
3463
|
+
[_BI, _N, _OSp, _GF, _AR, _AP, _APCL, _APENS, _RP, _RPA, _PGa, _CD, _MD, _D, _So, _ASUCS],
|
|
3464
|
+
[0, 0, 0, () => PatchFilterGroup$, () => PatchRuleGroup$, 64 | 0, 0, 2, 64 | 0, 0, 64 | 0, 4, 4, 0, [() => PatchSourceList, 0], 0]
|
|
3082
3465
|
];
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
[
|
|
3087
|
-
[0]
|
|
3466
|
+
export var GetResourcePoliciesRequest$ = [3, n0, _GRPR,
|
|
3467
|
+
0,
|
|
3468
|
+
[_RA, _NT, _MR],
|
|
3469
|
+
[0, 0, 1], 1
|
|
3088
3470
|
];
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
[
|
|
3093
|
-
[0]
|
|
3471
|
+
export var GetResourcePoliciesResponse$ = [3, n0, _GRPRe,
|
|
3472
|
+
0,
|
|
3473
|
+
[_NT, _Po],
|
|
3474
|
+
[0, () => GetResourcePoliciesResponseEntries]
|
|
3094
3475
|
];
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
[]
|
|
3099
|
-
[]
|
|
3476
|
+
export var GetResourcePoliciesResponseEntry$ = [3, n0, _GRPRE,
|
|
3477
|
+
0,
|
|
3478
|
+
[_PI, _PH, _Pol],
|
|
3479
|
+
[0, 0, 0]
|
|
3100
3480
|
];
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
[],
|
|
3105
|
-
[]
|
|
3481
|
+
export var GetServiceSettingRequest$ = [3, n0, _GSSR,
|
|
3482
|
+
0,
|
|
3483
|
+
[_SIe],
|
|
3484
|
+
[0], 1
|
|
3106
3485
|
];
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
[
|
|
3111
|
-
[0]
|
|
3486
|
+
export var GetServiceSettingResult$ = [3, n0, _GSSRe,
|
|
3487
|
+
0,
|
|
3488
|
+
[_SSe],
|
|
3489
|
+
[() => ServiceSetting$]
|
|
3112
3490
|
];
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
[
|
|
3117
|
-
[0]
|
|
3491
|
+
export var InstanceAggregatedAssociationOverview$ = [3, n0, _IAAO,
|
|
3492
|
+
0,
|
|
3493
|
+
[_DS, _IASAC],
|
|
3494
|
+
[0, 128 | 1]
|
|
3118
3495
|
];
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
[]
|
|
3123
|
-
[]
|
|
3496
|
+
export var InstanceAssociation$ = [3, n0, _IAns,
|
|
3497
|
+
0,
|
|
3498
|
+
[_AIs, _II, _Con, _AV],
|
|
3499
|
+
[0, 0, 0, 0]
|
|
3124
3500
|
];
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
[
|
|
3129
|
-
[0]
|
|
3501
|
+
export var InstanceAssociationOutputLocation$ = [3, n0, _IAOL,
|
|
3502
|
+
0,
|
|
3503
|
+
[_SL],
|
|
3504
|
+
[() => S3OutputLocation$]
|
|
3130
3505
|
];
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
[
|
|
3135
|
-
[0]
|
|
3506
|
+
export var InstanceAssociationOutputUrl$ = [3, n0, _IAOU,
|
|
3507
|
+
0,
|
|
3508
|
+
[_SOUu],
|
|
3509
|
+
[() => S3OutputUrl$]
|
|
3136
3510
|
];
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
[]
|
|
3141
|
-
[]
|
|
3511
|
+
export var InstanceAssociationStatusInfo$ = [3, n0, _IASIn,
|
|
3512
|
+
0,
|
|
3513
|
+
[_AIs, _N, _DV, _AV, _II, _EDx, _St, _DS, _ES, _ECr, _OU, _AN],
|
|
3514
|
+
[0, 0, 0, 0, 0, 4, 0, 0, 0, 0, () => InstanceAssociationOutputUrl$, 0]
|
|
3142
3515
|
];
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
[],
|
|
3147
|
-
[]
|
|
3516
|
+
export var InstanceInfo$ = [3, n0, _IIns,
|
|
3517
|
+
0,
|
|
3518
|
+
[_ATg, _AVg, _CNo, _ISn, _IAp, _MS, _PTla, _PNla, _PV, _RTe],
|
|
3519
|
+
[0, 0, 0, 0, [() => IPAddress, 0], 0, 0, 0, 0, 0]
|
|
3148
3520
|
];
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
[
|
|
3153
|
-
[0]
|
|
3521
|
+
export var InstanceInformation$ = [3, n0, _IInst,
|
|
3522
|
+
0,
|
|
3523
|
+
[_II, _PSi, _LPDT, _AVg, _ILV, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _N, _IPA, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo],
|
|
3524
|
+
[0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 4, 0, 0, [() => IPAddress, 0], 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0]
|
|
3154
3525
|
];
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
[
|
|
3159
|
-
[0]
|
|
3526
|
+
export var InstanceInformationFilter$ = [3, n0, _IIF,
|
|
3527
|
+
0,
|
|
3528
|
+
[_k, _vS],
|
|
3529
|
+
[0, [() => InstanceInformationFilterValueSet, 0]], 2
|
|
3160
3530
|
];
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
[
|
|
3165
|
-
[0]
|
|
3531
|
+
export var InstanceInformationStringFilter$ = [3, n0, _IISF,
|
|
3532
|
+
0,
|
|
3533
|
+
[_K, _Va],
|
|
3534
|
+
[0, [() => InstanceInformationFilterValueSet, 0]], 2
|
|
3166
3535
|
];
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
[
|
|
3171
|
-
[0]
|
|
3536
|
+
export var InstancePatchState$ = [3, n0, _IPSn,
|
|
3537
|
+
0,
|
|
3538
|
+
[_II, _PG, _BI, _OST, _OET, _Op, _SIn, _IOLn, _OI, _IC, _IOC, _IPRC, _IRC, _MCi, _FC, _UNAC, _NAC, _ASUC, _LNRIOT, _ROe, _CNCC, _SNCC, _ONCC],
|
|
3539
|
+
[0, 0, 0, 4, 4, 0, 0, 0, [() => OwnerInformation, 0], 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 0, 1, 1, 1], 6
|
|
3172
3540
|
];
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
[
|
|
3177
|
-
[0]
|
|
3541
|
+
export var InstancePatchStateFilter$ = [3, n0, _IPSF,
|
|
3542
|
+
0,
|
|
3543
|
+
[_K, _Va, _Ty],
|
|
3544
|
+
[0, 64 | 0, 0], 3
|
|
3178
3545
|
];
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
[
|
|
3183
|
-
[0]
|
|
3546
|
+
export var InstanceProperty$ = [3, n0, _IPns,
|
|
3547
|
+
0,
|
|
3548
|
+
[_N, _II, _ITns, _IRn, _KN, _ISns, _Ar, _IPA, _LTa, _PSi, _LPDT, _AVg, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo],
|
|
3549
|
+
[0, 0, 0, 0, 0, 0, 0, [() => IPAddress, 0], 4, 0, 4, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0]
|
|
3184
3550
|
];
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
[
|
|
3189
|
-
[0]
|
|
3551
|
+
export var InstancePropertyFilter$ = [3, n0, _IPF,
|
|
3552
|
+
0,
|
|
3553
|
+
[_k, _vS],
|
|
3554
|
+
[0, [() => InstancePropertyFilterValueSet, 0]], 2
|
|
3190
3555
|
];
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
[
|
|
3195
|
-
[0]
|
|
3556
|
+
export var InstancePropertyStringFilter$ = [3, n0, _IPSFn,
|
|
3557
|
+
0,
|
|
3558
|
+
[_K, _Va, _Ope],
|
|
3559
|
+
[0, [() => InstancePropertyFilterValueSet, 0], 0], 2
|
|
3196
3560
|
];
|
|
3197
|
-
|
|
3198
|
-
export var InventoryAggregator$ = [3, n0, _IAnve,
|
|
3561
|
+
export var InventoryAggregator$ = [3, n0, _IAnv,
|
|
3199
3562
|
0,
|
|
3200
3563
|
[_Ex, _Ag, _G],
|
|
3201
3564
|
[0, [() => InventoryAggregatorList, 0], [() => InventoryGroupList, 0]]
|
|
@@ -3250,27 +3613,9 @@ export var InventoryResultItem$ = [3, n0, _IRIn,
|
|
|
3250
3613
|
[_TN, _SV, _Con, _CTa, _CH],
|
|
3251
3614
|
[0, 0, [1, n0, _IIEL, 0, 128 | 0], 0, 0], 3
|
|
3252
3615
|
];
|
|
3253
|
-
export var InvocationDoesNotExist$ = [-3, n0, _IDNE,
|
|
3254
|
-
{ [_aQE]: [`InvocationDoesNotExist`, 400], [_e]: _c },
|
|
3255
|
-
[],
|
|
3256
|
-
[]
|
|
3257
|
-
];
|
|
3258
|
-
TypeRegistry.for(n0).registerError(InvocationDoesNotExist$, InvocationDoesNotExist);
|
|
3259
|
-
export var ItemContentMismatchException$ = [-3, n0, _ICME,
|
|
3260
|
-
{ [_aQE]: [`ItemContentMismatch`, 400], [_e]: _c },
|
|
3261
|
-
[_TN, _M],
|
|
3262
|
-
[0, 0]
|
|
3263
|
-
];
|
|
3264
|
-
TypeRegistry.for(n0).registerError(ItemContentMismatchException$, ItemContentMismatchException);
|
|
3265
|
-
export var ItemSizeLimitExceededException$ = [-3, n0, _ISLEE,
|
|
3266
|
-
{ [_aQE]: [`ItemSizeLimitExceeded`, 400], [_e]: _c },
|
|
3267
|
-
[_TN, _M],
|
|
3268
|
-
[0, 0]
|
|
3269
|
-
];
|
|
3270
|
-
TypeRegistry.for(n0).registerError(ItemSizeLimitExceededException$, ItemSizeLimitExceededException);
|
|
3271
3616
|
export var LabelParameterVersionRequest$ = [3, n0, _LPVR,
|
|
3272
3617
|
0,
|
|
3273
|
-
[_N,
|
|
3618
|
+
[_N, _La, _PVa],
|
|
3274
3619
|
[0, 64 | 0, 1], 2
|
|
3275
3620
|
];
|
|
3276
3621
|
export var LabelParameterVersionResult$ = [3, n0, _LPVRa,
|
|
@@ -3290,7 +3635,7 @@ export var ListAssociationsResult$ = [3, n0, _LARi,
|
|
|
3290
3635
|
];
|
|
3291
3636
|
export var ListAssociationVersionsRequest$ = [3, n0, _LAVR,
|
|
3292
3637
|
0,
|
|
3293
|
-
[
|
|
3638
|
+
[_AIs, _MR, _NT],
|
|
3294
3639
|
[0, 1, 0], 1
|
|
3295
3640
|
];
|
|
3296
3641
|
export var ListAssociationVersionsResult$ = [3, n0, _LAVRi,
|
|
@@ -3320,7 +3665,7 @@ export var ListCommandsResult$ = [3, n0, _LCRi,
|
|
|
3320
3665
|
];
|
|
3321
3666
|
export var ListComplianceItemsRequest$ = [3, n0, _LCIRis,
|
|
3322
3667
|
0,
|
|
3323
|
-
[_Fi, _RIes,
|
|
3668
|
+
[_Fi, _RIes, _RT, _NT, _MR],
|
|
3324
3669
|
[[() => ComplianceStringFilterList, 0], 64 | 0, 64 | 0, 0, 1]
|
|
3325
3670
|
];
|
|
3326
3671
|
export var ListComplianceItemsResult$ = [3, n0, _LCIRist,
|
|
@@ -3440,7 +3785,7 @@ export var ListResourceComplianceSummariesResult$ = [3, n0, _LRCSRi,
|
|
|
3440
3785
|
];
|
|
3441
3786
|
export var ListResourceDataSyncRequest$ = [3, n0, _LRDSR,
|
|
3442
3787
|
0,
|
|
3443
|
-
[
|
|
3788
|
+
[_ST, _NT, _MR],
|
|
3444
3789
|
[0, 0, 1]
|
|
3445
3790
|
];
|
|
3446
3791
|
export var ListResourceDataSyncResult$ = [3, n0, _LRDSRi,
|
|
@@ -3450,7 +3795,7 @@ export var ListResourceDataSyncResult$ = [3, n0, _LRDSRi,
|
|
|
3450
3795
|
];
|
|
3451
3796
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
3452
3797
|
0,
|
|
3453
|
-
[
|
|
3798
|
+
[_RTe, _RI],
|
|
3454
3799
|
[0, 0], 2
|
|
3455
3800
|
];
|
|
3456
3801
|
export var ListTagsForResourceResult$ = [3, n0, _LTFRRi,
|
|
@@ -3490,7 +3835,7 @@ export var MaintenanceWindowFilter$ = [3, n0, _MWF,
|
|
|
3490
3835
|
];
|
|
3491
3836
|
export var MaintenanceWindowIdentity$ = [3, n0, _MWI,
|
|
3492
3837
|
0,
|
|
3493
|
-
[_WI, _N, _D, _Ena, _Du, _Cu, _Sc,
|
|
3838
|
+
[_WI, _N, _D, _Ena, _Du, _Cu, _Sc, _STch, _SO, _EDn, _SDt, _NET],
|
|
3494
3839
|
[0, 0, [() => MaintenanceWindowDescription, 0], 2, 1, 1, 0, 0, 1, 0, 0, 0]
|
|
3495
3840
|
];
|
|
3496
3841
|
export var MaintenanceWindowIdentityForTarget$ = [3, n0, _MWIFT,
|
|
@@ -3515,7 +3860,7 @@ export var MaintenanceWindowStepFunctionsParameters$ = [3, n0, _MWSFP,
|
|
|
3515
3860
|
];
|
|
3516
3861
|
export var MaintenanceWindowTarget$ = [3, n0, _MWT,
|
|
3517
3862
|
0,
|
|
3518
|
-
[_WI, _WTI,
|
|
3863
|
+
[_WI, _WTI, _RTe, _Ta, _OI, _N, _D],
|
|
3519
3864
|
[0, 0, 0, () => Targets, [() => OwnerInformation, 0], 0, [() => MaintenanceWindowDescription, 0]]
|
|
3520
3865
|
];
|
|
3521
3866
|
export var MaintenanceWindowTask$ = [3, n0, _MWTa,
|
|
@@ -3525,7 +3870,7 @@ export var MaintenanceWindowTask$ = [3, n0, _MWTa,
|
|
|
3525
3870
|
];
|
|
3526
3871
|
export var MaintenanceWindowTaskInvocationParameters$ = [3, n0, _MWTIP,
|
|
3527
3872
|
0,
|
|
3528
|
-
[_RCu, _Aut, _SF,
|
|
3873
|
+
[_RCu, _Aut, _SF, _Lam],
|
|
3529
3874
|
[[() => MaintenanceWindowRunCommandParameters$, 0], () => MaintenanceWindowAutomationParameters$, [() => MaintenanceWindowStepFunctionsParameters$, 0], [() => MaintenanceWindowLambdaParameters$, 0]]
|
|
3530
3875
|
];
|
|
3531
3876
|
export var MaintenanceWindowTaskParameterValueExpression$ = [3, n0, _MWTPVE,
|
|
@@ -3533,18 +3878,6 @@ export var MaintenanceWindowTaskParameterValueExpression$ = [3, n0, _MWTPVE,
|
|
|
3533
3878
|
[_Va],
|
|
3534
3879
|
[[() => MaintenanceWindowTaskParameterValueList, 0]]
|
|
3535
3880
|
];
|
|
3536
|
-
export var MalformedResourcePolicyDocumentException$ = [-3, n0, _MRPDE,
|
|
3537
|
-
{ [_aQE]: [`MalformedResourcePolicyDocumentException`, 400], [_e]: _c },
|
|
3538
|
-
[_M],
|
|
3539
|
-
[0]
|
|
3540
|
-
];
|
|
3541
|
-
TypeRegistry.for(n0).registerError(MalformedResourcePolicyDocumentException$, MalformedResourcePolicyDocumentException);
|
|
3542
|
-
export var MaxDocumentSizeExceeded$ = [-3, n0, _MDSE,
|
|
3543
|
-
{ [_aQE]: [`MaxDocumentSizeExceeded`, 400], [_e]: _c },
|
|
3544
|
-
[_M],
|
|
3545
|
-
[0]
|
|
3546
|
-
];
|
|
3547
|
-
TypeRegistry.for(n0).registerError(MaxDocumentSizeExceeded$, MaxDocumentSizeExceeded);
|
|
3548
3881
|
export var MetadataValue$ = [3, n0, _MV,
|
|
3549
3882
|
0,
|
|
3550
3883
|
[_V],
|
|
@@ -3577,15 +3910,9 @@ export var NodeFilter$ = [3, n0, _NF,
|
|
|
3577
3910
|
];
|
|
3578
3911
|
export var NodeOwnerInfo$ = [3, n0, _NOI,
|
|
3579
3912
|
0,
|
|
3580
|
-
[
|
|
3913
|
+
[_AIc, _OUI, _OUP],
|
|
3581
3914
|
[0, 0, 0]
|
|
3582
3915
|
];
|
|
3583
|
-
export var NoLongerSupportedException$ = [-3, n0, _NLSE,
|
|
3584
|
-
{ [_aQE]: [`NoLongerSupported`, 400], [_e]: _c },
|
|
3585
|
-
[_M],
|
|
3586
|
-
[0]
|
|
3587
|
-
];
|
|
3588
|
-
TypeRegistry.for(n0).registerError(NoLongerSupportedException$, NoLongerSupportedException);
|
|
3589
3916
|
export var NonCompliantSummary$ = [3, n0, _NCS,
|
|
3590
3917
|
0,
|
|
3591
3918
|
[_NCC, _SS],
|
|
@@ -3609,36 +3936,18 @@ export var OpsEntity$ = [3, n0, _OE,
|
|
|
3609
3936
|
export var OpsEntityItem$ = [3, n0, _OEI,
|
|
3610
3937
|
0,
|
|
3611
3938
|
[_CTa, _Con],
|
|
3612
|
-
[0, [1, n0, _OEIEL, 0, 128 | 0]]
|
|
3613
|
-
];
|
|
3614
|
-
export var OpsFilter$ = [3, n0, _OF,
|
|
3615
|
-
0,
|
|
3616
|
-
[_K, _Va, _Ty],
|
|
3617
|
-
[0, [() => OpsFilterValueList, 0], 0], 2
|
|
3618
|
-
];
|
|
3619
|
-
export var OpsItem$ = [3, n0, _OIp,
|
|
3620
|
-
0,
|
|
3621
|
-
[_CBr, _OIT, _CT, _D, _LMB, _LMT, _No, _Pr, _ROI, _St, _OII, _Ve, _Ti, _Sou, _OD, _Ca, _Se, _AST, _AETc, _PST, _PET, _OIA],
|
|
3622
|
-
[0, 0, 4, 0, 0, 4, () => OpsItemNotifications, 1, () => RelatedOpsItems, 0, 0, 0, 0, 0, () => OpsItemOperationalData, 0, 0, 4, 4, 4, 4, 0]
|
|
3623
|
-
];
|
|
3624
|
-
export var OpsItemAccessDeniedException$ = [-3, n0, _OIADE,
|
|
3625
|
-
{ [_aQE]: [`OpsItemAccessDeniedException`, 403], [_e]: _c },
|
|
3626
|
-
[_M],
|
|
3627
|
-
[0]
|
|
3628
|
-
];
|
|
3629
|
-
TypeRegistry.for(n0).registerError(OpsItemAccessDeniedException$, OpsItemAccessDeniedException);
|
|
3630
|
-
export var OpsItemAlreadyExistsException$ = [-3, n0, _OIAEE,
|
|
3631
|
-
{ [_aQE]: [`OpsItemAlreadyExistsException`, 400], [_e]: _c },
|
|
3632
|
-
[_M, _OII],
|
|
3633
|
-
[0, 0]
|
|
3939
|
+
[0, [1, n0, _OEIEL, 0, 128 | 0]]
|
|
3634
3940
|
];
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
[
|
|
3639
|
-
|
|
3941
|
+
export var OpsFilter$ = [3, n0, _OF,
|
|
3942
|
+
0,
|
|
3943
|
+
[_K, _Va, _Ty],
|
|
3944
|
+
[0, [() => OpsFilterValueList, 0], 0], 2
|
|
3945
|
+
];
|
|
3946
|
+
export var OpsItem$ = [3, n0, _OIp,
|
|
3947
|
+
0,
|
|
3948
|
+
[_CBr, _OIT, _CT, _D, _LMB, _LMT, _No, _Pr, _ROI, _St, _OII, _Ve, _Ti, _Sou, _OD, _Ca, _Se, _AST, _AETc, _PST, _PET, _OIA],
|
|
3949
|
+
[0, 0, 4, 0, 0, 4, () => OpsItemNotifications, 1, () => RelatedOpsItems, 0, 0, 0, 0, 0, () => OpsItemOperationalData, 0, 0, 4, 4, 4, 4, 0]
|
|
3640
3950
|
];
|
|
3641
|
-
TypeRegistry.for(n0).registerError(OpsItemConflictException$, OpsItemConflictException);
|
|
3642
3951
|
export var OpsItemDataValue$ = [3, n0, _OIDV,
|
|
3643
3952
|
0,
|
|
3644
3953
|
[_V, _Ty],
|
|
@@ -3664,41 +3973,11 @@ export var OpsItemIdentity$ = [3, n0, _OIIp,
|
|
|
3664
3973
|
[_Arn],
|
|
3665
3974
|
[0]
|
|
3666
3975
|
];
|
|
3667
|
-
export var OpsItemInvalidParameterException$ = [-3, n0, _OIIPE,
|
|
3668
|
-
{ [_aQE]: [`OpsItemInvalidParameterException`, 400], [_e]: _c },
|
|
3669
|
-
[_PNa, _M],
|
|
3670
|
-
[64 | 0, 0]
|
|
3671
|
-
];
|
|
3672
|
-
TypeRegistry.for(n0).registerError(OpsItemInvalidParameterException$, OpsItemInvalidParameterException);
|
|
3673
|
-
export var OpsItemLimitExceededException$ = [-3, n0, _OILEE,
|
|
3674
|
-
{ [_aQE]: [`OpsItemLimitExceededException`, 400], [_e]: _c },
|
|
3675
|
-
[_RTes, _Li, _LTi, _M],
|
|
3676
|
-
[64 | 0, 1, 0, 0]
|
|
3677
|
-
];
|
|
3678
|
-
TypeRegistry.for(n0).registerError(OpsItemLimitExceededException$, OpsItemLimitExceededException);
|
|
3679
|
-
export var OpsItemNotFoundException$ = [-3, n0, _OINFE,
|
|
3680
|
-
{ [_aQE]: [`OpsItemNotFoundException`, 400], [_e]: _c },
|
|
3681
|
-
[_M],
|
|
3682
|
-
[0]
|
|
3683
|
-
];
|
|
3684
|
-
TypeRegistry.for(n0).registerError(OpsItemNotFoundException$, OpsItemNotFoundException);
|
|
3685
3976
|
export var OpsItemNotification$ = [3, n0, _OIN,
|
|
3686
3977
|
0,
|
|
3687
3978
|
[_Arn],
|
|
3688
3979
|
[0]
|
|
3689
3980
|
];
|
|
3690
|
-
export var OpsItemRelatedItemAlreadyExistsException$ = [-3, n0, _OIRIAEE,
|
|
3691
|
-
{ [_aQE]: [`OpsItemRelatedItemAlreadyExistsException`, 400], [_e]: _c },
|
|
3692
|
-
[_M, _RU, _OII],
|
|
3693
|
-
[0, 0, 0]
|
|
3694
|
-
];
|
|
3695
|
-
TypeRegistry.for(n0).registerError(OpsItemRelatedItemAlreadyExistsException$, OpsItemRelatedItemAlreadyExistsException);
|
|
3696
|
-
export var OpsItemRelatedItemAssociationNotFoundException$ = [-3, n0, _OIRIANFE,
|
|
3697
|
-
{ [_aQE]: [`OpsItemRelatedItemAssociationNotFoundException`, 400], [_e]: _c },
|
|
3698
|
-
[_M],
|
|
3699
|
-
[0]
|
|
3700
|
-
];
|
|
3701
|
-
TypeRegistry.for(n0).registerError(OpsItemRelatedItemAssociationNotFoundException$, OpsItemRelatedItemAssociationNotFoundException);
|
|
3702
3981
|
export var OpsItemRelatedItemsFilter$ = [3, n0, _OIRIF,
|
|
3703
3982
|
0,
|
|
3704
3983
|
[_K, _Va, _Ope],
|
|
@@ -3706,7 +3985,7 @@ export var OpsItemRelatedItemsFilter$ = [3, n0, _OIRIF,
|
|
|
3706
3985
|
];
|
|
3707
3986
|
export var OpsItemRelatedItemSummary$ = [3, n0, _OIRIS,
|
|
3708
3987
|
0,
|
|
3709
|
-
[_OII,
|
|
3988
|
+
[_OII, _AIs, _RTe, _AT, _RU, _CBr, _CT, _LMB, _LMT],
|
|
3710
3989
|
[0, 0, 0, 0, 0, () => OpsItemIdentity$, 4, () => OpsItemIdentity$, 4]
|
|
3711
3990
|
];
|
|
3712
3991
|
export var OpsItemSummary$ = [3, n0, _OISp,
|
|
@@ -3719,47 +3998,11 @@ export var OpsMetadata$ = [3, n0, _OM,
|
|
|
3719
3998
|
[_RI, _OMA, _LMD, _LMU, _CDr],
|
|
3720
3999
|
[0, 0, 4, 0, 4]
|
|
3721
4000
|
];
|
|
3722
|
-
export var OpsMetadataAlreadyExistsException$ = [-3, n0, _OMAEE,
|
|
3723
|
-
{ [_aQE]: [`OpsMetadataAlreadyExistsException`, 400], [_e]: _c },
|
|
3724
|
-
[_m],
|
|
3725
|
-
[0]
|
|
3726
|
-
];
|
|
3727
|
-
TypeRegistry.for(n0).registerError(OpsMetadataAlreadyExistsException$, OpsMetadataAlreadyExistsException);
|
|
3728
4001
|
export var OpsMetadataFilter$ = [3, n0, _OMF,
|
|
3729
4002
|
0,
|
|
3730
4003
|
[_K, _Va],
|
|
3731
4004
|
[0, 64 | 0], 2
|
|
3732
4005
|
];
|
|
3733
|
-
export var OpsMetadataInvalidArgumentException$ = [-3, n0, _OMIAE,
|
|
3734
|
-
{ [_aQE]: [`OpsMetadataInvalidArgumentException`, 400], [_e]: _c },
|
|
3735
|
-
[_m],
|
|
3736
|
-
[0]
|
|
3737
|
-
];
|
|
3738
|
-
TypeRegistry.for(n0).registerError(OpsMetadataInvalidArgumentException$, OpsMetadataInvalidArgumentException);
|
|
3739
|
-
export var OpsMetadataKeyLimitExceededException$ = [-3, n0, _OMKLEE,
|
|
3740
|
-
{ [_aQE]: [`OpsMetadataKeyLimitExceededException`, 429], [_e]: _c },
|
|
3741
|
-
[_m],
|
|
3742
|
-
[0]
|
|
3743
|
-
];
|
|
3744
|
-
TypeRegistry.for(n0).registerError(OpsMetadataKeyLimitExceededException$, OpsMetadataKeyLimitExceededException);
|
|
3745
|
-
export var OpsMetadataLimitExceededException$ = [-3, n0, _OMLEE,
|
|
3746
|
-
{ [_aQE]: [`OpsMetadataLimitExceededException`, 429], [_e]: _c },
|
|
3747
|
-
[_m],
|
|
3748
|
-
[0]
|
|
3749
|
-
];
|
|
3750
|
-
TypeRegistry.for(n0).registerError(OpsMetadataLimitExceededException$, OpsMetadataLimitExceededException);
|
|
3751
|
-
export var OpsMetadataNotFoundException$ = [-3, n0, _OMNFE,
|
|
3752
|
-
{ [_aQE]: [`OpsMetadataNotFoundException`, 404], [_e]: _c },
|
|
3753
|
-
[_m],
|
|
3754
|
-
[0]
|
|
3755
|
-
];
|
|
3756
|
-
TypeRegistry.for(n0).registerError(OpsMetadataNotFoundException$, OpsMetadataNotFoundException);
|
|
3757
|
-
export var OpsMetadataTooManyUpdatesException$ = [-3, n0, _OMTMUE,
|
|
3758
|
-
{ [_aQE]: [`OpsMetadataTooManyUpdatesException`, 429], [_e]: _c },
|
|
3759
|
-
[_m],
|
|
3760
|
-
[0]
|
|
3761
|
-
];
|
|
3762
|
-
TypeRegistry.for(n0).registerError(OpsMetadataTooManyUpdatesException$, OpsMetadataTooManyUpdatesException);
|
|
3763
4006
|
export var OpsResultAttribute$ = [3, n0, _ORA,
|
|
3764
4007
|
0,
|
|
3765
4008
|
[_TN],
|
|
@@ -3775,15 +4018,9 @@ export var Parameter$ = [3, n0, _Par,
|
|
|
3775
4018
|
[_N, _Ty, _V, _Ve, _Sel, _SRo, _LMD, _ARN, _DTa],
|
|
3776
4019
|
[0, 0, [() => PSParameterValue, 0], 1, 0, 0, 4, 0, 0]
|
|
3777
4020
|
];
|
|
3778
|
-
export var ParameterAlreadyExists$ = [-3, n0, _PAE,
|
|
3779
|
-
{ [_aQE]: [`ParameterAlreadyExists`, 400], [_e]: _c },
|
|
3780
|
-
[_m],
|
|
3781
|
-
[0]
|
|
3782
|
-
];
|
|
3783
|
-
TypeRegistry.for(n0).registerError(ParameterAlreadyExists$, ParameterAlreadyExists);
|
|
3784
4021
|
export var ParameterHistory$ = [3, n0, _PHa,
|
|
3785
4022
|
0,
|
|
3786
|
-
[_N, _Ty, _KI, _LMD, _LMU, _D, _V, _APl, _Ve,
|
|
4023
|
+
[_N, _Ty, _KI, _LMD, _LMU, _D, _V, _APl, _Ve, _La, _Tie, _Po, _DTa],
|
|
3787
4024
|
[0, 0, 0, 4, 0, 0, [() => PSParameterValue, 0], 0, 1, 64 | 0, 0, () => ParameterPolicyList, 0]
|
|
3788
4025
|
];
|
|
3789
4026
|
export var ParameterInlinePolicy$ = [3, n0, _PIP,
|
|
@@ -3791,35 +4028,11 @@ export var ParameterInlinePolicy$ = [3, n0, _PIP,
|
|
|
3791
4028
|
[_PTo, _PTol, _PSo],
|
|
3792
4029
|
[0, 0, 0]
|
|
3793
4030
|
];
|
|
3794
|
-
export var ParameterLimitExceeded$ = [-3, n0, _PLE,
|
|
3795
|
-
{ [_aQE]: [`ParameterLimitExceeded`, 429], [_e]: _c },
|
|
3796
|
-
[_m],
|
|
3797
|
-
[0]
|
|
3798
|
-
];
|
|
3799
|
-
TypeRegistry.for(n0).registerError(ParameterLimitExceeded$, ParameterLimitExceeded);
|
|
3800
|
-
export var ParameterMaxVersionLimitExceeded$ = [-3, n0, _PMVLE,
|
|
3801
|
-
{ [_aQE]: [`ParameterMaxVersionLimitExceeded`, 400], [_e]: _c },
|
|
3802
|
-
[_m],
|
|
3803
|
-
[0]
|
|
3804
|
-
];
|
|
3805
|
-
TypeRegistry.for(n0).registerError(ParameterMaxVersionLimitExceeded$, ParameterMaxVersionLimitExceeded);
|
|
3806
4031
|
export var ParameterMetadata$ = [3, n0, _PM,
|
|
3807
4032
|
0,
|
|
3808
4033
|
[_N, _ARN, _Ty, _KI, _LMD, _LMU, _D, _APl, _Ve, _Tie, _Po, _DTa],
|
|
3809
4034
|
[0, 0, 0, 0, 4, 0, 0, 0, 1, 0, () => ParameterPolicyList, 0]
|
|
3810
4035
|
];
|
|
3811
|
-
export var ParameterNotFound$ = [-3, n0, _PNF,
|
|
3812
|
-
{ [_aQE]: [`ParameterNotFound`, 404], [_e]: _c },
|
|
3813
|
-
[_m],
|
|
3814
|
-
[0]
|
|
3815
|
-
];
|
|
3816
|
-
TypeRegistry.for(n0).registerError(ParameterNotFound$, ParameterNotFound);
|
|
3817
|
-
export var ParameterPatternMismatchException$ = [-3, n0, _PPME,
|
|
3818
|
-
{ [_aQE]: [`ParameterPatternMismatchException`, 400], [_e]: _c },
|
|
3819
|
-
[_m],
|
|
3820
|
-
[0]
|
|
3821
|
-
];
|
|
3822
|
-
TypeRegistry.for(n0).registerError(ParameterPatternMismatchException$, ParameterPatternMismatchException);
|
|
3823
4036
|
export var ParametersFilter$ = [3, n0, _PFa,
|
|
3824
4037
|
0,
|
|
3825
4038
|
[_K, _Va],
|
|
@@ -3830,18 +4043,6 @@ export var ParameterStringFilter$ = [3, n0, _PSF,
|
|
|
3830
4043
|
[_K, _Opt, _Va],
|
|
3831
4044
|
[0, 0, 64 | 0], 1
|
|
3832
4045
|
];
|
|
3833
|
-
export var ParameterVersionLabelLimitExceeded$ = [-3, n0, _PVLLE,
|
|
3834
|
-
{ [_aQE]: [`ParameterVersionLabelLimitExceeded`, 400], [_e]: _c },
|
|
3835
|
-
[_m],
|
|
3836
|
-
[0]
|
|
3837
|
-
];
|
|
3838
|
-
TypeRegistry.for(n0).registerError(ParameterVersionLabelLimitExceeded$, ParameterVersionLabelLimitExceeded);
|
|
3839
|
-
export var ParameterVersionNotFound$ = [-3, n0, _PVNF,
|
|
3840
|
-
{ [_aQE]: [`ParameterVersionNotFound`, 400], [_e]: _c },
|
|
3841
|
-
[_m],
|
|
3842
|
-
[0]
|
|
3843
|
-
];
|
|
3844
|
-
TypeRegistry.for(n0).registerError(ParameterVersionNotFound$, ParameterVersionNotFound);
|
|
3845
4046
|
export var ParentStepDetails$ = [3, n0, _PSD,
|
|
3846
4047
|
0,
|
|
3847
4048
|
[_SEI, _SNt, _Ac, _It, _IV],
|
|
@@ -3859,7 +4060,7 @@ export var PatchBaselineIdentity$ = [3, n0, _PBI,
|
|
|
3859
4060
|
];
|
|
3860
4061
|
export var PatchComplianceData$ = [3, n0, _PCD,
|
|
3861
4062
|
0,
|
|
3862
|
-
[_Ti, _KBI, _Cl, _Se, _S,
|
|
4063
|
+
[_Ti, _KBI, _Cl, _Se, _S, _ITnst, _CVEI],
|
|
3863
4064
|
[0, 0, 0, 0, 0, 4, 0], 6
|
|
3864
4065
|
];
|
|
3865
4066
|
export var PatchFilter$ = [3, n0, _PFat,
|
|
@@ -3902,12 +4103,6 @@ export var PatchStatus$ = [3, n0, _PSa,
|
|
|
3902
4103
|
[_DSep, _CL, _ADp],
|
|
3903
4104
|
[0, 0, 4]
|
|
3904
4105
|
];
|
|
3905
|
-
export var PoliciesLimitExceededException$ = [-3, n0, _PLEE,
|
|
3906
|
-
{ [_aQE]: [`PoliciesLimitExceededException`, 400], [_e]: _c },
|
|
3907
|
-
[_m],
|
|
3908
|
-
[0]
|
|
3909
|
-
];
|
|
3910
|
-
TypeRegistry.for(n0).registerError(PoliciesLimitExceededException$, PoliciesLimitExceededException);
|
|
3911
4106
|
export var ProgressCounters$ = [3, n0, _PC,
|
|
3912
4107
|
0,
|
|
3913
4108
|
[_TSo, _SSu, _FSa, _CSa, _TOS],
|
|
@@ -3915,7 +4110,7 @@ export var ProgressCounters$ = [3, n0, _PC,
|
|
|
3915
4110
|
];
|
|
3916
4111
|
export var PutComplianceItemsRequest$ = [3, n0, _PCIR,
|
|
3917
4112
|
0,
|
|
3918
|
-
[_RI,
|
|
4113
|
+
[_RI, _RTe, _CTo, _ES, _Ite, _ICH, _UTp],
|
|
3919
4114
|
[0, 0, 0, () => ComplianceExecutionSummary$, () => ComplianceItemEntryList, 0, 0], 5
|
|
3920
4115
|
];
|
|
3921
4116
|
export var PutComplianceItemsResult$ = [3, n0, _PCIRu,
|
|
@@ -3975,7 +4170,7 @@ export var RegisterPatchBaselineForPatchGroupResult$ = [3, n0, _RPBFPGRe,
|
|
|
3975
4170
|
];
|
|
3976
4171
|
export var RegisterTargetWithMaintenanceWindowRequest$ = [3, n0, _RTWMWR,
|
|
3977
4172
|
0,
|
|
3978
|
-
[_WI,
|
|
4173
|
+
[_WI, _RTe, _Ta, _OI, _N, _D, _CTl],
|
|
3979
4174
|
[0, 0, () => Targets, [() => OwnerInformation, 0], 0, [() => MaintenanceWindowDescription, 0], [0, 4]], 3
|
|
3980
4175
|
];
|
|
3981
4176
|
export var RegisterTargetWithMaintenanceWindowResult$ = [3, n0, _RTWMWRe,
|
|
@@ -4005,7 +4200,7 @@ export var RelatedOpsItem$ = [3, n0, _ROIe,
|
|
|
4005
4200
|
];
|
|
4006
4201
|
export var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR,
|
|
4007
4202
|
0,
|
|
4008
|
-
[
|
|
4203
|
+
[_RTe, _RI, _TK],
|
|
4009
4204
|
[0, 0, 64 | 0], 3
|
|
4010
4205
|
];
|
|
4011
4206
|
export var RemoveTagsFromResourceResult$ = [3, n0, _RTFRRe,
|
|
@@ -4023,61 +4218,31 @@ export var ResetServiceSettingResult$ = [3, n0, _RSSRe,
|
|
|
4023
4218
|
[_SSe],
|
|
4024
4219
|
[() => ServiceSetting$]
|
|
4025
4220
|
];
|
|
4026
|
-
export var ResolvedTargets$ = [3, n0,
|
|
4221
|
+
export var ResolvedTargets$ = [3, n0, _RTes,
|
|
4027
4222
|
0,
|
|
4028
4223
|
[_PVar, _Tr],
|
|
4029
4224
|
[64 | 0, 2]
|
|
4030
4225
|
];
|
|
4031
4226
|
export var ResourceComplianceSummaryItem$ = [3, n0, _RCSIe,
|
|
4032
4227
|
0,
|
|
4033
|
-
[_CTo,
|
|
4228
|
+
[_CTo, _RTe, _RI, _St, _OSv, _ES, _CSo, _NCS],
|
|
4034
4229
|
[0, 0, 0, 0, 0, () => ComplianceExecutionSummary$, () => CompliantSummary$, () => NonCompliantSummary$]
|
|
4035
4230
|
];
|
|
4036
|
-
export var ResourceDataSyncAlreadyExistsException$ = [-3, n0, _RDSAEE,
|
|
4037
|
-
{ [_aQE]: [`ResourceDataSyncAlreadyExists`, 400], [_e]: _c },
|
|
4038
|
-
[_SN],
|
|
4039
|
-
[0]
|
|
4040
|
-
];
|
|
4041
|
-
TypeRegistry.for(n0).registerError(ResourceDataSyncAlreadyExistsException$, ResourceDataSyncAlreadyExistsException);
|
|
4042
4231
|
export var ResourceDataSyncAwsOrganizationsSource$ = [3, n0, _RDSAOS,
|
|
4043
4232
|
0,
|
|
4044
4233
|
[_OSTr, _OUr],
|
|
4045
4234
|
[0, () => ResourceDataSyncOrganizationalUnitList], 1
|
|
4046
4235
|
];
|
|
4047
|
-
export var ResourceDataSyncConflictException$ = [-3, n0, _RDSCE,
|
|
4048
|
-
{ [_aQE]: [`ResourceDataSyncConflictException`, 409], [_e]: _c },
|
|
4049
|
-
[_M],
|
|
4050
|
-
[0]
|
|
4051
|
-
];
|
|
4052
|
-
TypeRegistry.for(n0).registerError(ResourceDataSyncConflictException$, ResourceDataSyncConflictException);
|
|
4053
|
-
export var ResourceDataSyncCountExceededException$ = [-3, n0, _RDSCEE,
|
|
4054
|
-
{ [_aQE]: [`ResourceDataSyncCountExceeded`, 400], [_e]: _c },
|
|
4055
|
-
[_M],
|
|
4056
|
-
[0]
|
|
4057
|
-
];
|
|
4058
|
-
TypeRegistry.for(n0).registerError(ResourceDataSyncCountExceededException$, ResourceDataSyncCountExceededException);
|
|
4059
4236
|
export var ResourceDataSyncDestinationDataSharing$ = [3, n0, _RDSDDS,
|
|
4060
4237
|
0,
|
|
4061
4238
|
[_DDST],
|
|
4062
4239
|
[0]
|
|
4063
4240
|
];
|
|
4064
|
-
export var ResourceDataSyncInvalidConfigurationException$ = [-3, n0, _RDSICE,
|
|
4065
|
-
{ [_aQE]: [`ResourceDataSyncInvalidConfiguration`, 400], [_e]: _c },
|
|
4066
|
-
[_M],
|
|
4067
|
-
[0]
|
|
4068
|
-
];
|
|
4069
|
-
TypeRegistry.for(n0).registerError(ResourceDataSyncInvalidConfigurationException$, ResourceDataSyncInvalidConfigurationException);
|
|
4070
4241
|
export var ResourceDataSyncItem$ = [3, n0, _RDSIe,
|
|
4071
4242
|
0,
|
|
4072
|
-
[_SN,
|
|
4243
|
+
[_SN, _ST, _SSy, _SDe, _LST, _LSST, _SLMT, _LS, _SCT, _LSSM],
|
|
4073
4244
|
[0, 0, () => ResourceDataSyncSourceWithState$, () => ResourceDataSyncS3Destination$, 4, 4, 4, 0, 4, 0]
|
|
4074
4245
|
];
|
|
4075
|
-
export var ResourceDataSyncNotFoundException$ = [-3, n0, _RDSNFE,
|
|
4076
|
-
{ [_aQE]: [`ResourceDataSyncNotFound`, 404], [_e]: _c },
|
|
4077
|
-
[_SN, _STy, _M],
|
|
4078
|
-
[0, 0, 0]
|
|
4079
|
-
];
|
|
4080
|
-
TypeRegistry.for(n0).registerError(ResourceDataSyncNotFoundException$, ResourceDataSyncNotFoundException);
|
|
4081
4246
|
export var ResourceDataSyncOrganizationalUnit$ = [3, n0, _RDSOU,
|
|
4082
4247
|
0,
|
|
4083
4248
|
[_OUI],
|
|
@@ -4098,48 +4263,6 @@ export var ResourceDataSyncSourceWithState$ = [3, n0, _RDSSWS,
|
|
|
4098
4263
|
[_STo, _AOS, _SRou, _IFR, _S, _EAODS],
|
|
4099
4264
|
[0, () => ResourceDataSyncAwsOrganizationsSource$, 64 | 0, 2, 0, 2]
|
|
4100
4265
|
];
|
|
4101
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
4102
|
-
{ [_aQE]: [`ResourceInUseException`, 400], [_e]: _c },
|
|
4103
|
-
[_M],
|
|
4104
|
-
[0]
|
|
4105
|
-
];
|
|
4106
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
4107
|
-
export var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
4108
|
-
{ [_aQE]: [`ResourceLimitExceededException`, 400], [_e]: _c },
|
|
4109
|
-
[_M],
|
|
4110
|
-
[0]
|
|
4111
|
-
];
|
|
4112
|
-
TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
4113
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
4114
|
-
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c },
|
|
4115
|
-
[_M],
|
|
4116
|
-
[0]
|
|
4117
|
-
];
|
|
4118
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
4119
|
-
export var ResourcePolicyConflictException$ = [-3, n0, _RPCE,
|
|
4120
|
-
{ [_aQE]: [`ResourcePolicyConflictException`, 400], [_e]: _c },
|
|
4121
|
-
[_M],
|
|
4122
|
-
[0]
|
|
4123
|
-
];
|
|
4124
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyConflictException$, ResourcePolicyConflictException);
|
|
4125
|
-
export var ResourcePolicyInvalidParameterException$ = [-3, n0, _RPIPE,
|
|
4126
|
-
{ [_aQE]: [`ResourcePolicyInvalidParameterException`, 400], [_e]: _c },
|
|
4127
|
-
[_PNa, _M],
|
|
4128
|
-
[64 | 0, 0]
|
|
4129
|
-
];
|
|
4130
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyInvalidParameterException$, ResourcePolicyInvalidParameterException);
|
|
4131
|
-
export var ResourcePolicyLimitExceededException$ = [-3, n0, _RPLEE,
|
|
4132
|
-
{ [_aQE]: [`ResourcePolicyLimitExceededException`, 400], [_e]: _c },
|
|
4133
|
-
[_Li, _LTi, _M],
|
|
4134
|
-
[1, 0, 0]
|
|
4135
|
-
];
|
|
4136
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyLimitExceededException$, ResourcePolicyLimitExceededException);
|
|
4137
|
-
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
4138
|
-
{ [_aQE]: [`ResourcePolicyNotFoundException`, 404], [_e]: _c },
|
|
4139
|
-
[_M],
|
|
4140
|
-
[0]
|
|
4141
|
-
];
|
|
4142
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
4143
4266
|
export var ResultAttribute$ = [3, n0, _RAes,
|
|
4144
4267
|
0,
|
|
4145
4268
|
[_TN],
|
|
@@ -4152,7 +4275,7 @@ export var ResumeSessionRequest$ = [3, n0, _RSR,
|
|
|
4152
4275
|
];
|
|
4153
4276
|
export var ResumeSessionResponse$ = [3, n0, _RSRe,
|
|
4154
4277
|
0,
|
|
4155
|
-
[_SIes, _TV,
|
|
4278
|
+
[_SIes, _TV, _SUt],
|
|
4156
4279
|
[0, 0, 0]
|
|
4157
4280
|
];
|
|
4158
4281
|
export var ReviewInformation$ = [3, n0, _RIe,
|
|
@@ -4200,23 +4323,11 @@ export var SendCommandResult$ = [3, n0, _SCRe,
|
|
|
4200
4323
|
[_C],
|
|
4201
4324
|
[[() => Command$, 0]]
|
|
4202
4325
|
];
|
|
4203
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
4204
|
-
{ [_e]: _c },
|
|
4205
|
-
[_M, _QC, _SCe, _RI, _RT],
|
|
4206
|
-
[0, 0, 0, 0, 0], 3
|
|
4207
|
-
];
|
|
4208
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
4209
4326
|
export var ServiceSetting$ = [3, n0, _SSe,
|
|
4210
4327
|
0,
|
|
4211
4328
|
[_SIe, _SVe, _LMD, _LMU, _ARN, _St],
|
|
4212
4329
|
[0, 0, 4, 0, 0, 0]
|
|
4213
4330
|
];
|
|
4214
|
-
export var ServiceSettingNotFound$ = [-3, n0, _SSNF,
|
|
4215
|
-
{ [_aQE]: [`ServiceSettingNotFound`, 400], [_e]: _c },
|
|
4216
|
-
[_M],
|
|
4217
|
-
[0]
|
|
4218
|
-
];
|
|
4219
|
-
TypeRegistry.for(n0).registerError(ServiceSettingNotFound$, ServiceSettingNotFound);
|
|
4220
4331
|
export var Session$ = [3, n0, _Sess,
|
|
4221
4332
|
0,
|
|
4222
4333
|
[_SIes, _Tar, _St, _SDt, _EDn, _DN, _Ow, _Rea, _De, _OU, _MSD, _ATc],
|
|
@@ -4249,7 +4360,7 @@ export var StartAccessRequestResponse$ = [3, n0, _SARRt,
|
|
|
4249
4360
|
];
|
|
4250
4361
|
export var StartAssociationsOnceRequest$ = [3, n0, _SAOR,
|
|
4251
4362
|
0,
|
|
4252
|
-
[
|
|
4363
|
+
[_AIss],
|
|
4253
4364
|
[64 | 0], 1
|
|
4254
4365
|
];
|
|
4255
4366
|
export var StartAssociationsOnceResult$ = [3, n0, _SAORt,
|
|
@@ -4269,7 +4380,7 @@ export var StartAutomationExecutionResult$ = [3, n0, _SAERt,
|
|
|
4269
4380
|
];
|
|
4270
4381
|
export var StartChangeRequestExecutionRequest$ = [3, n0, _SCRER,
|
|
4271
4382
|
0,
|
|
4272
|
-
[_DN, _R,
|
|
4383
|
+
[_DN, _R, _STc, _DV, _P, _CRN, _CTl, _AA, _T, _SETc, _CDh],
|
|
4273
4384
|
[0, () => Runbooks, 4, 0, [2, n0, _APM, 0, 0, 64 | 0], 0, 0, 2, () => TagList, 4, 0], 2
|
|
4274
4385
|
];
|
|
4275
4386
|
export var StartChangeRequestExecutionResult$ = [3, n0, _SCRERt,
|
|
@@ -4294,18 +4405,12 @@ export var StartSessionRequest$ = [3, n0, _SSR,
|
|
|
4294
4405
|
];
|
|
4295
4406
|
export var StartSessionResponse$ = [3, n0, _SSRt,
|
|
4296
4407
|
0,
|
|
4297
|
-
[_SIes, _TV,
|
|
4408
|
+
[_SIes, _TV, _SUt],
|
|
4298
4409
|
[0, 0, 0]
|
|
4299
4410
|
];
|
|
4300
|
-
export var StatusUnchanged$ = [-3, n0, _SUt,
|
|
4301
|
-
{ [_aQE]: [`StatusUnchanged`, 400], [_e]: _c },
|
|
4302
|
-
[],
|
|
4303
|
-
[]
|
|
4304
|
-
];
|
|
4305
|
-
TypeRegistry.for(n0).registerError(StatusUnchanged$, StatusUnchanged);
|
|
4306
4411
|
export var StepExecution$ = [3, n0, _SEte,
|
|
4307
4412
|
0,
|
|
4308
|
-
[_SNt, _Ac, _TS, _OFn, _MA, _EST, _EET, _SSt,
|
|
4413
|
+
[_SNt, _Ac, _TS, _OFn, _MA, _EST, _EET, _SSt, _RCes, _Inpu, _Ou, _Res, _FM, _FD, _SEI, _OP, _IE, _NS, _ICs, _VNS, _Ta, _TLar, _TA, _PSD],
|
|
4309
4414
|
[0, 0, 1, 0, 1, 4, 4, 0, 0, 128 | 0, [2, n0, _APM, 0, 0, 64 | 0], 0, 0, () => FailureDetails$, 0, [2, n0, _APM, 0, 0, 64 | 0], 2, 0, 2, 64 | 0, () => Targets, () => TargetLocation$, () => AlarmStateInformationList, () => ParentStepDetails$]
|
|
4310
4415
|
];
|
|
4311
4416
|
export var StepExecutionFilter$ = [3, n0, _SEF,
|
|
@@ -4323,12 +4428,6 @@ export var StopAutomationExecutionResult$ = [3, n0, _SAERtop,
|
|
|
4323
4428
|
[],
|
|
4324
4429
|
[]
|
|
4325
4430
|
];
|
|
4326
|
-
export var SubTypeCountLimitExceededException$ = [-3, n0, _STCLEE,
|
|
4327
|
-
{ [_aQE]: [`SubTypeCountLimitExceeded`, 400], [_e]: _c },
|
|
4328
|
-
[_M],
|
|
4329
|
-
[0]
|
|
4330
|
-
];
|
|
4331
|
-
TypeRegistry.for(n0).registerError(SubTypeCountLimitExceededException$, SubTypeCountLimitExceededException);
|
|
4332
4431
|
export var Tag$ = [3, n0, _Tag,
|
|
4333
4432
|
0,
|
|
4334
4433
|
[_K, _V],
|
|
@@ -4339,23 +4438,11 @@ export var Target$ = [3, n0, _Tar,
|
|
|
4339
4438
|
[_K, _Va],
|
|
4340
4439
|
[0, 64 | 0]
|
|
4341
4440
|
];
|
|
4342
|
-
export var TargetInUseException$ = [-3, n0, _TIUE,
|
|
4343
|
-
{ [_aQE]: [`TargetInUseException`, 400], [_e]: _c },
|
|
4344
|
-
[_M],
|
|
4345
|
-
[0]
|
|
4346
|
-
];
|
|
4347
|
-
TypeRegistry.for(n0).registerError(TargetInUseException$, TargetInUseException);
|
|
4348
4441
|
export var TargetLocation$ = [3, n0, _TLar,
|
|
4349
4442
|
0,
|
|
4350
4443
|
[_Acc, _Re, _TLMC, _TLME, _ERN, _TLAC, _ICOU, _EAx, _Ta, _TMC, _TME],
|
|
4351
4444
|
[64 | 0, 64 | 0, 0, 0, 0, () => AlarmConfiguration$, 2, 64 | 0, () => Targets, 0, 0]
|
|
4352
4445
|
];
|
|
4353
|
-
export var TargetNotConnected$ = [-3, n0, _TNC,
|
|
4354
|
-
{ [_aQE]: [`TargetNotConnected`, 430], [_e]: _c },
|
|
4355
|
-
[_M],
|
|
4356
|
-
[0]
|
|
4357
|
-
];
|
|
4358
|
-
TypeRegistry.for(n0).registerError(TargetNotConnected$, TargetNotConnected);
|
|
4359
4446
|
export var TargetPreview$ = [3, n0, _TPar,
|
|
4360
4447
|
0,
|
|
4361
4448
|
[_Cou, _TT],
|
|
@@ -4371,33 +4458,9 @@ export var TerminateSessionResponse$ = [3, n0, _TSRe,
|
|
|
4371
4458
|
[_SIes],
|
|
4372
4459
|
[0]
|
|
4373
4460
|
];
|
|
4374
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
4375
|
-
{ [_e]: _c },
|
|
4376
|
-
[_M, _QC, _SCe],
|
|
4377
|
-
[0, 0, 0], 1
|
|
4378
|
-
];
|
|
4379
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
4380
|
-
export var TooManyTagsError$ = [-3, n0, _TMTE,
|
|
4381
|
-
{ [_aQE]: [`TooManyTagsError`, 400], [_e]: _c },
|
|
4382
|
-
[],
|
|
4383
|
-
[]
|
|
4384
|
-
];
|
|
4385
|
-
TypeRegistry.for(n0).registerError(TooManyTagsError$, TooManyTagsError);
|
|
4386
|
-
export var TooManyUpdates$ = [-3, n0, _TMU,
|
|
4387
|
-
{ [_aQE]: [`TooManyUpdates`, 429], [_e]: _c },
|
|
4388
|
-
[_M],
|
|
4389
|
-
[0]
|
|
4390
|
-
];
|
|
4391
|
-
TypeRegistry.for(n0).registerError(TooManyUpdates$, TooManyUpdates);
|
|
4392
|
-
export var TotalSizeLimitExceededException$ = [-3, n0, _TSLEE,
|
|
4393
|
-
{ [_aQE]: [`TotalSizeLimitExceeded`, 400], [_e]: _c },
|
|
4394
|
-
[_M],
|
|
4395
|
-
[0]
|
|
4396
|
-
];
|
|
4397
|
-
TypeRegistry.for(n0).registerError(TotalSizeLimitExceededException$, TotalSizeLimitExceededException);
|
|
4398
4461
|
export var UnlabelParameterVersionRequest$ = [3, n0, _UPVR,
|
|
4399
4462
|
0,
|
|
4400
|
-
[_N, _PVa,
|
|
4463
|
+
[_N, _PVa, _La],
|
|
4401
4464
|
[0, 1, 64 | 0], 3
|
|
4402
4465
|
];
|
|
4403
4466
|
export var UnlabelParameterVersionResult$ = [3, n0, _UPVRn,
|
|
@@ -4405,58 +4468,10 @@ export var UnlabelParameterVersionResult$ = [3, n0, _UPVRn,
|
|
|
4405
4468
|
[_RLe, _IL],
|
|
4406
4469
|
[64 | 0, 64 | 0]
|
|
4407
4470
|
];
|
|
4408
|
-
export var UnsupportedCalendarException$ = [-3, n0, _UCE,
|
|
4409
|
-
{ [_aQE]: [`UnsupportedCalendarException`, 400], [_e]: _c },
|
|
4410
|
-
[_M],
|
|
4411
|
-
[0]
|
|
4412
|
-
];
|
|
4413
|
-
TypeRegistry.for(n0).registerError(UnsupportedCalendarException$, UnsupportedCalendarException);
|
|
4414
|
-
export var UnsupportedFeatureRequiredException$ = [-3, n0, _UFRE,
|
|
4415
|
-
{ [_aQE]: [`UnsupportedFeatureRequiredException`, 400], [_e]: _c },
|
|
4416
|
-
[_M],
|
|
4417
|
-
[0]
|
|
4418
|
-
];
|
|
4419
|
-
TypeRegistry.for(n0).registerError(UnsupportedFeatureRequiredException$, UnsupportedFeatureRequiredException);
|
|
4420
|
-
export var UnsupportedInventoryItemContextException$ = [-3, n0, _UIICE,
|
|
4421
|
-
{ [_aQE]: [`UnsupportedInventoryItemContext`, 400], [_e]: _c },
|
|
4422
|
-
[_TN, _M],
|
|
4423
|
-
[0, 0]
|
|
4424
|
-
];
|
|
4425
|
-
TypeRegistry.for(n0).registerError(UnsupportedInventoryItemContextException$, UnsupportedInventoryItemContextException);
|
|
4426
|
-
export var UnsupportedInventorySchemaVersionException$ = [-3, n0, _UISVE,
|
|
4427
|
-
{ [_aQE]: [`UnsupportedInventorySchemaVersion`, 400], [_e]: _c },
|
|
4428
|
-
[_M],
|
|
4429
|
-
[0]
|
|
4430
|
-
];
|
|
4431
|
-
TypeRegistry.for(n0).registerError(UnsupportedInventorySchemaVersionException$, UnsupportedInventorySchemaVersionException);
|
|
4432
|
-
export var UnsupportedOperatingSystem$ = [-3, n0, _UOS,
|
|
4433
|
-
{ [_aQE]: [`UnsupportedOperatingSystem`, 400], [_e]: _c },
|
|
4434
|
-
[_M],
|
|
4435
|
-
[0]
|
|
4436
|
-
];
|
|
4437
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperatingSystem$, UnsupportedOperatingSystem);
|
|
4438
|
-
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
4439
|
-
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c },
|
|
4440
|
-
[_M],
|
|
4441
|
-
[0]
|
|
4442
|
-
];
|
|
4443
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
4444
|
-
export var UnsupportedParameterType$ = [-3, n0, _UPT,
|
|
4445
|
-
{ [_aQE]: [`UnsupportedParameterType`, 400], [_e]: _c },
|
|
4446
|
-
[_m],
|
|
4447
|
-
[0]
|
|
4448
|
-
];
|
|
4449
|
-
TypeRegistry.for(n0).registerError(UnsupportedParameterType$, UnsupportedParameterType);
|
|
4450
|
-
export var UnsupportedPlatformType$ = [-3, n0, _UPTn,
|
|
4451
|
-
{ [_aQE]: [`UnsupportedPlatformType`, 400], [_e]: _c },
|
|
4452
|
-
[_M],
|
|
4453
|
-
[0]
|
|
4454
|
-
];
|
|
4455
|
-
TypeRegistry.for(n0).registerError(UnsupportedPlatformType$, UnsupportedPlatformType);
|
|
4456
4471
|
export var UpdateAssociationRequest$ = [3, n0, _UAR,
|
|
4457
4472
|
0,
|
|
4458
|
-
[
|
|
4459
|
-
[0, [() => _Parameters, 0], 0, 0, () => InstanceAssociationOutputLocation$, 0, () => Targets, 0, 0, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => AlarmConfiguration
|
|
4473
|
+
[_AIs, _P, _DV, _SE, _OL, _N, _Ta, _AN, _AV, _ATPN, _ME, _MC, _CS, _SCy, _AOACI, _CN, _TL, _SO, _Du, _TM, _AC, _ADAR],
|
|
4474
|
+
[0, [() => _Parameters, 0], 0, 0, () => InstanceAssociationOutputLocation$, 0, () => Targets, 0, 0, 0, 0, 0, 0, 0, 2, 64 | 0, () => TargetLocations, 1, 1, [1, n0, _TM, 0, [2, n0, _TMa, 0, 0, 64 | 0]], () => AlarmConfiguration$, 0], 1
|
|
4460
4475
|
];
|
|
4461
4476
|
export var UpdateAssociationResult$ = [3, n0, _UARp,
|
|
4462
4477
|
0,
|
|
@@ -4505,12 +4520,12 @@ export var UpdateDocumentResult$ = [3, n0, _UDRp,
|
|
|
4505
4520
|
];
|
|
4506
4521
|
export var UpdateMaintenanceWindowRequest$ = [3, n0, _UMWR,
|
|
4507
4522
|
0,
|
|
4508
|
-
[_WI, _N, _D, _SDt, _EDn, _Sc,
|
|
4523
|
+
[_WI, _N, _D, _SDt, _EDn, _Sc, _STch, _SO, _Du, _Cu, _AUT, _Ena, _Repl],
|
|
4509
4524
|
[0, 0, [() => MaintenanceWindowDescription, 0], 0, 0, 0, 0, 1, 1, 1, 2, 2, 2], 1
|
|
4510
4525
|
];
|
|
4511
4526
|
export var UpdateMaintenanceWindowResult$ = [3, n0, _UMWRp,
|
|
4512
4527
|
0,
|
|
4513
|
-
[_WI, _N, _D, _SDt, _EDn, _Sc,
|
|
4528
|
+
[_WI, _N, _D, _SDt, _EDn, _Sc, _STch, _SO, _Du, _Cu, _AUT, _Ena],
|
|
4514
4529
|
[0, 0, [() => MaintenanceWindowDescription, 0], 0, 0, 0, 0, 1, 1, 1, 2, 2]
|
|
4515
4530
|
];
|
|
4516
4531
|
export var UpdateMaintenanceWindowTargetRequest$ = [3, n0, _UMWTR,
|
|
@@ -4535,7 +4550,7 @@ export var UpdateMaintenanceWindowTaskResult$ = [3, n0, _UMWTRpda,
|
|
|
4535
4550
|
];
|
|
4536
4551
|
export var UpdateManagedInstanceRoleRequest$ = [3, n0, _UMIRR,
|
|
4537
4552
|
0,
|
|
4538
|
-
[_II,
|
|
4553
|
+
[_II, _IRa],
|
|
4539
4554
|
[0, 0], 2
|
|
4540
4555
|
];
|
|
4541
4556
|
export var UpdateManagedInstanceRoleResult$ = [3, n0, _UMIRRp,
|
|
@@ -4575,7 +4590,7 @@ export var UpdatePatchBaselineResult$ = [3, n0, _UPBRp,
|
|
|
4575
4590
|
];
|
|
4576
4591
|
export var UpdateResourceDataSyncRequest$ = [3, n0, _URDSR,
|
|
4577
4592
|
0,
|
|
4578
|
-
[_SN,
|
|
4593
|
+
[_SN, _ST, _SSy],
|
|
4579
4594
|
[0, 0, () => ResourceDataSyncSource$], 3
|
|
4580
4595
|
];
|
|
4581
4596
|
export var UpdateResourceDataSyncResult$ = [3, n0, _URDSRp,
|
|
@@ -4593,17 +4608,9 @@ export var UpdateServiceSettingResult$ = [3, n0, _USSRp,
|
|
|
4593
4608
|
[],
|
|
4594
4609
|
[]
|
|
4595
4610
|
];
|
|
4596
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
4597
|
-
{ [_aQE]: [`ValidationException`, 400], [_e]: _c },
|
|
4598
|
-
[_M, _RCea],
|
|
4599
|
-
[0, 0]
|
|
4600
|
-
];
|
|
4601
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
4602
|
-
export var SSMServiceException$ = [-3, _sm, "SSMServiceException", 0, [], []];
|
|
4603
|
-
TypeRegistry.for(_sm).registerError(SSMServiceException$, SSMServiceException);
|
|
4604
4611
|
var AccountIdList = [1, n0, _AIL,
|
|
4605
4612
|
0, [0,
|
|
4606
|
-
{ [_xN]:
|
|
4613
|
+
{ [_xN]: _AIc }]
|
|
4607
4614
|
];
|
|
4608
4615
|
var Accounts = 64 | 0;
|
|
4609
4616
|
var AccountSharingInfoList = [1, n0, _ASIL,
|
|
@@ -5518,7 +5525,7 @@ export var ResumeSession$ = [9, n0, _RSe,
|
|
|
5518
5525
|
export var SendAutomationSignal$ = [9, n0, _SAS,
|
|
5519
5526
|
0, () => SendAutomationSignalRequest$, () => SendAutomationSignalResult$
|
|
5520
5527
|
];
|
|
5521
|
-
export var SendCommand$ = [9, n0,
|
|
5528
|
+
export var SendCommand$ = [9, n0, _SCe,
|
|
5522
5529
|
0, () => SendCommandRequest$, () => SendCommandResult$
|
|
5523
5530
|
];
|
|
5524
5531
|
export var StartAccessRequest$ = [9, n0, _SAR,
|