@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
|
@@ -84,10 +84,10 @@ const _HE = "HistoryEvent";
|
|
|
84
84
|
const _HEEDD = "HistoryEventExecutionDataDetails";
|
|
85
85
|
const _HEL = "HistoryEventList";
|
|
86
86
|
const _IA = "InvalidArn";
|
|
87
|
-
const _ID = "
|
|
87
|
+
const _ID = "InvalidDefinition";
|
|
88
88
|
const _IDR = "InspectionDataRequest";
|
|
89
89
|
const _IDRn = "InspectionDataResponse";
|
|
90
|
-
const _IDn = "
|
|
90
|
+
const _IDn = "InspectionData";
|
|
91
91
|
const _IEC = "InvalidEncryptionConfiguration";
|
|
92
92
|
const _IED = "InspectionErrorDetails";
|
|
93
93
|
const _IEI = "InvalidExecutionInput";
|
|
@@ -354,7 +354,7 @@ const _pR = "pendingRedrive";
|
|
|
354
354
|
const _pa = "parameters";
|
|
355
355
|
const _pe = "pending";
|
|
356
356
|
const _pr = "protocol";
|
|
357
|
-
const _r = "
|
|
357
|
+
const _r = "reason";
|
|
358
358
|
const _rA = "roleArn";
|
|
359
359
|
const _rAe = "resourceArn";
|
|
360
360
|
const _rBIS = "retryBackoffIntervalSeconds";
|
|
@@ -372,13 +372,13 @@ const _rSR = "redriveStatusReason";
|
|
|
372
372
|
const _rSe = "revealSecrets";
|
|
373
373
|
const _rT = "resourceType";
|
|
374
374
|
const _rW = "resultsWritten";
|
|
375
|
-
const _re = "
|
|
376
|
-
const _rea = "reason";
|
|
375
|
+
const _re = "resource";
|
|
377
376
|
const _reg = "region";
|
|
378
377
|
const _req = "request";
|
|
379
|
-
const _res = "
|
|
378
|
+
const _res = "result";
|
|
379
|
+
const _resp = "response";
|
|
380
380
|
const _ru = "running";
|
|
381
|
-
const _s = "
|
|
381
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sfn";
|
|
382
382
|
const _sC = "statusCode";
|
|
383
383
|
const _sCt = "stateConfiguration";
|
|
384
384
|
const _sD = "startDate";
|
|
@@ -395,8 +395,8 @@ const _sMVA = "stateMachineVersionArn";
|
|
|
395
395
|
const _sMt = "stateMachines";
|
|
396
396
|
const _sN = "stateName";
|
|
397
397
|
const _se = "severity";
|
|
398
|
-
const
|
|
399
|
-
const
|
|
398
|
+
const _st = "status";
|
|
399
|
+
const _sta = "state";
|
|
400
400
|
const _su = "succeeded";
|
|
401
401
|
const _t = "truncated";
|
|
402
402
|
const _tC = "tracingConfiguration";
|
|
@@ -432,6 +432,212 @@ const n0 = "com.amazonaws.sfn";
|
|
|
432
432
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
433
433
|
import { ActivityAlreadyExists, ActivityDoesNotExist, ActivityLimitExceeded, ActivityWorkerLimitExceeded, ConflictException, ExecutionAlreadyExists, ExecutionDoesNotExist, ExecutionLimitExceeded, ExecutionNotRedrivable, InvalidArn, InvalidDefinition, InvalidEncryptionConfiguration, InvalidExecutionInput, InvalidLoggingConfiguration, InvalidName, InvalidOutput, InvalidToken, InvalidTracingConfiguration, KmsAccessDeniedException, KmsInvalidStateException, KmsThrottlingException, MissingRequiredParameter, ResourceNotFound, ServiceQuotaExceededException, StateMachineAlreadyExists, StateMachineDeleting, StateMachineDoesNotExist, StateMachineLimitExceeded, StateMachineTypeNotSupported, TaskDoesNotExist, TaskTimedOut, TooManyTags, ValidationException, } from "../models/errors";
|
|
434
434
|
import { SFNServiceException } from "../models/SFNServiceException";
|
|
435
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
436
|
+
export var SFNServiceException$ = [-3, _s, "SFNServiceException", 0, [], []];
|
|
437
|
+
_s_registry.registerError(SFNServiceException$, SFNServiceException);
|
|
438
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
439
|
+
export var ActivityAlreadyExists$ = [-3, n0, _AAE,
|
|
440
|
+
{ [_e]: _c },
|
|
441
|
+
[_m],
|
|
442
|
+
[0]
|
|
443
|
+
];
|
|
444
|
+
n0_registry.registerError(ActivityAlreadyExists$, ActivityAlreadyExists);
|
|
445
|
+
export var ActivityDoesNotExist$ = [-3, n0, _ADNE,
|
|
446
|
+
{ [_e]: _c },
|
|
447
|
+
[_m],
|
|
448
|
+
[0]
|
|
449
|
+
];
|
|
450
|
+
n0_registry.registerError(ActivityDoesNotExist$, ActivityDoesNotExist);
|
|
451
|
+
export var ActivityLimitExceeded$ = [-3, n0, _ALE,
|
|
452
|
+
{ [_e]: _c },
|
|
453
|
+
[_m],
|
|
454
|
+
[0]
|
|
455
|
+
];
|
|
456
|
+
n0_registry.registerError(ActivityLimitExceeded$, ActivityLimitExceeded);
|
|
457
|
+
export var ActivityWorkerLimitExceeded$ = [-3, n0, _AWLE,
|
|
458
|
+
{ [_e]: _c },
|
|
459
|
+
[_m],
|
|
460
|
+
[0]
|
|
461
|
+
];
|
|
462
|
+
n0_registry.registerError(ActivityWorkerLimitExceeded$, ActivityWorkerLimitExceeded);
|
|
463
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
464
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
465
|
+
[_m],
|
|
466
|
+
[0]
|
|
467
|
+
];
|
|
468
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
469
|
+
export var ExecutionAlreadyExists$ = [-3, n0, _EAE,
|
|
470
|
+
{ [_e]: _c },
|
|
471
|
+
[_m],
|
|
472
|
+
[0]
|
|
473
|
+
];
|
|
474
|
+
n0_registry.registerError(ExecutionAlreadyExists$, ExecutionAlreadyExists);
|
|
475
|
+
export var ExecutionDoesNotExist$ = [-3, n0, _EDNE,
|
|
476
|
+
{ [_e]: _c },
|
|
477
|
+
[_m],
|
|
478
|
+
[0]
|
|
479
|
+
];
|
|
480
|
+
n0_registry.registerError(ExecutionDoesNotExist$, ExecutionDoesNotExist);
|
|
481
|
+
export var ExecutionLimitExceeded$ = [-3, n0, _ELE,
|
|
482
|
+
{ [_e]: _c },
|
|
483
|
+
[_m],
|
|
484
|
+
[0]
|
|
485
|
+
];
|
|
486
|
+
n0_registry.registerError(ExecutionLimitExceeded$, ExecutionLimitExceeded);
|
|
487
|
+
export var ExecutionNotRedrivable$ = [-3, n0, _ENR,
|
|
488
|
+
{ [_e]: _c },
|
|
489
|
+
[_m],
|
|
490
|
+
[0]
|
|
491
|
+
];
|
|
492
|
+
n0_registry.registerError(ExecutionNotRedrivable$, ExecutionNotRedrivable);
|
|
493
|
+
export var InvalidArn$ = [-3, n0, _IA,
|
|
494
|
+
{ [_e]: _c },
|
|
495
|
+
[_m],
|
|
496
|
+
[0]
|
|
497
|
+
];
|
|
498
|
+
n0_registry.registerError(InvalidArn$, InvalidArn);
|
|
499
|
+
export var InvalidDefinition$ = [-3, n0, _ID,
|
|
500
|
+
{ [_e]: _c },
|
|
501
|
+
[_m],
|
|
502
|
+
[0]
|
|
503
|
+
];
|
|
504
|
+
n0_registry.registerError(InvalidDefinition$, InvalidDefinition);
|
|
505
|
+
export var InvalidEncryptionConfiguration$ = [-3, n0, _IEC,
|
|
506
|
+
{ [_e]: _c },
|
|
507
|
+
[_m],
|
|
508
|
+
[0]
|
|
509
|
+
];
|
|
510
|
+
n0_registry.registerError(InvalidEncryptionConfiguration$, InvalidEncryptionConfiguration);
|
|
511
|
+
export var InvalidExecutionInput$ = [-3, n0, _IEI,
|
|
512
|
+
{ [_e]: _c },
|
|
513
|
+
[_m],
|
|
514
|
+
[0]
|
|
515
|
+
];
|
|
516
|
+
n0_registry.registerError(InvalidExecutionInput$, InvalidExecutionInput);
|
|
517
|
+
export var InvalidLoggingConfiguration$ = [-3, n0, _ILC,
|
|
518
|
+
{ [_e]: _c },
|
|
519
|
+
[_m],
|
|
520
|
+
[0]
|
|
521
|
+
];
|
|
522
|
+
n0_registry.registerError(InvalidLoggingConfiguration$, InvalidLoggingConfiguration);
|
|
523
|
+
export var InvalidName$ = [-3, n0, _IN,
|
|
524
|
+
{ [_e]: _c },
|
|
525
|
+
[_m],
|
|
526
|
+
[0]
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(InvalidName$, InvalidName);
|
|
529
|
+
export var InvalidOutput$ = [-3, n0, _IO,
|
|
530
|
+
{ [_e]: _c },
|
|
531
|
+
[_m],
|
|
532
|
+
[0]
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(InvalidOutput$, InvalidOutput);
|
|
535
|
+
export var InvalidToken$ = [-3, n0, _IT,
|
|
536
|
+
{ [_e]: _c },
|
|
537
|
+
[_m],
|
|
538
|
+
[0]
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(InvalidToken$, InvalidToken);
|
|
541
|
+
export var InvalidTracingConfiguration$ = [-3, n0, _ITC,
|
|
542
|
+
{ [_e]: _c },
|
|
543
|
+
[_m],
|
|
544
|
+
[0]
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(InvalidTracingConfiguration$, InvalidTracingConfiguration);
|
|
547
|
+
export var KmsAccessDeniedException$ = [-3, n0, _KADE,
|
|
548
|
+
{ [_e]: _c },
|
|
549
|
+
[_m],
|
|
550
|
+
[0]
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(KmsAccessDeniedException$, KmsAccessDeniedException);
|
|
553
|
+
export var KmsInvalidStateException$ = [-3, n0, _KISE,
|
|
554
|
+
{ [_e]: _c },
|
|
555
|
+
[_kKS, _m],
|
|
556
|
+
[0, 0]
|
|
557
|
+
];
|
|
558
|
+
n0_registry.registerError(KmsInvalidStateException$, KmsInvalidStateException);
|
|
559
|
+
export var KmsThrottlingException$ = [-3, n0, _KTE,
|
|
560
|
+
{ [_e]: _c },
|
|
561
|
+
[_m],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
n0_registry.registerError(KmsThrottlingException$, KmsThrottlingException);
|
|
565
|
+
export var MissingRequiredParameter$ = [-3, n0, _MRP,
|
|
566
|
+
{ [_e]: _c },
|
|
567
|
+
[_m],
|
|
568
|
+
[0]
|
|
569
|
+
];
|
|
570
|
+
n0_registry.registerError(MissingRequiredParameter$, MissingRequiredParameter);
|
|
571
|
+
export var ResourceNotFound$ = [-3, n0, _RNF,
|
|
572
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
573
|
+
[_m, _rN],
|
|
574
|
+
[0, 0]
|
|
575
|
+
];
|
|
576
|
+
n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
|
|
577
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
578
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
579
|
+
[_m],
|
|
580
|
+
[0]
|
|
581
|
+
];
|
|
582
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
583
|
+
export var StateMachineAlreadyExists$ = [-3, n0, _SMAE,
|
|
584
|
+
{ [_e]: _c },
|
|
585
|
+
[_m],
|
|
586
|
+
[0]
|
|
587
|
+
];
|
|
588
|
+
n0_registry.registerError(StateMachineAlreadyExists$, StateMachineAlreadyExists);
|
|
589
|
+
export var StateMachineDeleting$ = [-3, n0, _SMD,
|
|
590
|
+
{ [_e]: _c },
|
|
591
|
+
[_m],
|
|
592
|
+
[0]
|
|
593
|
+
];
|
|
594
|
+
n0_registry.registerError(StateMachineDeleting$, StateMachineDeleting);
|
|
595
|
+
export var StateMachineDoesNotExist$ = [-3, n0, _SMDNE,
|
|
596
|
+
{ [_e]: _c },
|
|
597
|
+
[_m],
|
|
598
|
+
[0]
|
|
599
|
+
];
|
|
600
|
+
n0_registry.registerError(StateMachineDoesNotExist$, StateMachineDoesNotExist);
|
|
601
|
+
export var StateMachineLimitExceeded$ = [-3, n0, _SMLE,
|
|
602
|
+
{ [_e]: _c },
|
|
603
|
+
[_m],
|
|
604
|
+
[0]
|
|
605
|
+
];
|
|
606
|
+
n0_registry.registerError(StateMachineLimitExceeded$, StateMachineLimitExceeded);
|
|
607
|
+
export var StateMachineTypeNotSupported$ = [-3, n0, _SMTNS,
|
|
608
|
+
{ [_e]: _c },
|
|
609
|
+
[_m],
|
|
610
|
+
[0]
|
|
611
|
+
];
|
|
612
|
+
n0_registry.registerError(StateMachineTypeNotSupported$, StateMachineTypeNotSupported);
|
|
613
|
+
export var TaskDoesNotExist$ = [-3, n0, _TDNE,
|
|
614
|
+
{ [_e]: _c },
|
|
615
|
+
[_m],
|
|
616
|
+
[0]
|
|
617
|
+
];
|
|
618
|
+
n0_registry.registerError(TaskDoesNotExist$, TaskDoesNotExist);
|
|
619
|
+
export var TaskTimedOut$ = [-3, n0, _TTO,
|
|
620
|
+
{ [_e]: _c },
|
|
621
|
+
[_m],
|
|
622
|
+
[0]
|
|
623
|
+
];
|
|
624
|
+
n0_registry.registerError(TaskTimedOut$, TaskTimedOut);
|
|
625
|
+
export var TooManyTags$ = [-3, n0, _TMT,
|
|
626
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
627
|
+
[_m, _rN],
|
|
628
|
+
[0, 0]
|
|
629
|
+
];
|
|
630
|
+
n0_registry.registerError(TooManyTags$, TooManyTags);
|
|
631
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
632
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
633
|
+
[_m, _r],
|
|
634
|
+
[0, 0]
|
|
635
|
+
];
|
|
636
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
637
|
+
export const errorTypeRegistries = [
|
|
638
|
+
_s_registry,
|
|
639
|
+
n0_registry,
|
|
640
|
+
];
|
|
435
641
|
var AliasDescription = [0, n0, _AD, 8, 0];
|
|
436
642
|
var ConnectorParameters = [0, n0, _CP, 8, 0];
|
|
437
643
|
var Definition = [0, n0, _D, 8, 0];
|
|
@@ -452,29 +658,11 @@ var ValidateStateMachineDefinitionMessage = [0, n0, _VSMDM, 8, 0];
|
|
|
452
658
|
var VariableName = [0, n0, _VN, 8, 0];
|
|
453
659
|
var VariableValue = [0, n0, _VV, 8, 0];
|
|
454
660
|
var VersionDescription = [0, n0, _VD, 8, 0];
|
|
455
|
-
export var ActivityAlreadyExists$ = [-3, n0, _AAE,
|
|
456
|
-
{ [_e]: _c },
|
|
457
|
-
[_m],
|
|
458
|
-
[0]
|
|
459
|
-
];
|
|
460
|
-
TypeRegistry.for(n0).registerError(ActivityAlreadyExists$, ActivityAlreadyExists);
|
|
461
|
-
export var ActivityDoesNotExist$ = [-3, n0, _ADNE,
|
|
462
|
-
{ [_e]: _c },
|
|
463
|
-
[_m],
|
|
464
|
-
[0]
|
|
465
|
-
];
|
|
466
|
-
TypeRegistry.for(n0).registerError(ActivityDoesNotExist$, ActivityDoesNotExist);
|
|
467
661
|
export var ActivityFailedEventDetails$ = [3, n0, _AFED,
|
|
468
662
|
0,
|
|
469
663
|
[_e, _ca],
|
|
470
664
|
[[() => SensitiveError, 0], [() => SensitiveCause, 0]]
|
|
471
665
|
];
|
|
472
|
-
export var ActivityLimitExceeded$ = [-3, n0, _ALE,
|
|
473
|
-
{ [_e]: _c },
|
|
474
|
-
[_m],
|
|
475
|
-
[0]
|
|
476
|
-
];
|
|
477
|
-
TypeRegistry.for(n0).registerError(ActivityLimitExceeded$, ActivityLimitExceeded);
|
|
478
666
|
export var ActivityListItem$ = [3, n0, _ALI,
|
|
479
667
|
0,
|
|
480
668
|
[_aA, _n, _cD],
|
|
@@ -482,7 +670,7 @@ export var ActivityListItem$ = [3, n0, _ALI,
|
|
|
482
670
|
];
|
|
483
671
|
export var ActivityScheduledEventDetails$ = [3, n0, _ASED,
|
|
484
672
|
0,
|
|
485
|
-
[
|
|
673
|
+
[_re, _i, _iD, _tIS, _hIS],
|
|
486
674
|
[0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$, 1, 1], 1
|
|
487
675
|
];
|
|
488
676
|
export var ActivityScheduleFailedEventDetails$ = [3, n0, _ASFED,
|
|
@@ -505,12 +693,6 @@ export var ActivityTimedOutEventDetails$ = [3, n0, _ATOED,
|
|
|
505
693
|
[_e, _ca],
|
|
506
694
|
[[() => SensitiveError, 0], [() => SensitiveCause, 0]]
|
|
507
695
|
];
|
|
508
|
-
export var ActivityWorkerLimitExceeded$ = [-3, n0, _AWLE,
|
|
509
|
-
{ [_e]: _c },
|
|
510
|
-
[_m],
|
|
511
|
-
[0]
|
|
512
|
-
];
|
|
513
|
-
TypeRegistry.for(n0).registerError(ActivityWorkerLimitExceeded$, ActivityWorkerLimitExceeded);
|
|
514
696
|
export var AssignedVariablesDetails$ = [3, n0, _AVD,
|
|
515
697
|
0,
|
|
516
698
|
[_t],
|
|
@@ -531,12 +713,6 @@ export var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
|
|
|
531
713
|
[_lGA],
|
|
532
714
|
[0]
|
|
533
715
|
];
|
|
534
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
535
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
536
|
-
[_m],
|
|
537
|
-
[0]
|
|
538
|
-
];
|
|
539
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
540
716
|
export var CreateActivityInput$ = [3, n0, _CAI,
|
|
541
717
|
0,
|
|
542
718
|
[_n, _ta, _eC],
|
|
@@ -624,7 +800,7 @@ export var DescribeExecutionInput$ = [3, n0, _DEI,
|
|
|
624
800
|
];
|
|
625
801
|
export var DescribeExecutionOutput$ = [3, n0, _DEO,
|
|
626
802
|
0,
|
|
627
|
-
[_eA, _sMA,
|
|
803
|
+
[_eA, _sMA, _st, _sD, _n, _sDt, _i, _iD, _o, _oD, _tH, _mRA, _e, _ca, _sMVA, _sMAA, _rCe, _rD, _rS, _rSR],
|
|
628
804
|
[0, 0, 0, 4, 0, 4, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], 0, 0, 1, 4, 0, [() => SensitiveData, 0]], 4
|
|
629
805
|
];
|
|
630
806
|
export var DescribeMapRunInput$ = [3, n0, _DMRI,
|
|
@@ -634,7 +810,7 @@ export var DescribeMapRunInput$ = [3, n0, _DMRI,
|
|
|
634
810
|
];
|
|
635
811
|
export var DescribeMapRunOutput$ = [3, n0, _DMRO,
|
|
636
812
|
0,
|
|
637
|
-
[_mRA, _eA,
|
|
813
|
+
[_mRA, _eA, _st, _sD, _mC, _tFP, _tFC, _iC, _eCx, _sDt, _rCe, _rD],
|
|
638
814
|
[0, 0, 0, 4, 1, 1, 1, () => MapRunItemCounts$, () => MapRunExecutionCounts$, 4, 1, 4], 9
|
|
639
815
|
];
|
|
640
816
|
export var DescribeStateMachineAliasInput$ = [3, n0, _DSMAIe,
|
|
@@ -664,7 +840,7 @@ export var DescribeStateMachineInput$ = [3, n0, _DSMIe,
|
|
|
664
840
|
];
|
|
665
841
|
export var DescribeStateMachineOutput$ = [3, n0, _DSMOe,
|
|
666
842
|
0,
|
|
667
|
-
[_sMA, _n, _de, _rA, _ty, _cD,
|
|
843
|
+
[_sMA, _n, _de, _rA, _ty, _cD, _st, _lC, _tC, _l, _rI, _d, _eC, _vR],
|
|
668
844
|
[0, 0, [() => Definition, 0], 0, 0, 4, 0, () => LoggingConfiguration$, () => TracingConfiguration$, 0, 0, [() => VersionDescription, 0], () => EncryptionConfiguration$, [() => VariableReferences, 0]], 6
|
|
669
845
|
];
|
|
670
846
|
export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
@@ -674,7 +850,7 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
|
|
|
674
850
|
];
|
|
675
851
|
export var EvaluationFailedEventDetails$ = [3, n0, _EFED,
|
|
676
852
|
0,
|
|
677
|
-
[
|
|
853
|
+
[_sta, _e, _ca, _lo],
|
|
678
854
|
[0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => EvaluationFailureLocation, 0]], 1
|
|
679
855
|
];
|
|
680
856
|
export var ExecutionAbortedEventDetails$ = [3, n0, _EAED,
|
|
@@ -682,40 +858,16 @@ export var ExecutionAbortedEventDetails$ = [3, n0, _EAED,
|
|
|
682
858
|
[_e, _ca],
|
|
683
859
|
[[() => SensitiveError, 0], [() => SensitiveCause, 0]]
|
|
684
860
|
];
|
|
685
|
-
export var ExecutionAlreadyExists$ = [-3, n0, _EAE,
|
|
686
|
-
{ [_e]: _c },
|
|
687
|
-
[_m],
|
|
688
|
-
[0]
|
|
689
|
-
];
|
|
690
|
-
TypeRegistry.for(n0).registerError(ExecutionAlreadyExists$, ExecutionAlreadyExists);
|
|
691
|
-
export var ExecutionDoesNotExist$ = [-3, n0, _EDNE,
|
|
692
|
-
{ [_e]: _c },
|
|
693
|
-
[_m],
|
|
694
|
-
[0]
|
|
695
|
-
];
|
|
696
|
-
TypeRegistry.for(n0).registerError(ExecutionDoesNotExist$, ExecutionDoesNotExist);
|
|
697
861
|
export var ExecutionFailedEventDetails$ = [3, n0, _EFEDx,
|
|
698
862
|
0,
|
|
699
863
|
[_e, _ca],
|
|
700
864
|
[[() => SensitiveError, 0], [() => SensitiveCause, 0]]
|
|
701
865
|
];
|
|
702
|
-
export var ExecutionLimitExceeded$ = [-3, n0, _ELE,
|
|
703
|
-
{ [_e]: _c },
|
|
704
|
-
[_m],
|
|
705
|
-
[0]
|
|
706
|
-
];
|
|
707
|
-
TypeRegistry.for(n0).registerError(ExecutionLimitExceeded$, ExecutionLimitExceeded);
|
|
708
866
|
export var ExecutionListItem$ = [3, n0, _ELI,
|
|
709
867
|
0,
|
|
710
|
-
[_eA, _sMA, _n,
|
|
868
|
+
[_eA, _sMA, _n, _st, _sD, _sDt, _mRA, _iCt, _sMVA, _sMAA, _rCe, _rD],
|
|
711
869
|
[0, 0, 0, 0, 4, 4, 0, 1, 0, 0, 1, 4], 5
|
|
712
870
|
];
|
|
713
|
-
export var ExecutionNotRedrivable$ = [-3, n0, _ENR,
|
|
714
|
-
{ [_e]: _c },
|
|
715
|
-
[_m],
|
|
716
|
-
[0]
|
|
717
|
-
];
|
|
718
|
-
TypeRegistry.for(n0).registerError(ExecutionNotRedrivable$, ExecutionNotRedrivable);
|
|
719
871
|
export var ExecutionRedrivenEventDetails$ = [3, n0, _ERED,
|
|
720
872
|
0,
|
|
721
873
|
[_rCe],
|
|
@@ -766,9 +918,9 @@ export var HistoryEventExecutionDataDetails$ = [3, n0, _HEEDD,
|
|
|
766
918
|
[_t],
|
|
767
919
|
[2]
|
|
768
920
|
];
|
|
769
|
-
export var InspectionData$ = [3, n0,
|
|
921
|
+
export var InspectionData$ = [3, n0, _IDn,
|
|
770
922
|
8,
|
|
771
|
-
[_i, _aAf, _aIP, _aP,
|
|
923
|
+
[_i, _aAf, _aIP, _aP, _res, _aRS, _aRP, _req, _resp, _v, _eD, _aIPf, _aIS, _aIB, _aIPft, _tFC, _tFP, _mC],
|
|
772
924
|
[[() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], () => InspectionDataRequest$, () => InspectionDataResponse$, [() => SensitiveData, 0], [() => InspectionErrorDetails$, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => InspectionToleratedFailureCount, 0], [() => InspectionToleratedFailurePercentage, 0], [() => InspectionMaxConcurrency, 0]]
|
|
773
925
|
];
|
|
774
926
|
export var InspectionDataRequest$ = [3, n0, _IDR,
|
|
@@ -786,78 +938,6 @@ export var InspectionErrorDetails$ = [3, n0, _IED,
|
|
|
786
938
|
[_cI, _rIe, _rBIS],
|
|
787
939
|
[[() => ExceptionHandlerIndex, 0], [() => ExceptionHandlerIndex, 0], [() => RetryBackoffIntervalSeconds, 0]]
|
|
788
940
|
];
|
|
789
|
-
export var InvalidArn$ = [-3, n0, _IA,
|
|
790
|
-
{ [_e]: _c },
|
|
791
|
-
[_m],
|
|
792
|
-
[0]
|
|
793
|
-
];
|
|
794
|
-
TypeRegistry.for(n0).registerError(InvalidArn$, InvalidArn);
|
|
795
|
-
export var InvalidDefinition$ = [-3, n0, _IDn,
|
|
796
|
-
{ [_e]: _c },
|
|
797
|
-
[_m],
|
|
798
|
-
[0]
|
|
799
|
-
];
|
|
800
|
-
TypeRegistry.for(n0).registerError(InvalidDefinition$, InvalidDefinition);
|
|
801
|
-
export var InvalidEncryptionConfiguration$ = [-3, n0, _IEC,
|
|
802
|
-
{ [_e]: _c },
|
|
803
|
-
[_m],
|
|
804
|
-
[0]
|
|
805
|
-
];
|
|
806
|
-
TypeRegistry.for(n0).registerError(InvalidEncryptionConfiguration$, InvalidEncryptionConfiguration);
|
|
807
|
-
export var InvalidExecutionInput$ = [-3, n0, _IEI,
|
|
808
|
-
{ [_e]: _c },
|
|
809
|
-
[_m],
|
|
810
|
-
[0]
|
|
811
|
-
];
|
|
812
|
-
TypeRegistry.for(n0).registerError(InvalidExecutionInput$, InvalidExecutionInput);
|
|
813
|
-
export var InvalidLoggingConfiguration$ = [-3, n0, _ILC,
|
|
814
|
-
{ [_e]: _c },
|
|
815
|
-
[_m],
|
|
816
|
-
[0]
|
|
817
|
-
];
|
|
818
|
-
TypeRegistry.for(n0).registerError(InvalidLoggingConfiguration$, InvalidLoggingConfiguration);
|
|
819
|
-
export var InvalidName$ = [-3, n0, _IN,
|
|
820
|
-
{ [_e]: _c },
|
|
821
|
-
[_m],
|
|
822
|
-
[0]
|
|
823
|
-
];
|
|
824
|
-
TypeRegistry.for(n0).registerError(InvalidName$, InvalidName);
|
|
825
|
-
export var InvalidOutput$ = [-3, n0, _IO,
|
|
826
|
-
{ [_e]: _c },
|
|
827
|
-
[_m],
|
|
828
|
-
[0]
|
|
829
|
-
];
|
|
830
|
-
TypeRegistry.for(n0).registerError(InvalidOutput$, InvalidOutput);
|
|
831
|
-
export var InvalidToken$ = [-3, n0, _IT,
|
|
832
|
-
{ [_e]: _c },
|
|
833
|
-
[_m],
|
|
834
|
-
[0]
|
|
835
|
-
];
|
|
836
|
-
TypeRegistry.for(n0).registerError(InvalidToken$, InvalidToken);
|
|
837
|
-
export var InvalidTracingConfiguration$ = [-3, n0, _ITC,
|
|
838
|
-
{ [_e]: _c },
|
|
839
|
-
[_m],
|
|
840
|
-
[0]
|
|
841
|
-
];
|
|
842
|
-
TypeRegistry.for(n0).registerError(InvalidTracingConfiguration$, InvalidTracingConfiguration);
|
|
843
|
-
export var KmsAccessDeniedException$ = [-3, n0, _KADE,
|
|
844
|
-
{ [_e]: _c },
|
|
845
|
-
[_m],
|
|
846
|
-
[0]
|
|
847
|
-
];
|
|
848
|
-
TypeRegistry.for(n0).registerError(KmsAccessDeniedException$, KmsAccessDeniedException);
|
|
849
|
-
export var KmsInvalidStateException$ = [-3, n0, _KISE,
|
|
850
|
-
{ [_e]: _c },
|
|
851
|
-
[_kKS, _m],
|
|
852
|
-
[0, 0]
|
|
853
|
-
];
|
|
854
|
-
TypeRegistry.for(n0).registerError(KmsInvalidStateException$, KmsInvalidStateException);
|
|
855
|
-
export var KmsThrottlingException$ = [-3, n0, _KTE,
|
|
856
|
-
{ [_e]: _c },
|
|
857
|
-
[_m],
|
|
858
|
-
[0]
|
|
859
|
-
];
|
|
860
|
-
TypeRegistry.for(n0).registerError(KmsThrottlingException$, KmsThrottlingException);
|
|
861
941
|
export var LambdaFunctionFailedEventDetails$ = [3, n0, _LFFED,
|
|
862
942
|
0,
|
|
863
943
|
[_e, _ca],
|
|
@@ -865,7 +945,7 @@ export var LambdaFunctionFailedEventDetails$ = [3, n0, _LFFED,
|
|
|
865
945
|
];
|
|
866
946
|
export var LambdaFunctionScheduledEventDetails$ = [3, n0, _LFSED,
|
|
867
947
|
0,
|
|
868
|
-
[
|
|
948
|
+
[_re, _i, _iD, _tIS, _tCa],
|
|
869
949
|
[0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$, 1, () => TaskCredentials$], 1
|
|
870
950
|
];
|
|
871
951
|
export var LambdaFunctionScheduleFailedEventDetails$ = [3, n0, _LFSFED,
|
|
@@ -1008,12 +1088,6 @@ export var MapStateStartedEventDetails$ = [3, n0, _MSSED,
|
|
|
1008
1088
|
[_len],
|
|
1009
1089
|
[1]
|
|
1010
1090
|
];
|
|
1011
|
-
export var MissingRequiredParameter$ = [-3, n0, _MRP,
|
|
1012
|
-
{ [_e]: _c },
|
|
1013
|
-
[_m],
|
|
1014
|
-
[0]
|
|
1015
|
-
];
|
|
1016
|
-
TypeRegistry.for(n0).registerError(MissingRequiredParameter$, MissingRequiredParameter);
|
|
1017
1091
|
export var MockErrorOutput$ = [3, n0, _MEO,
|
|
1018
1092
|
0,
|
|
1019
1093
|
[_e, _ca],
|
|
@@ -1021,7 +1095,7 @@ export var MockErrorOutput$ = [3, n0, _MEO,
|
|
|
1021
1095
|
];
|
|
1022
1096
|
export var MockInput$ = [3, n0, _MI,
|
|
1023
1097
|
0,
|
|
1024
|
-
[
|
|
1098
|
+
[_res, _eO, _fVM],
|
|
1025
1099
|
[[() => SensitiveData, 0], [() => MockErrorOutput$, 0], 0]
|
|
1026
1100
|
];
|
|
1027
1101
|
export var PublishStateMachineVersionInput$ = [3, n0, _PSMVI,
|
|
@@ -1044,12 +1118,6 @@ export var RedriveExecutionOutput$ = [3, n0, _REO,
|
|
|
1044
1118
|
[_rD],
|
|
1045
1119
|
[4], 1
|
|
1046
1120
|
];
|
|
1047
|
-
export var ResourceNotFound$ = [-3, n0, _RNF,
|
|
1048
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1049
|
-
[_m, _rN],
|
|
1050
|
-
[0, 0]
|
|
1051
|
-
];
|
|
1052
|
-
TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
|
|
1053
1121
|
export var RoutingConfigurationListItem$ = [3, n0, _RCLI,
|
|
1054
1122
|
0,
|
|
1055
1123
|
[_sMVA, _w],
|
|
@@ -1085,12 +1153,6 @@ export var SendTaskSuccessOutput$ = [3, n0, _STSO,
|
|
|
1085
1153
|
[],
|
|
1086
1154
|
[]
|
|
1087
1155
|
];
|
|
1088
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1089
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1090
|
-
[_m],
|
|
1091
|
-
[0]
|
|
1092
|
-
];
|
|
1093
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1094
1156
|
export var StartExecutionInput$ = [3, n0, _SEI,
|
|
1095
1157
|
0,
|
|
1096
1158
|
[_sMA, _n, _i, _tH],
|
|
@@ -1108,7 +1170,7 @@ export var StartSyncExecutionInput$ = [3, n0, _SSEI,
|
|
|
1108
1170
|
];
|
|
1109
1171
|
export var StartSyncExecutionOutput$ = [3, n0, _SSEO,
|
|
1110
1172
|
0,
|
|
1111
|
-
[_eA, _sD, _sDt,
|
|
1173
|
+
[_eA, _sD, _sDt, _st, _sMA, _n, _e, _ca, _i, _iD, _o, _oD, _tH, _bD],
|
|
1112
1174
|
[0, 4, 4, 0, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => CloudWatchEventsExecutionDataDetails$, 0, () => BillingDetails$], 4
|
|
1113
1175
|
];
|
|
1114
1176
|
export var StateEnteredEventDetails$ = [3, n0, _SEED,
|
|
@@ -1126,41 +1188,11 @@ export var StateMachineAliasListItem$ = [3, n0, _SMALI,
|
|
|
1126
1188
|
[_sMAA, _cD],
|
|
1127
1189
|
[0, 4], 2
|
|
1128
1190
|
];
|
|
1129
|
-
export var StateMachineAlreadyExists$ = [-3, n0, _SMAE,
|
|
1130
|
-
{ [_e]: _c },
|
|
1131
|
-
[_m],
|
|
1132
|
-
[0]
|
|
1133
|
-
];
|
|
1134
|
-
TypeRegistry.for(n0).registerError(StateMachineAlreadyExists$, StateMachineAlreadyExists);
|
|
1135
|
-
export var StateMachineDeleting$ = [-3, n0, _SMD,
|
|
1136
|
-
{ [_e]: _c },
|
|
1137
|
-
[_m],
|
|
1138
|
-
[0]
|
|
1139
|
-
];
|
|
1140
|
-
TypeRegistry.for(n0).registerError(StateMachineDeleting$, StateMachineDeleting);
|
|
1141
|
-
export var StateMachineDoesNotExist$ = [-3, n0, _SMDNE,
|
|
1142
|
-
{ [_e]: _c },
|
|
1143
|
-
[_m],
|
|
1144
|
-
[0]
|
|
1145
|
-
];
|
|
1146
|
-
TypeRegistry.for(n0).registerError(StateMachineDoesNotExist$, StateMachineDoesNotExist);
|
|
1147
|
-
export var StateMachineLimitExceeded$ = [-3, n0, _SMLE,
|
|
1148
|
-
{ [_e]: _c },
|
|
1149
|
-
[_m],
|
|
1150
|
-
[0]
|
|
1151
|
-
];
|
|
1152
|
-
TypeRegistry.for(n0).registerError(StateMachineLimitExceeded$, StateMachineLimitExceeded);
|
|
1153
1191
|
export var StateMachineListItem$ = [3, n0, _SMLI,
|
|
1154
1192
|
0,
|
|
1155
1193
|
[_sMA, _n, _ty, _cD],
|
|
1156
1194
|
[0, 0, 0, 4], 4
|
|
1157
1195
|
];
|
|
1158
|
-
export var StateMachineTypeNotSupported$ = [-3, n0, _SMTNS,
|
|
1159
|
-
{ [_e]: _c },
|
|
1160
|
-
[_m],
|
|
1161
|
-
[0]
|
|
1162
|
-
];
|
|
1163
|
-
TypeRegistry.for(n0).registerError(StateMachineTypeNotSupported$, StateMachineTypeNotSupported);
|
|
1164
1196
|
export var StateMachineVersionListItem$ = [3, n0, _SMVLI,
|
|
1165
1197
|
0,
|
|
1166
1198
|
[_sMVA, _cD],
|
|
@@ -1196,56 +1228,44 @@ export var TaskCredentials$ = [3, n0, _TC,
|
|
|
1196
1228
|
[_rA],
|
|
1197
1229
|
[0]
|
|
1198
1230
|
];
|
|
1199
|
-
export var TaskDoesNotExist$ = [-3, n0, _TDNE,
|
|
1200
|
-
{ [_e]: _c },
|
|
1201
|
-
[_m],
|
|
1202
|
-
[0]
|
|
1203
|
-
];
|
|
1204
|
-
TypeRegistry.for(n0).registerError(TaskDoesNotExist$, TaskDoesNotExist);
|
|
1205
1231
|
export var TaskFailedEventDetails$ = [3, n0, _TFED,
|
|
1206
1232
|
0,
|
|
1207
|
-
[_rT,
|
|
1233
|
+
[_rT, _re, _e, _ca],
|
|
1208
1234
|
[0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
|
|
1209
1235
|
];
|
|
1210
1236
|
export var TaskScheduledEventDetails$ = [3, n0, _TSED,
|
|
1211
1237
|
0,
|
|
1212
|
-
[_rT,
|
|
1238
|
+
[_rT, _re, _reg, _pa, _tIS, _hIS, _tCa],
|
|
1213
1239
|
[0, 0, 0, [() => ConnectorParameters, 0], 1, 1, () => TaskCredentials$], 4
|
|
1214
1240
|
];
|
|
1215
1241
|
export var TaskStartedEventDetails$ = [3, n0, _TSEDa,
|
|
1216
1242
|
0,
|
|
1217
|
-
[_rT,
|
|
1243
|
+
[_rT, _re],
|
|
1218
1244
|
[0, 0], 2
|
|
1219
1245
|
];
|
|
1220
1246
|
export var TaskStartFailedEventDetails$ = [3, n0, _TSFED,
|
|
1221
1247
|
0,
|
|
1222
|
-
[_rT,
|
|
1248
|
+
[_rT, _re, _e, _ca],
|
|
1223
1249
|
[0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
|
|
1224
1250
|
];
|
|
1225
1251
|
export var TaskSubmitFailedEventDetails$ = [3, n0, _TSFEDa,
|
|
1226
1252
|
0,
|
|
1227
|
-
[_rT,
|
|
1253
|
+
[_rT, _re, _e, _ca],
|
|
1228
1254
|
[0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
|
|
1229
1255
|
];
|
|
1230
1256
|
export var TaskSubmittedEventDetails$ = [3, n0, _TSEDas,
|
|
1231
1257
|
0,
|
|
1232
|
-
[_rT,
|
|
1258
|
+
[_rT, _re, _o, _oD],
|
|
1233
1259
|
[0, 0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$], 2
|
|
1234
1260
|
];
|
|
1235
1261
|
export var TaskSucceededEventDetails$ = [3, n0, _TSEDask,
|
|
1236
1262
|
0,
|
|
1237
|
-
[_rT,
|
|
1263
|
+
[_rT, _re, _o, _oD],
|
|
1238
1264
|
[0, 0, [() => SensitiveData, 0], () => HistoryEventExecutionDataDetails$], 2
|
|
1239
1265
|
];
|
|
1240
|
-
export var TaskTimedOut$ = [-3, n0, _TTO,
|
|
1241
|
-
{ [_e]: _c },
|
|
1242
|
-
[_m],
|
|
1243
|
-
[0]
|
|
1244
|
-
];
|
|
1245
|
-
TypeRegistry.for(n0).registerError(TaskTimedOut$, TaskTimedOut);
|
|
1246
1266
|
export var TaskTimedOutEventDetails$ = [3, n0, _TTOED,
|
|
1247
1267
|
0,
|
|
1248
|
-
[_rT,
|
|
1268
|
+
[_rT, _re, _e, _ca],
|
|
1249
1269
|
[0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
|
|
1250
1270
|
];
|
|
1251
1271
|
export var TestStateConfiguration$ = [3, n0, _TSC,
|
|
@@ -1260,15 +1280,9 @@ export var TestStateInput$ = [3, n0, _TSI,
|
|
|
1260
1280
|
];
|
|
1261
1281
|
export var TestStateOutput$ = [3, n0, _TSO,
|
|
1262
1282
|
0,
|
|
1263
|
-
[_o, _e, _ca, _iDns, _nS,
|
|
1283
|
+
[_o, _e, _ca, _iDns, _nS, _st],
|
|
1264
1284
|
[[() => SensitiveData, 0], [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => InspectionData$, 0], 0, 0]
|
|
1265
1285
|
];
|
|
1266
|
-
export var TooManyTags$ = [-3, n0, _TMT,
|
|
1267
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1268
|
-
[_m, _rN],
|
|
1269
|
-
[0, 0]
|
|
1270
|
-
];
|
|
1271
|
-
TypeRegistry.for(n0).registerError(TooManyTags$, TooManyTags);
|
|
1272
1286
|
export var TracingConfiguration$ = [3, n0, _TCr,
|
|
1273
1287
|
0,
|
|
1274
1288
|
[_en],
|
|
@@ -1326,17 +1340,9 @@ export var ValidateStateMachineDefinitionInput$ = [3, n0, _VSMDI,
|
|
|
1326
1340
|
];
|
|
1327
1341
|
export var ValidateStateMachineDefinitionOutput$ = [3, n0, _VSMDO,
|
|
1328
1342
|
0,
|
|
1329
|
-
[
|
|
1343
|
+
[_res, _di, _t],
|
|
1330
1344
|
[0, [() => ValidateStateMachineDefinitionDiagnosticList, 0], 2], 2
|
|
1331
1345
|
];
|
|
1332
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1333
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1334
|
-
[_m, _rea],
|
|
1335
|
-
[0, 0]
|
|
1336
|
-
];
|
|
1337
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1338
|
-
export var SFNServiceException$ = [-3, _sm, "SFNServiceException", 0, [], []];
|
|
1339
|
-
TypeRegistry.for(_sm).registerError(SFNServiceException$, SFNServiceException);
|
|
1340
1346
|
var ActivityList = [1, n0, _AL,
|
|
1341
1347
|
0, () => ActivityListItem$
|
|
1342
1348
|
];
|