lambda-live-debugger 1.11.2 → 1.11.3
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/README.md +14 -0
- package/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +8488 -4167
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -96
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +2452 -2417
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +1624 -1970
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +61 -61
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +27 -27
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +21 -21
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +15 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +15 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +382 -468
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +381 -468
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -37
- package/node_modules/@aws-sdk/client-cognito-identity/README.md +1 -29
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +455 -370
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +336 -332
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/schemas/schemas_0.d.ts +82 -103
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -105
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +37 -37
- package/node_modules/@aws-sdk/client-iam/README.md +1 -182
- package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +3095 -2653
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/index.js +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +2206 -2294
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForInstanceProfileExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +531 -597
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +530 -598
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/package.json +39 -37
- package/node_modules/@aws-sdk/client-iot/README.md +1 -278
- package/node_modules/@aws-sdk/client-iot/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +6058 -6305
- package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iot/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AcceptCertificateTransferCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AddThingToBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AddThingToThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AssociateSbomWithPackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AssociateTargetsWithJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachPrincipalPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/AttachThingPrincipalCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelAuditMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelAuditTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelCertificateTransferCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelDetectMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CancelJobExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ClearDefaultAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ConfirmTopicRuleDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateAuditSuppressionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCertificateFromCsrCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCertificateProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateCustomMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDimensionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDomainConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateDynamicThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateFleetMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateKeysAndCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateMitigationActionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateOTAUpdateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePackageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningClaimCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateProvisioningTemplateVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateRoleAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateScheduledAuditCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateThingTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/CreateTopicRuleDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAccountAuditConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAuditSuppressionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCACertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCertificateProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCommandExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteCustomMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDimensionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDomainConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteDynamicThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteFleetMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteMitigationActionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteOTAUpdateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePackageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteProvisioningTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteProvisioningTemplateVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteRegistrationCodeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteRoleAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteScheduledAuditCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteThingTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteTopicRuleDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeleteV2LoggingLevelCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DeprecateThingTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAccountAuditConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditFindingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditSuppressionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuditTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCACertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCertificateProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeCustomMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDefaultAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDetectMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDimensionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeDomainConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEncryptionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEndpointCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeEventConfigurationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeFleetMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeIndexCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeJobTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeManagedJobTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeMitigationActionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeProvisioningTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeProvisioningTemplateVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeRoleAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeScheduledAuditCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingRegistrationTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DescribeThingTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachPrincipalPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DetachThingPrincipalCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DisableTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/DisassociateSbomFromPackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/EnableTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetBehaviorModelTrainingSummariesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetBucketsAggregationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCardinalityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetCommandExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetEffectivePoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetIndexingConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetJobDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetLoggingOptionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetOTAUpdateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPercentilesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetPolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetRegistrationCodeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetStatisticsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetThingConnectivityDataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetTopicRuleDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/GetV2LoggingOptionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListActiveViolationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAttachedPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditFindingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditMitigationActionsExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditMitigationActionsTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditSuppressionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuditTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListAuthorizersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListBillingGroupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCACertificatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificateProvidersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificatesByCACommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCertificatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCommandExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCommandsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListCustomMetricsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDetectMitigationActionsExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDetectMitigationActionsTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDimensionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListDomainConfigurationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListFleetMetricsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListIndicesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobExecutionsForJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobExecutionsForThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListJobsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListManagedJobTemplatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListMetricValuesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListMitigationActionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListOTAUpdatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListOutgoingCertificatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPackageVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPackagesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPolicyPrincipalsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalPoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalThingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListPrincipalThingsV2Command.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListProvisioningTemplateVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListProvisioningTemplatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListRelatedResourcesForAuditFindingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListRoleAliasesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSbomValidationResultsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListScheduledAuditsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSecurityProfilesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListSecurityProfilesForTargetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListStreamsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTargetsForPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTargetsForSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingGroupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingGroupsForThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingPrincipalsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingPrincipalsV2Command.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingRegistrationTaskReportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingRegistrationTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingTypesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsInBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListThingsInThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTopicRuleDestinationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListTopicRulesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListV2LoggingLevelsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ListViolationEventsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/PutVerificationStateOnViolationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCACertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterCertificateWithoutCACommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RegisterThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RejectCertificateTransferCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RemoveThingFromBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/RemoveThingFromThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ReplaceTopicRuleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SearchIndexCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetDefaultAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetLoggingOptionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetV2LoggingLevelCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/SetV2LoggingOptionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartAuditMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartDetectMitigationActionsTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartOnDemandAuditTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/StartThingRegistrationTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/StopThingRegistrationTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/TestAuthorizationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/TestInvokeAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/TransferCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAccountAuditConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAuditSuppressionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateBillingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCACertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCertificateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCertificateProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateCustomMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDimensionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDomainConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateDynamicThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEncryptionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateEventConfigurationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateFleetMetricCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateIndexingConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateJobCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateMitigationActionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdatePackageVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateProvisioningTemplateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateRoleAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateScheduledAuditCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateSecurityProfileCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingGroupsForThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateThingTypeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/UpdateTopicRuleDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/commands/ValidateSecurityProfileBehaviorsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/models/enums.js +25 -0
- package/node_modules/@aws-sdk/client-iot/dist-es/pagination/index.js +9 -9
- package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iot/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/dist-es/schemas/schemas_0.js +4484 -5812
- package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +10 -10
- package/node_modules/@aws-sdk/client-iot/dist-types/IoTClient.d.ts +11 -20
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateCommandCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/CreateTopicRuleCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/DescribeEncryptionConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetCommandCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetTopicRuleCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +11 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ListThingPrincipalsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/ReplaceTopicRuleCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/TransferCertificateCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-iot/dist-types/commands/UpdateEncryptionConfigurationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/index.d.ts +14 -13
- package/node_modules/@aws-sdk/client-iot/dist-types/models/enums.d.ts +49 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_0.d.ts +162 -98
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_1.d.ts +147 -151
- package/node_modules/@aws-sdk/client-iot/dist-types/models/models_2.d.ts +154 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/schemas/schemas_0.d.ts +1059 -1205
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoTClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/enums.d.ts +30 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_0.d.ts +37 -26
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_1.d.ts +40 -36
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/schemas/schemas_0.d.ts +1059 -1207
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/package.json +38 -36
- package/node_modules/@aws-sdk/client-iot-data-plane/README.md +1 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +222 -230
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/DeleteThingShadowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/GetRetainedMessageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/GetThingShadowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/ListNamedShadowsForThingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/ListRetainedMessagesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/PublishCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/commands/UpdateThingShadowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/schemas/schemas_0.js +149 -192
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlaneClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/schemas/schemas_0.d.ts +36 -40
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlaneClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -41
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +37 -37
- package/node_modules/@aws-sdk/client-lambda/README.md +1 -90
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +2203 -2749
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +1528 -2462
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +391 -454
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +391 -456
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/package.json +43 -41
- package/node_modules/@aws-sdk/client-s3/README.md +1 -111
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2476 -4106
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1619 -3836
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +1 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +451 -502
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +15 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +15 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +451 -503
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -15
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/package.json +52 -52
- package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
- package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/index.js +43 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +97 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +116 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/README.md +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +116 -98
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +91 -92
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +35 -35
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +89 -69
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +46 -46
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +10 -10
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/package.json +23 -23
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +29 -21
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +106 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +97 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +14 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +26 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +11 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -12
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/events.d.ts +390 -382
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/process.d.ts +5 -0
- package/node_modules/@types/node/tls.d.ts +4 -0
- package/package.json +18 -18
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/crc64-nvme-crt-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
|
@@ -712,2881 +712,1947 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
|
|
|
712
712
|
const _tK = "tagKeys";
|
|
713
713
|
const n0 = "com.amazonaws.lambda";
|
|
714
714
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
715
|
-
import { CallbackTimeoutException
|
|
716
|
-
import { LambdaServiceException
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
export var AccountLimit = [3, n0, _AL,
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
715
|
+
import { CallbackTimeoutException, CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException, CodeStorageExceededException, CodeVerificationFailedException, DurableExecutionAlreadyStartedException, EC2AccessDeniedException, EC2ThrottledException, EC2UnexpectedException, EFSIOException, EFSMountConnectivityException, EFSMountFailureException, EFSMountTimeoutException, ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException, InvalidParameterValueException, InvalidRequestContentException, InvalidRuntimeException, InvalidSecurityGroupIDException, InvalidSubnetIDException, InvalidZipFileException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, NoPublishedVersionException, PolicyLengthExceededException, PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException, RequestTooLargeException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, SerializedRequestEntityTooLargeException, ServiceException, SnapStartException, SnapStartNotReadyException, SnapStartTimeoutException, SubnetIPAddressLimitReachedException, TooManyRequestsException, UnsupportedMediaTypeException, } from "../models/errors";
|
|
716
|
+
import { LambdaServiceException } from "../models/LambdaServiceException";
|
|
717
|
+
var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
|
|
718
|
+
var _Blob = [0, n0, _B, 8, 21];
|
|
719
|
+
var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
|
|
720
|
+
var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
|
|
721
|
+
var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
|
|
722
|
+
var ErrorData = [0, n0, _ED, 8, 0];
|
|
723
|
+
var ErrorMessage = [0, n0, _EM, 8, 0];
|
|
724
|
+
var ErrorType = [0, n0, _ET, 8, 0];
|
|
725
|
+
var InputPayload = [0, n0, _IP, 8, 0];
|
|
726
|
+
var OperationPayload = [0, n0, _OP, 8, 0];
|
|
727
|
+
var OutputPayload = [0, n0, _OPu, 8, 0];
|
|
728
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
729
|
+
var StackTraceEntry = [0, n0, _STE, 8, 0];
|
|
730
|
+
export var AccountLimit$ = [3, n0, _AL,
|
|
731
|
+
0,
|
|
732
|
+
[_TCS, _CSU, _CSZ, _CE, _UCE],
|
|
733
|
+
[1, 1, 1, 1, 1]
|
|
734
|
+
];
|
|
735
|
+
export var AccountUsage$ = [3, n0, _AU,
|
|
736
|
+
0,
|
|
737
|
+
[_TCS, _FC],
|
|
738
|
+
[1, 1]
|
|
739
|
+
];
|
|
740
|
+
export var AddLayerVersionPermissionRequest$ = [3, n0, _ALVPR,
|
|
736
741
|
0,
|
|
737
742
|
[_LN, _VN, _SI, _A, _P, _OI, _RI],
|
|
738
|
-
[[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]]
|
|
743
|
+
[[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]]
|
|
739
744
|
];
|
|
740
|
-
export var AddLayerVersionPermissionResponse = [3, n0, _ALVPRd,
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
+
export var AddLayerVersionPermissionResponse$ = [3, n0, _ALVPRd,
|
|
746
|
+
0,
|
|
747
|
+
[_S, _RI],
|
|
748
|
+
[0, 0]
|
|
749
|
+
];
|
|
750
|
+
export var AddPermissionRequest$ = [3, n0, _APR,
|
|
745
751
|
0,
|
|
746
752
|
[_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
|
|
747
|
-
[[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2]
|
|
753
|
+
[[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2]
|
|
754
|
+
];
|
|
755
|
+
export var AddPermissionResponse$ = [3, n0, _APRd,
|
|
756
|
+
0,
|
|
757
|
+
[_S],
|
|
758
|
+
[0]
|
|
748
759
|
];
|
|
749
|
-
export var
|
|
750
|
-
export var AliasConfiguration = [
|
|
751
|
-
3,
|
|
752
|
-
n0,
|
|
753
|
-
_AC,
|
|
760
|
+
export var AliasConfiguration$ = [3, n0, _AC,
|
|
754
761
|
0,
|
|
755
762
|
[_AA, _N, _FV, _D, _RC, _RI],
|
|
756
|
-
[0, 0, 0, 0, () => AliasRoutingConfiguration
|
|
763
|
+
[0, 0, 0, 0, () => AliasRoutingConfiguration$, 0]
|
|
764
|
+
];
|
|
765
|
+
export var AliasRoutingConfiguration$ = [3, n0, _ARC,
|
|
766
|
+
0,
|
|
767
|
+
[_AVW],
|
|
768
|
+
[128 | 1]
|
|
769
|
+
];
|
|
770
|
+
export var AllowedPublishers$ = [3, n0, _AP,
|
|
771
|
+
0,
|
|
772
|
+
[_SPVA],
|
|
773
|
+
[64 | 0]
|
|
757
774
|
];
|
|
758
|
-
export var
|
|
759
|
-
export var AllowedPublishers = [3, n0, _AP, 0, [_SPVA], [64 | 0]];
|
|
760
|
-
export var AmazonManagedKafkaEventSourceConfig = [
|
|
761
|
-
3,
|
|
762
|
-
n0,
|
|
763
|
-
_AMKESC,
|
|
775
|
+
export var AmazonManagedKafkaEventSourceConfig$ = [3, n0, _AMKESC,
|
|
764
776
|
0,
|
|
765
777
|
[_CGI, _SRC],
|
|
766
|
-
[0, () => KafkaSchemaRegistryConfig]
|
|
778
|
+
[0, () => KafkaSchemaRegistryConfig$]
|
|
767
779
|
];
|
|
768
|
-
export var CallbackDetails = [
|
|
769
|
-
3,
|
|
770
|
-
n0,
|
|
771
|
-
_CD,
|
|
780
|
+
export var CallbackDetails$ = [3, n0, _CD,
|
|
772
781
|
0,
|
|
773
782
|
[_CI, _R, _E],
|
|
774
|
-
[0, [() => OperationPayload, 0], [() => ErrorObject
|
|
775
|
-
];
|
|
776
|
-
export var CallbackFailedDetails = [3, n0, _CFD,
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
export var
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
783
|
+
[0, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
784
|
+
];
|
|
785
|
+
export var CallbackFailedDetails$ = [3, n0, _CFD,
|
|
786
|
+
0,
|
|
787
|
+
[_E],
|
|
788
|
+
[[() => EventError$, 0]]
|
|
789
|
+
];
|
|
790
|
+
export var CallbackOptions$ = [3, n0, _CO,
|
|
791
|
+
0,
|
|
792
|
+
[_TS, _HTS],
|
|
793
|
+
[1, 1]
|
|
794
|
+
];
|
|
795
|
+
export var CallbackStartedDetails$ = [3, n0, _CSD,
|
|
796
|
+
0,
|
|
797
|
+
[_CI, _HT, _T],
|
|
798
|
+
[0, 1, 1]
|
|
799
|
+
];
|
|
800
|
+
export var CallbackSucceededDetails$ = [3, n0, _CSDa,
|
|
801
|
+
0,
|
|
802
|
+
[_R],
|
|
803
|
+
[[() => EventResult$, 0]]
|
|
804
|
+
];
|
|
805
|
+
export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
|
|
806
|
+
0,
|
|
807
|
+
[_E],
|
|
808
|
+
[[() => EventError$, 0]]
|
|
809
|
+
];
|
|
810
|
+
export var CallbackTimeoutException$ = [-3, n0, _CTE,
|
|
811
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
812
|
+
[_Ty, _M],
|
|
813
|
+
[0, 0]
|
|
814
|
+
];
|
|
815
|
+
TypeRegistry.for(n0).registerError(CallbackTimeoutException$, CallbackTimeoutException);
|
|
816
|
+
export var CapacityProvider$ = [3, n0, _CP,
|
|
787
817
|
0,
|
|
788
818
|
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
789
|
-
[
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
() => CapacityProviderVpcConfig,
|
|
793
|
-
() => CapacityProviderPermissionsConfig,
|
|
794
|
-
() => InstanceRequirements,
|
|
795
|
-
() => CapacityProviderScalingConfig,
|
|
796
|
-
0,
|
|
797
|
-
0,
|
|
798
|
-
],
|
|
799
|
-
];
|
|
800
|
-
export var CapacityProviderConfig = [
|
|
801
|
-
3,
|
|
802
|
-
n0,
|
|
803
|
-
_CPC,
|
|
819
|
+
[0, 0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 0]
|
|
820
|
+
];
|
|
821
|
+
export var CapacityProviderConfig$ = [3, n0, _CPC,
|
|
804
822
|
0,
|
|
805
823
|
[_LMICPC],
|
|
806
|
-
[() => LambdaManagedInstancesCapacityProviderConfig]
|
|
824
|
+
[() => LambdaManagedInstancesCapacityProviderConfig$]
|
|
807
825
|
];
|
|
808
|
-
export var CapacityProviderLimitExceededException = [
|
|
809
|
-
-3,
|
|
810
|
-
n0,
|
|
811
|
-
_CPLEE,
|
|
826
|
+
export var CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
|
|
812
827
|
{ [_e]: _c, [_hE]: 400 },
|
|
813
828
|
[_Ty, _m],
|
|
814
|
-
[0, 0]
|
|
829
|
+
[0, 0]
|
|
815
830
|
];
|
|
816
|
-
TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException
|
|
817
|
-
export var CapacityProviderPermissionsConfig = [3, n0, _CPPC,
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
831
|
+
TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
|
|
832
|
+
export var CapacityProviderPermissionsConfig$ = [3, n0, _CPPC,
|
|
833
|
+
0,
|
|
834
|
+
[_CPORA],
|
|
835
|
+
[0]
|
|
836
|
+
];
|
|
837
|
+
export var CapacityProviderScalingConfig$ = [3, n0, _CPSC,
|
|
822
838
|
0,
|
|
823
839
|
[_MVCC, _SM, _SP],
|
|
824
|
-
[1, 0, () => CapacityProviderScalingPoliciesList]
|
|
840
|
+
[1, 0, () => CapacityProviderScalingPoliciesList]
|
|
841
|
+
];
|
|
842
|
+
export var CapacityProviderVpcConfig$ = [3, n0, _CPVC,
|
|
843
|
+
0,
|
|
844
|
+
[_SIu, _SGI],
|
|
845
|
+
[64 | 0, 64 | 0]
|
|
825
846
|
];
|
|
826
|
-
export var
|
|
827
|
-
export var ChainedInvokeDetails = [
|
|
828
|
-
3,
|
|
829
|
-
n0,
|
|
830
|
-
_CID,
|
|
847
|
+
export var ChainedInvokeDetails$ = [3, n0, _CID,
|
|
831
848
|
0,
|
|
832
849
|
[_R, _E],
|
|
833
|
-
[
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
]
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
export var
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
850
|
+
[[() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
851
|
+
];
|
|
852
|
+
export var ChainedInvokeFailedDetails$ = [3, n0, _CIFD,
|
|
853
|
+
0,
|
|
854
|
+
[_E],
|
|
855
|
+
[[() => EventError$, 0]]
|
|
856
|
+
];
|
|
857
|
+
export var ChainedInvokeOptions$ = [3, n0, _CIO,
|
|
858
|
+
0,
|
|
859
|
+
[_FN, _TI],
|
|
860
|
+
[0, 0]
|
|
861
|
+
];
|
|
862
|
+
export var ChainedInvokeStartedDetails$ = [3, n0, _CISD,
|
|
844
863
|
0,
|
|
845
864
|
[_FN, _TI, _I, _EV, _DEA],
|
|
846
|
-
[0, 0, [() => EventInput
|
|
865
|
+
[0, 0, [() => EventInput$, 0], 0, 0]
|
|
866
|
+
];
|
|
867
|
+
export var ChainedInvokeStoppedDetails$ = [3, n0, _CISDh,
|
|
868
|
+
0,
|
|
869
|
+
[_E],
|
|
870
|
+
[[() => EventError$, 0]]
|
|
871
|
+
];
|
|
872
|
+
export var ChainedInvokeSucceededDetails$ = [3, n0, _CISDha,
|
|
873
|
+
0,
|
|
874
|
+
[_R],
|
|
875
|
+
[[() => EventResult$, 0]]
|
|
876
|
+
];
|
|
877
|
+
export var ChainedInvokeTimedOutDetails$ = [3, n0, _CITOD,
|
|
878
|
+
0,
|
|
879
|
+
[_E],
|
|
880
|
+
[[() => EventError$, 0]]
|
|
847
881
|
];
|
|
848
|
-
export var
|
|
849
|
-
export var ChainedInvokeSucceededDetails = [3, n0, _CISDha, 0, [_R], [[() => EventResult, 0]]];
|
|
850
|
-
export var ChainedInvokeTimedOutDetails = [3, n0, _CITOD, 0, [_E], [[() => EventError, 0]]];
|
|
851
|
-
export var CheckpointDurableExecutionRequest = [
|
|
852
|
-
3,
|
|
853
|
-
n0,
|
|
854
|
-
_CDER,
|
|
882
|
+
export var CheckpointDurableExecutionRequest$ = [3, n0, _CDER,
|
|
855
883
|
0,
|
|
856
884
|
[_DEA, _CT, _U, _CTl],
|
|
857
|
-
[[0, 1], 0, [() => OperationUpdates, 0], [0, 4]]
|
|
885
|
+
[[0, 1], 0, [() => OperationUpdates, 0], [0, 4]]
|
|
858
886
|
];
|
|
859
|
-
export var CheckpointDurableExecutionResponse = [
|
|
860
|
-
3,
|
|
861
|
-
n0,
|
|
862
|
-
_CDERh,
|
|
887
|
+
export var CheckpointDurableExecutionResponse$ = [3, n0, _CDERh,
|
|
863
888
|
0,
|
|
864
889
|
[_CT, _NES],
|
|
865
|
-
[0, [() => CheckpointUpdatedExecutionState
|
|
890
|
+
[0, [() => CheckpointUpdatedExecutionState$, 0]]
|
|
866
891
|
];
|
|
867
|
-
export var CheckpointUpdatedExecutionState = [
|
|
868
|
-
3,
|
|
869
|
-
n0,
|
|
870
|
-
_CUES,
|
|
892
|
+
export var CheckpointUpdatedExecutionState$ = [3, n0, _CUES,
|
|
871
893
|
0,
|
|
872
894
|
[_O, _NM],
|
|
873
|
-
[[() => Operations, 0], 0]
|
|
895
|
+
[[() => Operations, 0], 0]
|
|
874
896
|
];
|
|
875
|
-
export var CodeSigningConfig = [
|
|
876
|
-
3,
|
|
877
|
-
n0,
|
|
878
|
-
_CSC,
|
|
897
|
+
export var CodeSigningConfig$ = [3, n0, _CSC,
|
|
879
898
|
0,
|
|
880
899
|
[_CSCI, _CSCA, _D, _AP, _CSP, _LM],
|
|
881
|
-
[0, 0, 0, () => AllowedPublishers
|
|
900
|
+
[0, 0, 0, () => AllowedPublishers$, () => CodeSigningPolicies$, 0]
|
|
882
901
|
];
|
|
883
|
-
export var CodeSigningConfigNotFoundException = [
|
|
884
|
-
-3,
|
|
885
|
-
n0,
|
|
886
|
-
_CSCNFE,
|
|
902
|
+
export var CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
|
|
887
903
|
{ [_e]: _c, [_hE]: 404 },
|
|
888
904
|
[_Ty, _M],
|
|
889
|
-
[0, 0]
|
|
890
|
-
];
|
|
891
|
-
TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException
|
|
892
|
-
export var CodeSigningPolicies = [3, n0, _CSP,
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
905
|
+
[0, 0]
|
|
906
|
+
];
|
|
907
|
+
TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
|
|
908
|
+
export var CodeSigningPolicies$ = [3, n0, _CSP,
|
|
909
|
+
0,
|
|
910
|
+
[_UAOD],
|
|
911
|
+
[0]
|
|
912
|
+
];
|
|
913
|
+
export var CodeStorageExceededException$ = [-3, n0, _CSEE,
|
|
897
914
|
{ [_e]: _c, [_hE]: 400 },
|
|
898
915
|
[_Ty, _m],
|
|
899
|
-
[0, 0]
|
|
916
|
+
[0, 0]
|
|
900
917
|
];
|
|
901
|
-
TypeRegistry.for(n0).registerError(CodeStorageExceededException
|
|
902
|
-
export var CodeVerificationFailedException = [
|
|
903
|
-
-3,
|
|
904
|
-
n0,
|
|
905
|
-
_CVFE,
|
|
918
|
+
TypeRegistry.for(n0).registerError(CodeStorageExceededException$, CodeStorageExceededException);
|
|
919
|
+
export var CodeVerificationFailedException$ = [-3, n0, _CVFE,
|
|
906
920
|
{ [_e]: _c, [_hE]: 400 },
|
|
907
921
|
[_Ty, _M],
|
|
908
|
-
[0, 0]
|
|
922
|
+
[0, 0]
|
|
909
923
|
];
|
|
910
|
-
TypeRegistry.for(n0).registerError(CodeVerificationFailedException
|
|
911
|
-
export var Concurrency = [3, n0, _C,
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
924
|
+
TypeRegistry.for(n0).registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
|
|
925
|
+
export var Concurrency$ = [3, n0, _C,
|
|
926
|
+
0,
|
|
927
|
+
[_RCE],
|
|
928
|
+
[1]
|
|
929
|
+
];
|
|
930
|
+
export var ContextDetails$ = [3, n0, _CDo,
|
|
916
931
|
0,
|
|
917
932
|
[_RCe, _R, _E],
|
|
918
|
-
[2, [() => OperationPayload, 0], [() => ErrorObject
|
|
933
|
+
[2, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
934
|
+
];
|
|
935
|
+
export var ContextFailedDetails$ = [3, n0, _CFDo,
|
|
936
|
+
0,
|
|
937
|
+
[_E],
|
|
938
|
+
[[() => EventError$, 0]]
|
|
919
939
|
];
|
|
920
|
-
export var
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
940
|
+
export var ContextOptions$ = [3, n0, _COo,
|
|
941
|
+
0,
|
|
942
|
+
[_RCe],
|
|
943
|
+
[2]
|
|
944
|
+
];
|
|
945
|
+
export var ContextStartedDetails$ = [3, n0, _CSDo,
|
|
946
|
+
0,
|
|
947
|
+
[],
|
|
948
|
+
[]
|
|
949
|
+
];
|
|
950
|
+
export var ContextSucceededDetails$ = [3, n0, _CSDon,
|
|
951
|
+
0,
|
|
952
|
+
[_R],
|
|
953
|
+
[[() => EventResult$, 0]]
|
|
954
|
+
];
|
|
955
|
+
export var Cors$ = [3, n0, _Co,
|
|
928
956
|
0,
|
|
929
957
|
[_ACl, _AH, _AM, _AO, _EH, _MA],
|
|
930
|
-
[2, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1]
|
|
958
|
+
[2, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1]
|
|
931
959
|
];
|
|
932
|
-
export var CreateAliasRequest = [
|
|
933
|
-
3,
|
|
934
|
-
n0,
|
|
935
|
-
_CAR,
|
|
960
|
+
export var CreateAliasRequest$ = [3, n0, _CAR,
|
|
936
961
|
0,
|
|
937
962
|
[_FN, _N, _FV, _D, _RC],
|
|
938
|
-
[[0, 1], 0, 0, 0, () => AliasRoutingConfiguration]
|
|
963
|
+
[[0, 1], 0, 0, 0, () => AliasRoutingConfiguration$]
|
|
939
964
|
];
|
|
940
|
-
export var CreateCapacityProviderRequest = [
|
|
941
|
-
3,
|
|
942
|
-
n0,
|
|
943
|
-
_CCPR,
|
|
965
|
+
export var CreateCapacityProviderRequest$ = [3, n0, _CCPR,
|
|
944
966
|
0,
|
|
945
967
|
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
946
|
-
[
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
],
|
|
955
|
-
];
|
|
956
|
-
export var CreateCapacityProviderResponse = [3, n0, _CCPRr, 0, [_CP], [() => CapacityProvider]];
|
|
957
|
-
export var CreateCodeSigningConfigRequest = [
|
|
958
|
-
3,
|
|
959
|
-
n0,
|
|
960
|
-
_CCSCR,
|
|
968
|
+
[0, () => CapacityProviderVpcConfig$, () => CapacityProviderPermissionsConfig$, () => InstanceRequirements$, () => CapacityProviderScalingConfig$, 0, 128 | 0]
|
|
969
|
+
];
|
|
970
|
+
export var CreateCapacityProviderResponse$ = [3, n0, _CCPRr,
|
|
971
|
+
0,
|
|
972
|
+
[_CP],
|
|
973
|
+
[() => CapacityProvider$]
|
|
974
|
+
];
|
|
975
|
+
export var CreateCodeSigningConfigRequest$ = [3, n0, _CCSCR,
|
|
961
976
|
0,
|
|
962
977
|
[_D, _AP, _CSP, _Ta],
|
|
963
|
-
[0, () => AllowedPublishers
|
|
978
|
+
[0, () => AllowedPublishers$, () => CodeSigningPolicies$, 128 | 0]
|
|
964
979
|
];
|
|
965
|
-
export var CreateCodeSigningConfigResponse = [
|
|
966
|
-
3,
|
|
967
|
-
n0,
|
|
968
|
-
_CCSCRr,
|
|
980
|
+
export var CreateCodeSigningConfigResponse$ = [3, n0, _CCSCRr,
|
|
969
981
|
0,
|
|
970
982
|
[_CSC],
|
|
971
|
-
[() => CodeSigningConfig]
|
|
972
|
-
];
|
|
973
|
-
export var CreateEventSourceMappingRequest = [
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
_MBWIS,
|
|
985
|
-
_PF,
|
|
986
|
-
_SPt,
|
|
987
|
-
_SPT,
|
|
988
|
-
_DC,
|
|
989
|
-
_MRAIS,
|
|
990
|
-
_BBOFE,
|
|
991
|
-
_MRA,
|
|
992
|
-
_Ta,
|
|
993
|
-
_TWIS,
|
|
994
|
-
_To,
|
|
995
|
-
_Qu,
|
|
996
|
-
_SAC,
|
|
997
|
-
_SMES,
|
|
998
|
-
_FRT,
|
|
999
|
-
_AMKESC,
|
|
1000
|
-
_SMKESC,
|
|
1001
|
-
_SC,
|
|
1002
|
-
_DDBESC,
|
|
1003
|
-
_KMSKA,
|
|
1004
|
-
_MC,
|
|
1005
|
-
_PPC,
|
|
1006
|
-
],
|
|
1007
|
-
[
|
|
1008
|
-
0,
|
|
1009
|
-
0,
|
|
1010
|
-
2,
|
|
1011
|
-
1,
|
|
1012
|
-
() => FilterCriteria,
|
|
1013
|
-
1,
|
|
1014
|
-
1,
|
|
1015
|
-
0,
|
|
1016
|
-
4,
|
|
1017
|
-
() => DestinationConfig,
|
|
1018
|
-
1,
|
|
1019
|
-
2,
|
|
1020
|
-
1,
|
|
1021
|
-
128 | 0,
|
|
1022
|
-
1,
|
|
1023
|
-
64 | 0,
|
|
1024
|
-
64 | 0,
|
|
1025
|
-
() => SourceAccessConfigurations,
|
|
1026
|
-
() => SelfManagedEventSource,
|
|
1027
|
-
64 | 0,
|
|
1028
|
-
() => AmazonManagedKafkaEventSourceConfig,
|
|
1029
|
-
() => SelfManagedKafkaEventSourceConfig,
|
|
1030
|
-
() => ScalingConfig,
|
|
1031
|
-
() => DocumentDBEventSourceConfig,
|
|
1032
|
-
0,
|
|
1033
|
-
() => EventSourceMappingMetricsConfig,
|
|
1034
|
-
() => ProvisionedPollerConfig,
|
|
1035
|
-
],
|
|
1036
|
-
];
|
|
1037
|
-
export var CreateFunctionRequest = [
|
|
1038
|
-
3,
|
|
1039
|
-
n0,
|
|
1040
|
-
_CFR,
|
|
1041
|
-
0,
|
|
1042
|
-
[
|
|
1043
|
-
_FN,
|
|
1044
|
-
_Ru,
|
|
1045
|
-
_Ro,
|
|
1046
|
-
_H,
|
|
1047
|
-
_Cod,
|
|
1048
|
-
_D,
|
|
1049
|
-
_T,
|
|
1050
|
-
_MS,
|
|
1051
|
-
_Pu,
|
|
1052
|
-
_VC,
|
|
1053
|
-
_PT,
|
|
1054
|
-
_DLC,
|
|
1055
|
-
_Env,
|
|
1056
|
-
_KMSKA,
|
|
1057
|
-
_TC,
|
|
1058
|
-
_Ta,
|
|
1059
|
-
_L,
|
|
1060
|
-
_FSC,
|
|
1061
|
-
_IC,
|
|
1062
|
-
_CSCA,
|
|
1063
|
-
_Ar,
|
|
1064
|
-
_ES,
|
|
1065
|
-
_SSn,
|
|
1066
|
-
_LC,
|
|
1067
|
-
_CPC,
|
|
1068
|
-
_PTu,
|
|
1069
|
-
_DCu,
|
|
1070
|
-
_TCe,
|
|
1071
|
-
],
|
|
1072
|
-
[
|
|
1073
|
-
0,
|
|
1074
|
-
0,
|
|
1075
|
-
0,
|
|
1076
|
-
0,
|
|
1077
|
-
[() => FunctionCode, 0],
|
|
1078
|
-
0,
|
|
1079
|
-
1,
|
|
1080
|
-
1,
|
|
1081
|
-
2,
|
|
1082
|
-
() => VpcConfig,
|
|
1083
|
-
0,
|
|
1084
|
-
() => DeadLetterConfig,
|
|
1085
|
-
[() => Environment, 0],
|
|
1086
|
-
0,
|
|
1087
|
-
() => TracingConfig,
|
|
1088
|
-
128 | 0,
|
|
1089
|
-
64 | 0,
|
|
1090
|
-
() => FileSystemConfigList,
|
|
1091
|
-
() => ImageConfig,
|
|
1092
|
-
0,
|
|
1093
|
-
64 | 0,
|
|
1094
|
-
() => EphemeralStorage,
|
|
1095
|
-
() => SnapStart,
|
|
1096
|
-
() => LoggingConfig,
|
|
1097
|
-
() => CapacityProviderConfig,
|
|
1098
|
-
0,
|
|
1099
|
-
() => DurableConfig,
|
|
1100
|
-
() => TenancyConfig,
|
|
1101
|
-
],
|
|
1102
|
-
];
|
|
1103
|
-
export var CreateFunctionUrlConfigRequest = [
|
|
1104
|
-
3,
|
|
1105
|
-
n0,
|
|
1106
|
-
_CFUCR,
|
|
983
|
+
[() => CodeSigningConfig$]
|
|
984
|
+
];
|
|
985
|
+
export var CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
|
|
986
|
+
0,
|
|
987
|
+
[_ESA, _FN, _En, _BSa, _FCi, _MBWIS, _PF, _SPt, _SPT, _DC, _MRAIS, _BBOFE, _MRA, _Ta, _TWIS, _To, _Qu, _SAC, _SMES, _FRT, _AMKESC, _SMKESC, _SC, _DDBESC, _KMSKA, _MC, _PPC],
|
|
988
|
+
[0, 0, 2, 1, () => FilterCriteria$, 1, 1, 0, 4, () => DestinationConfig$, 1, 2, 1, 128 | 0, 1, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$]
|
|
989
|
+
];
|
|
990
|
+
export var CreateFunctionRequest$ = [3, n0, _CFR,
|
|
991
|
+
0,
|
|
992
|
+
[_FN, _Ru, _Ro, _H, _Cod, _D, _T, _MS, _Pu, _VC, _PT, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
|
|
993
|
+
[0, 0, 0, 0, [() => FunctionCode$, 0], 0, 1, 1, 2, () => VpcConfig$, 0, () => DeadLetterConfig$, [() => Environment$, 0], 0, () => TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, 0, 64 | 0, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$]
|
|
994
|
+
];
|
|
995
|
+
export var CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
|
|
1107
996
|
0,
|
|
1108
997
|
[_FN, _Q, _AT, _Co, _IM],
|
|
1109
|
-
[[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors
|
|
998
|
+
[[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors$, 0]
|
|
1110
999
|
];
|
|
1111
|
-
export var CreateFunctionUrlConfigResponse = [
|
|
1112
|
-
3,
|
|
1113
|
-
n0,
|
|
1114
|
-
_CFUCRr,
|
|
1000
|
+
export var CreateFunctionUrlConfigResponse$ = [3, n0, _CFUCRr,
|
|
1115
1001
|
0,
|
|
1116
1002
|
[_FU, _FA, _AT, _Co, _CTr, _IM],
|
|
1117
|
-
[0, 0, 0, () => Cors
|
|
1003
|
+
[0, 0, 0, () => Cors$, 0, 0]
|
|
1118
1004
|
];
|
|
1119
|
-
export var DeadLetterConfig = [3, n0, _DLC,
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1005
|
+
export var DeadLetterConfig$ = [3, n0, _DLC,
|
|
1006
|
+
0,
|
|
1007
|
+
[_TA],
|
|
1008
|
+
[0]
|
|
1009
|
+
];
|
|
1010
|
+
export var DeleteAliasRequest$ = [3, n0, _DAR,
|
|
1124
1011
|
0,
|
|
1125
1012
|
[_FN, _N],
|
|
1126
|
-
[
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
]
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
export var
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
export var
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1013
|
+
[[0, 1], [0, 1]]
|
|
1014
|
+
];
|
|
1015
|
+
export var DeleteCapacityProviderRequest$ = [3, n0, _DCPR,
|
|
1016
|
+
0,
|
|
1017
|
+
[_CPN],
|
|
1018
|
+
[[0, 1]]
|
|
1019
|
+
];
|
|
1020
|
+
export var DeleteCapacityProviderResponse$ = [3, n0, _DCPRe,
|
|
1021
|
+
0,
|
|
1022
|
+
[_CP],
|
|
1023
|
+
[() => CapacityProvider$]
|
|
1024
|
+
];
|
|
1025
|
+
export var DeleteCodeSigningConfigRequest$ = [3, n0, _DCSCR,
|
|
1026
|
+
0,
|
|
1027
|
+
[_CSCA],
|
|
1028
|
+
[[0, 1]]
|
|
1029
|
+
];
|
|
1030
|
+
export var DeleteCodeSigningConfigResponse$ = [3, n0, _DCSCRe,
|
|
1031
|
+
0,
|
|
1032
|
+
[],
|
|
1033
|
+
[]
|
|
1034
|
+
];
|
|
1035
|
+
export var DeleteEventSourceMappingRequest$ = [3, n0, _DESMR,
|
|
1036
|
+
0,
|
|
1037
|
+
[_UUID],
|
|
1038
|
+
[[0, 1]]
|
|
1039
|
+
];
|
|
1040
|
+
export var DeleteFunctionCodeSigningConfigRequest$ = [3, n0, _DFCSCR,
|
|
1041
|
+
0,
|
|
1042
|
+
[_FN],
|
|
1043
|
+
[[0, 1]]
|
|
1044
|
+
];
|
|
1045
|
+
export var DeleteFunctionConcurrencyRequest$ = [3, n0, _DFCR,
|
|
1046
|
+
0,
|
|
1047
|
+
[_FN],
|
|
1048
|
+
[[0, 1]]
|
|
1049
|
+
];
|
|
1050
|
+
export var DeleteFunctionEventInvokeConfigRequest$ = [3, n0, _DFEICR,
|
|
1142
1051
|
0,
|
|
1143
1052
|
[_FN, _Q],
|
|
1144
|
-
[
|
|
1145
|
-
[0, 1],
|
|
1146
|
-
[0, { [_hQ]: _Q }],
|
|
1147
|
-
],
|
|
1053
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1148
1054
|
];
|
|
1149
|
-
export var DeleteFunctionRequest = [
|
|
1150
|
-
3,
|
|
1151
|
-
n0,
|
|
1152
|
-
_DFR,
|
|
1055
|
+
export var DeleteFunctionRequest$ = [3, n0, _DFR,
|
|
1153
1056
|
0,
|
|
1154
1057
|
[_FN, _Q],
|
|
1155
|
-
[
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1058
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1059
|
+
];
|
|
1060
|
+
export var DeleteFunctionResponse$ = [3, n0, _DFRe,
|
|
1061
|
+
0,
|
|
1062
|
+
[_SCt],
|
|
1063
|
+
[[1, 32]]
|
|
1159
1064
|
];
|
|
1160
|
-
export var
|
|
1161
|
-
export var DeleteFunctionUrlConfigRequest = [
|
|
1162
|
-
3,
|
|
1163
|
-
n0,
|
|
1164
|
-
_DFUCR,
|
|
1065
|
+
export var DeleteFunctionUrlConfigRequest$ = [3, n0, _DFUCR,
|
|
1165
1066
|
0,
|
|
1166
1067
|
[_FN, _Q],
|
|
1167
|
-
[
|
|
1168
|
-
[0, 1],
|
|
1169
|
-
[0, { [_hQ]: _Q }],
|
|
1170
|
-
],
|
|
1068
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1171
1069
|
];
|
|
1172
|
-
export var DeleteLayerVersionRequest = [
|
|
1173
|
-
3,
|
|
1174
|
-
n0,
|
|
1175
|
-
_DLVR,
|
|
1070
|
+
export var DeleteLayerVersionRequest$ = [3, n0, _DLVR,
|
|
1176
1071
|
0,
|
|
1177
1072
|
[_LN, _VN],
|
|
1178
|
-
[
|
|
1179
|
-
[0, 1],
|
|
1180
|
-
[1, 1],
|
|
1181
|
-
],
|
|
1073
|
+
[[0, 1], [1, 1]]
|
|
1182
1074
|
];
|
|
1183
|
-
export var DeleteProvisionedConcurrencyConfigRequest = [
|
|
1184
|
-
3,
|
|
1185
|
-
n0,
|
|
1186
|
-
_DPCCR,
|
|
1075
|
+
export var DeleteProvisionedConcurrencyConfigRequest$ = [3, n0, _DPCCR,
|
|
1187
1076
|
0,
|
|
1188
1077
|
[_FN, _Q],
|
|
1189
|
-
[
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
]
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
export var
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1078
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1079
|
+
];
|
|
1080
|
+
export var DestinationConfig$ = [3, n0, _DC,
|
|
1081
|
+
0,
|
|
1082
|
+
[_OS, _OF],
|
|
1083
|
+
[() => OnSuccess$, () => OnFailure$]
|
|
1084
|
+
];
|
|
1085
|
+
export var DocumentDBEventSourceConfig$ = [3, n0, _DDBESC,
|
|
1086
|
+
0,
|
|
1087
|
+
[_DN, _CN, _FD],
|
|
1088
|
+
[0, 0, 0]
|
|
1089
|
+
];
|
|
1090
|
+
export var DurableConfig$ = [3, n0, _DCu,
|
|
1091
|
+
0,
|
|
1092
|
+
[_RPID, _ETx],
|
|
1093
|
+
[1, 1]
|
|
1094
|
+
];
|
|
1095
|
+
export var DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
|
|
1201
1096
|
{ [_e]: _c, [_hE]: 409 },
|
|
1202
1097
|
[_Ty, _M],
|
|
1203
|
-
[0, 0]
|
|
1204
|
-
];
|
|
1205
|
-
TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException
|
|
1206
|
-
export var EC2AccessDeniedException = [-3, n0, _ECADE,
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1098
|
+
[0, 0]
|
|
1099
|
+
];
|
|
1100
|
+
TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
|
|
1101
|
+
export var EC2AccessDeniedException$ = [-3, n0, _ECADE,
|
|
1102
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1103
|
+
[_Ty, _M],
|
|
1104
|
+
[0, 0]
|
|
1105
|
+
];
|
|
1106
|
+
TypeRegistry.for(n0).registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
|
|
1107
|
+
export var EC2ThrottledException$ = [-3, n0, _ECTE,
|
|
1108
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1109
|
+
[_Ty, _M],
|
|
1110
|
+
[0, 0]
|
|
1111
|
+
];
|
|
1112
|
+
TypeRegistry.for(n0).registerError(EC2ThrottledException$, EC2ThrottledException);
|
|
1113
|
+
export var EC2UnexpectedException$ = [-3, n0, _ECUE,
|
|
1214
1114
|
{ [_e]: _se, [_hE]: 502 },
|
|
1215
1115
|
[_Ty, _M, _ECEC],
|
|
1216
|
-
[0, 0, 0]
|
|
1217
|
-
];
|
|
1218
|
-
TypeRegistry.for(n0).registerError(EC2UnexpectedException
|
|
1219
|
-
export var EFSIOException = [-3, n0, _EFSIOE,
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1116
|
+
[0, 0, 0]
|
|
1117
|
+
];
|
|
1118
|
+
TypeRegistry.for(n0).registerError(EC2UnexpectedException$, EC2UnexpectedException);
|
|
1119
|
+
export var EFSIOException$ = [-3, n0, _EFSIOE,
|
|
1120
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
1121
|
+
[_Ty, _M],
|
|
1122
|
+
[0, 0]
|
|
1123
|
+
];
|
|
1124
|
+
TypeRegistry.for(n0).registerError(EFSIOException$, EFSIOException);
|
|
1125
|
+
export var EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
|
|
1225
1126
|
{ [_e]: _c, [_hE]: 408 },
|
|
1226
1127
|
[_Ty, _M],
|
|
1227
|
-
[0, 0]
|
|
1228
|
-
];
|
|
1229
|
-
TypeRegistry.for(n0).registerError(EFSMountConnectivityException
|
|
1230
|
-
export var EFSMountFailureException = [-3, n0, _EFSMFE,
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1128
|
+
[0, 0]
|
|
1129
|
+
];
|
|
1130
|
+
TypeRegistry.for(n0).registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
|
|
1131
|
+
export var EFSMountFailureException$ = [-3, n0, _EFSMFE,
|
|
1132
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1133
|
+
[_Ty, _M],
|
|
1134
|
+
[0, 0]
|
|
1135
|
+
];
|
|
1136
|
+
TypeRegistry.for(n0).registerError(EFSMountFailureException$, EFSMountFailureException);
|
|
1137
|
+
export var EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
|
|
1138
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
1139
|
+
[_Ty, _M],
|
|
1140
|
+
[0, 0]
|
|
1141
|
+
];
|
|
1142
|
+
TypeRegistry.for(n0).registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
|
|
1143
|
+
export var ENILimitReachedException$ = [-3, n0, _ENILRE,
|
|
1238
1144
|
{ [_e]: _se, [_hE]: 502 },
|
|
1239
1145
|
[_Ty, _M],
|
|
1240
|
-
[0, 0]
|
|
1146
|
+
[0, 0]
|
|
1147
|
+
];
|
|
1148
|
+
TypeRegistry.for(n0).registerError(ENILimitReachedException$, ENILimitReachedException);
|
|
1149
|
+
export var Environment$ = [3, n0, _Env,
|
|
1150
|
+
0,
|
|
1151
|
+
[_V],
|
|
1152
|
+
[[() => EnvironmentVariables, 0]]
|
|
1241
1153
|
];
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
_ER,
|
|
1154
|
+
export var EnvironmentError$ = [3, n0, _EE,
|
|
1155
|
+
0,
|
|
1156
|
+
[_EC, _M],
|
|
1157
|
+
[0, [() => SensitiveString, 0]]
|
|
1158
|
+
];
|
|
1159
|
+
export var EnvironmentResponse$ = [3, n0, _ER,
|
|
1249
1160
|
0,
|
|
1250
1161
|
[_V, _E],
|
|
1251
|
-
[
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1162
|
+
[[() => EnvironmentVariables, 0], [() => EnvironmentError$, 0]]
|
|
1163
|
+
];
|
|
1164
|
+
export var EphemeralStorage$ = [3, n0, _ES,
|
|
1165
|
+
0,
|
|
1166
|
+
[_Si],
|
|
1167
|
+
[1]
|
|
1255
1168
|
];
|
|
1256
|
-
export var
|
|
1257
|
-
export var ErrorObject = [
|
|
1258
|
-
3,
|
|
1259
|
-
n0,
|
|
1260
|
-
_EO,
|
|
1169
|
+
export var ErrorObject$ = [3, n0, _EO,
|
|
1261
1170
|
0,
|
|
1262
1171
|
[_EM, _ET, _ED, _ST],
|
|
1263
|
-
[
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
],
|
|
1269
|
-
];
|
|
1270
|
-
export var
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
],
|
|
1308
|
-
[
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
export var
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
_UUID,
|
|
1352
|
-
_SPt,
|
|
1353
|
-
_SPT,
|
|
1354
|
-
_BSa,
|
|
1355
|
-
_MBWIS,
|
|
1356
|
-
_PF,
|
|
1357
|
-
_ESA,
|
|
1358
|
-
_FCi,
|
|
1359
|
-
_FA,
|
|
1360
|
-
_LM,
|
|
1361
|
-
_LPR,
|
|
1362
|
-
_St,
|
|
1363
|
-
_STR,
|
|
1364
|
-
_DC,
|
|
1365
|
-
_To,
|
|
1366
|
-
_Qu,
|
|
1367
|
-
_SAC,
|
|
1368
|
-
_SMES,
|
|
1369
|
-
_MRAIS,
|
|
1370
|
-
_BBOFE,
|
|
1371
|
-
_MRA,
|
|
1372
|
-
_TWIS,
|
|
1373
|
-
_FRT,
|
|
1374
|
-
_AMKESC,
|
|
1375
|
-
_SMKESC,
|
|
1376
|
-
_SC,
|
|
1377
|
-
_DDBESC,
|
|
1378
|
-
_KMSKA,
|
|
1379
|
-
_FCE,
|
|
1380
|
-
_ESMA,
|
|
1381
|
-
_MC,
|
|
1382
|
-
_PPC,
|
|
1383
|
-
],
|
|
1384
|
-
[
|
|
1385
|
-
0,
|
|
1386
|
-
0,
|
|
1387
|
-
4,
|
|
1388
|
-
1,
|
|
1389
|
-
1,
|
|
1390
|
-
1,
|
|
1391
|
-
0,
|
|
1392
|
-
() => FilterCriteria,
|
|
1393
|
-
0,
|
|
1394
|
-
4,
|
|
1395
|
-
0,
|
|
1396
|
-
0,
|
|
1397
|
-
0,
|
|
1398
|
-
() => DestinationConfig,
|
|
1399
|
-
64 | 0,
|
|
1400
|
-
64 | 0,
|
|
1401
|
-
() => SourceAccessConfigurations,
|
|
1402
|
-
() => SelfManagedEventSource,
|
|
1403
|
-
1,
|
|
1404
|
-
2,
|
|
1405
|
-
1,
|
|
1406
|
-
1,
|
|
1407
|
-
64 | 0,
|
|
1408
|
-
() => AmazonManagedKafkaEventSourceConfig,
|
|
1409
|
-
() => SelfManagedKafkaEventSourceConfig,
|
|
1410
|
-
() => ScalingConfig,
|
|
1411
|
-
() => DocumentDBEventSourceConfig,
|
|
1412
|
-
0,
|
|
1413
|
-
() => FilterCriteriaError,
|
|
1414
|
-
0,
|
|
1415
|
-
() => EventSourceMappingMetricsConfig,
|
|
1416
|
-
() => ProvisionedPollerConfig,
|
|
1417
|
-
],
|
|
1418
|
-
];
|
|
1419
|
-
export var EventSourceMappingMetricsConfig = [3, n0, _ESMMC, 0, [_Me], [64 | 0]];
|
|
1420
|
-
export var Execution = [3, n0, _Ex, 0, [_DEA, _DEN, _FA, _Sta, _STt, _ETn], [0, 0, 0, 0, 4, 4]];
|
|
1421
|
-
export var ExecutionDetails = [3, n0, _EDx, 0, [_IP], [[() => InputPayload, 0]]];
|
|
1422
|
-
export var ExecutionFailedDetails = [3, n0, _EFD, 0, [_E], [[() => EventError, 0]]];
|
|
1423
|
-
export var ExecutionStartedDetails = [3, n0, _ESD, 0, [_I, _ETx], [[() => EventInput, 0], 1]];
|
|
1424
|
-
export var ExecutionStoppedDetails = [3, n0, _ESDxe, 0, [_E], [[() => EventError, 0]]];
|
|
1425
|
-
export var ExecutionSucceededDetails = [3, n0, _ESDx, 0, [_R], [[() => EventResult, 0]]];
|
|
1426
|
-
export var ExecutionTimedOutDetails = [3, n0, _ETOD, 0, [_E], [[() => EventError, 0]]];
|
|
1427
|
-
export var FileSystemConfig = [3, n0, _FSCi, 0, [_Arn, _LMP], [0, 0]];
|
|
1428
|
-
export var Filter = [3, n0, _F, 0, [_Pat], [0]];
|
|
1429
|
-
export var FilterCriteria = [3, n0, _FCi, 0, [_Fi], [() => FilterList]];
|
|
1430
|
-
export var FilterCriteriaError = [3, n0, _FCE, 0, [_EC, _M], [0, 0]];
|
|
1431
|
-
export var FunctionCode = [
|
|
1432
|
-
3,
|
|
1433
|
-
n0,
|
|
1434
|
-
_FCu,
|
|
1172
|
+
[[() => ErrorMessage, 0], [() => ErrorType, 0], [() => ErrorData, 0], [() => StackTraceEntries, 0]]
|
|
1173
|
+
];
|
|
1174
|
+
export var Event$ = [3, n0, _Ev,
|
|
1175
|
+
0,
|
|
1176
|
+
[_ETv, _STu, _EI, _Id, _N, _ETve, _PI, _ESD, _ESDx, _EFD, _ETOD, _ESDxe, _CSDo, _CSDon, _CFDo, _WSD, _WSDa, _WCD, _SSD, _SSDt, _SFD, _CISD, _CISDha, _CIFD, _CITOD, _CISDh, _CSD, _CSDa, _CFD, _CTOD, _ICD],
|
|
1177
|
+
[0, 0, 1, 0, 0, 4, 0, [() => ExecutionStartedDetails$, 0], [() => ExecutionSucceededDetails$, 0], [() => ExecutionFailedDetails$, 0], [() => ExecutionTimedOutDetails$, 0], [() => ExecutionStoppedDetails$, 0], () => ContextStartedDetails$, [() => ContextSucceededDetails$, 0], [() => ContextFailedDetails$, 0], () => WaitStartedDetails$, () => WaitSucceededDetails$, [() => WaitCancelledDetails$, 0], () => StepStartedDetails$, [() => StepSucceededDetails$, 0], [() => StepFailedDetails$, 0], [() => ChainedInvokeStartedDetails$, 0], [() => ChainedInvokeSucceededDetails$, 0], [() => ChainedInvokeFailedDetails$, 0], [() => ChainedInvokeTimedOutDetails$, 0], [() => ChainedInvokeStoppedDetails$, 0], () => CallbackStartedDetails$, [() => CallbackSucceededDetails$, 0], [() => CallbackFailedDetails$, 0], [() => CallbackTimedOutDetails$, 0], [() => InvocationCompletedDetails$, 0]]
|
|
1178
|
+
];
|
|
1179
|
+
export var EventError$ = [3, n0, _EEv,
|
|
1180
|
+
0,
|
|
1181
|
+
[_Pa, _Tr],
|
|
1182
|
+
[[() => ErrorObject$, 0], 2]
|
|
1183
|
+
];
|
|
1184
|
+
export var EventInput$ = [3, n0, _EIv,
|
|
1185
|
+
0,
|
|
1186
|
+
[_Pa, _Tr],
|
|
1187
|
+
[[() => InputPayload, 0], 2]
|
|
1188
|
+
];
|
|
1189
|
+
export var EventResult$ = [3, n0, _ERv,
|
|
1190
|
+
0,
|
|
1191
|
+
[_Pa, _Tr],
|
|
1192
|
+
[[() => OperationPayload, 0], 2]
|
|
1193
|
+
];
|
|
1194
|
+
export var EventSourceMappingConfiguration$ = [3, n0, _ESMC,
|
|
1195
|
+
0,
|
|
1196
|
+
[_UUID, _SPt, _SPT, _BSa, _MBWIS, _PF, _ESA, _FCi, _FA, _LM, _LPR, _St, _STR, _DC, _To, _Qu, _SAC, _SMES, _MRAIS, _BBOFE, _MRA, _TWIS, _FRT, _AMKESC, _SMKESC, _SC, _DDBESC, _KMSKA, _FCE, _ESMA, _MC, _PPC],
|
|
1197
|
+
[0, 0, 4, 1, 1, 1, 0, () => FilterCriteria$, 0, 4, 0, 0, 0, () => DestinationConfig$, 64 | 0, 64 | 0, () => SourceAccessConfigurations, () => SelfManagedEventSource$, 1, 2, 1, 1, 64 | 0, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => ScalingConfig$, () => DocumentDBEventSourceConfig$, 0, () => FilterCriteriaError$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$]
|
|
1198
|
+
];
|
|
1199
|
+
export var EventSourceMappingMetricsConfig$ = [3, n0, _ESMMC,
|
|
1200
|
+
0,
|
|
1201
|
+
[_Me],
|
|
1202
|
+
[64 | 0]
|
|
1203
|
+
];
|
|
1204
|
+
export var Execution$ = [3, n0, _Ex,
|
|
1205
|
+
0,
|
|
1206
|
+
[_DEA, _DEN, _FA, _Sta, _STt, _ETn],
|
|
1207
|
+
[0, 0, 0, 0, 4, 4]
|
|
1208
|
+
];
|
|
1209
|
+
export var ExecutionDetails$ = [3, n0, _EDx,
|
|
1210
|
+
0,
|
|
1211
|
+
[_IP],
|
|
1212
|
+
[[() => InputPayload, 0]]
|
|
1213
|
+
];
|
|
1214
|
+
export var ExecutionFailedDetails$ = [3, n0, _EFD,
|
|
1215
|
+
0,
|
|
1216
|
+
[_E],
|
|
1217
|
+
[[() => EventError$, 0]]
|
|
1218
|
+
];
|
|
1219
|
+
export var ExecutionStartedDetails$ = [3, n0, _ESD,
|
|
1220
|
+
0,
|
|
1221
|
+
[_I, _ETx],
|
|
1222
|
+
[[() => EventInput$, 0], 1]
|
|
1223
|
+
];
|
|
1224
|
+
export var ExecutionStoppedDetails$ = [3, n0, _ESDxe,
|
|
1225
|
+
0,
|
|
1226
|
+
[_E],
|
|
1227
|
+
[[() => EventError$, 0]]
|
|
1228
|
+
];
|
|
1229
|
+
export var ExecutionSucceededDetails$ = [3, n0, _ESDx,
|
|
1230
|
+
0,
|
|
1231
|
+
[_R],
|
|
1232
|
+
[[() => EventResult$, 0]]
|
|
1233
|
+
];
|
|
1234
|
+
export var ExecutionTimedOutDetails$ = [3, n0, _ETOD,
|
|
1235
|
+
0,
|
|
1236
|
+
[_E],
|
|
1237
|
+
[[() => EventError$, 0]]
|
|
1238
|
+
];
|
|
1239
|
+
export var FileSystemConfig$ = [3, n0, _FSCi,
|
|
1240
|
+
0,
|
|
1241
|
+
[_Arn, _LMP],
|
|
1242
|
+
[0, 0]
|
|
1243
|
+
];
|
|
1244
|
+
export var Filter$ = [3, n0, _F,
|
|
1245
|
+
0,
|
|
1246
|
+
[_Pat],
|
|
1247
|
+
[0]
|
|
1248
|
+
];
|
|
1249
|
+
export var FilterCriteria$ = [3, n0, _FCi,
|
|
1250
|
+
0,
|
|
1251
|
+
[_Fi],
|
|
1252
|
+
[() => FilterList]
|
|
1253
|
+
];
|
|
1254
|
+
export var FilterCriteriaError$ = [3, n0, _FCE,
|
|
1255
|
+
0,
|
|
1256
|
+
[_EC, _M],
|
|
1257
|
+
[0, 0]
|
|
1258
|
+
];
|
|
1259
|
+
export var FunctionCode$ = [3, n0, _FCu,
|
|
1435
1260
|
0,
|
|
1436
1261
|
[_ZF, _SB, _SK, _SOV, _IU, _SKMSKA],
|
|
1437
|
-
[[() => _Blob, 0], 0, 0, 0, 0, 0]
|
|
1262
|
+
[[() => _Blob, 0], 0, 0, 0, 0, 0]
|
|
1438
1263
|
];
|
|
1439
|
-
export var FunctionCodeLocation = [
|
|
1440
|
-
3,
|
|
1441
|
-
n0,
|
|
1442
|
-
_FCL,
|
|
1264
|
+
export var FunctionCodeLocation$ = [3, n0, _FCL,
|
|
1443
1265
|
0,
|
|
1444
1266
|
[_RT, _Lo, _IU, _RIU, _SKMSKA],
|
|
1445
|
-
[0, 0, 0, 0, 0]
|
|
1446
|
-
];
|
|
1447
|
-
export var FunctionConfiguration = [
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
_FN,
|
|
1454
|
-
_FA,
|
|
1455
|
-
_Ru,
|
|
1456
|
-
_Ro,
|
|
1457
|
-
_H,
|
|
1458
|
-
_CS,
|
|
1459
|
-
_D,
|
|
1460
|
-
_T,
|
|
1461
|
-
_MS,
|
|
1462
|
-
_LM,
|
|
1463
|
-
_CSo,
|
|
1464
|
-
_Ve,
|
|
1465
|
-
_VC,
|
|
1466
|
-
_DLC,
|
|
1467
|
-
_Env,
|
|
1468
|
-
_KMSKA,
|
|
1469
|
-
_TC,
|
|
1470
|
-
_MAa,
|
|
1471
|
-
_RI,
|
|
1472
|
-
_L,
|
|
1473
|
-
_St,
|
|
1474
|
-
_SR,
|
|
1475
|
-
_SRCt,
|
|
1476
|
-
_LUS,
|
|
1477
|
-
_LUSR,
|
|
1478
|
-
_LUSRC,
|
|
1479
|
-
_FSC,
|
|
1480
|
-
_PT,
|
|
1481
|
-
_ICR,
|
|
1482
|
-
_SPVAi,
|
|
1483
|
-
_SJA,
|
|
1484
|
-
_Ar,
|
|
1485
|
-
_ES,
|
|
1486
|
-
_SSn,
|
|
1487
|
-
_RVC,
|
|
1488
|
-
_LC,
|
|
1489
|
-
_CPC,
|
|
1490
|
-
_CSon,
|
|
1491
|
-
_DCu,
|
|
1492
|
-
_TCe,
|
|
1493
|
-
],
|
|
1494
|
-
[
|
|
1495
|
-
0,
|
|
1496
|
-
0,
|
|
1497
|
-
0,
|
|
1498
|
-
0,
|
|
1499
|
-
0,
|
|
1500
|
-
1,
|
|
1501
|
-
0,
|
|
1502
|
-
1,
|
|
1503
|
-
1,
|
|
1504
|
-
0,
|
|
1505
|
-
0,
|
|
1506
|
-
0,
|
|
1507
|
-
() => VpcConfigResponse,
|
|
1508
|
-
() => DeadLetterConfig,
|
|
1509
|
-
[() => EnvironmentResponse, 0],
|
|
1510
|
-
0,
|
|
1511
|
-
() => TracingConfigResponse,
|
|
1512
|
-
0,
|
|
1513
|
-
0,
|
|
1514
|
-
() => LayersReferenceList,
|
|
1515
|
-
0,
|
|
1516
|
-
0,
|
|
1517
|
-
0,
|
|
1518
|
-
0,
|
|
1519
|
-
0,
|
|
1520
|
-
0,
|
|
1521
|
-
() => FileSystemConfigList,
|
|
1522
|
-
0,
|
|
1523
|
-
[() => ImageConfigResponse, 0],
|
|
1524
|
-
0,
|
|
1525
|
-
0,
|
|
1526
|
-
64 | 0,
|
|
1527
|
-
() => EphemeralStorage,
|
|
1528
|
-
() => SnapStartResponse,
|
|
1529
|
-
[() => RuntimeVersionConfig, 0],
|
|
1530
|
-
() => LoggingConfig,
|
|
1531
|
-
() => CapacityProviderConfig,
|
|
1532
|
-
0,
|
|
1533
|
-
() => DurableConfig,
|
|
1534
|
-
() => TenancyConfig,
|
|
1535
|
-
],
|
|
1536
|
-
];
|
|
1537
|
-
export var FunctionEventInvokeConfig = [
|
|
1538
|
-
3,
|
|
1539
|
-
n0,
|
|
1540
|
-
_FEIC,
|
|
1267
|
+
[0, 0, 0, 0, 0]
|
|
1268
|
+
];
|
|
1269
|
+
export var FunctionConfiguration$ = [3, n0, _FCun,
|
|
1270
|
+
0,
|
|
1271
|
+
[_FN, _FA, _Ru, _Ro, _H, _CS, _D, _T, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PT, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
|
|
1272
|
+
[0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => VpcConfigResponse$, () => DeadLetterConfig$, [() => EnvironmentResponse$, 0], 0, () => TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => ImageConfigResponse$, 0], 0, 0, 64 | 0, () => EphemeralStorage$, () => SnapStartResponse$, [() => RuntimeVersionConfig$, 0], () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$]
|
|
1273
|
+
];
|
|
1274
|
+
export var FunctionEventInvokeConfig$ = [3, n0, _FEIC,
|
|
1541
1275
|
0,
|
|
1542
1276
|
[_LM, _FA, _MRA, _MEAIS, _DC],
|
|
1543
|
-
[4, 0, 1, 1, () => DestinationConfig]
|
|
1277
|
+
[4, 0, 1, 1, () => DestinationConfig$]
|
|
1278
|
+
];
|
|
1279
|
+
export var FunctionScalingConfig$ = [3, n0, _FSCu,
|
|
1280
|
+
0,
|
|
1281
|
+
[_MEE, _MEEa],
|
|
1282
|
+
[1, 1]
|
|
1544
1283
|
];
|
|
1545
|
-
export var
|
|
1546
|
-
export var FunctionUrlConfig = [
|
|
1547
|
-
3,
|
|
1548
|
-
n0,
|
|
1549
|
-
_FUC,
|
|
1284
|
+
export var FunctionUrlConfig$ = [3, n0, _FUC,
|
|
1550
1285
|
0,
|
|
1551
1286
|
[_FU, _FA, _CTr, _LMT, _Co, _AT, _IM],
|
|
1552
|
-
[0, 0, 0, 0, () => Cors
|
|
1287
|
+
[0, 0, 0, 0, () => Cors$, 0, 0]
|
|
1288
|
+
];
|
|
1289
|
+
export var FunctionVersionsByCapacityProviderListItem$ = [3, n0, _FVBCPLI,
|
|
1290
|
+
0,
|
|
1291
|
+
[_FA, _St],
|
|
1292
|
+
[0, 0]
|
|
1553
1293
|
];
|
|
1554
|
-
export var
|
|
1555
|
-
export var FunctionVersionsPerCapacityProviderLimitExceededException = [
|
|
1556
|
-
-3,
|
|
1557
|
-
n0,
|
|
1558
|
-
_FVPCPLEE,
|
|
1294
|
+
export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
|
|
1559
1295
|
{ [_e]: _c, [_hE]: 400 },
|
|
1560
1296
|
[_Ty, _m],
|
|
1561
|
-
[0, 0]
|
|
1297
|
+
[0, 0]
|
|
1298
|
+
];
|
|
1299
|
+
TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
|
|
1300
|
+
export var GetAccountSettingsRequest$ = [3, n0, _GASR,
|
|
1301
|
+
0,
|
|
1302
|
+
[],
|
|
1303
|
+
[]
|
|
1562
1304
|
];
|
|
1563
|
-
|
|
1564
|
-
export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
|
|
1565
|
-
export var GetAccountSettingsResponse = [
|
|
1566
|
-
3,
|
|
1567
|
-
n0,
|
|
1568
|
-
_GASRe,
|
|
1305
|
+
export var GetAccountSettingsResponse$ = [3, n0, _GASRe,
|
|
1569
1306
|
0,
|
|
1570
1307
|
[_AL, _AU],
|
|
1571
|
-
[() => AccountLimit
|
|
1308
|
+
[() => AccountLimit$, () => AccountUsage$]
|
|
1572
1309
|
];
|
|
1573
|
-
export var GetAliasRequest = [
|
|
1574
|
-
3,
|
|
1575
|
-
n0,
|
|
1576
|
-
_GAR,
|
|
1310
|
+
export var GetAliasRequest$ = [3, n0, _GAR,
|
|
1577
1311
|
0,
|
|
1578
1312
|
[_FN, _N],
|
|
1579
|
-
[
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
]
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
export var
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1313
|
+
[[0, 1], [0, 1]]
|
|
1314
|
+
];
|
|
1315
|
+
export var GetCapacityProviderRequest$ = [3, n0, _GCPR,
|
|
1316
|
+
0,
|
|
1317
|
+
[_CPN],
|
|
1318
|
+
[[0, 1]]
|
|
1319
|
+
];
|
|
1320
|
+
export var GetCapacityProviderResponse$ = [3, n0, _GCPRe,
|
|
1321
|
+
0,
|
|
1322
|
+
[_CP],
|
|
1323
|
+
[() => CapacityProvider$]
|
|
1324
|
+
];
|
|
1325
|
+
export var GetCodeSigningConfigRequest$ = [3, n0, _GCSCR,
|
|
1326
|
+
0,
|
|
1327
|
+
[_CSCA],
|
|
1328
|
+
[[0, 1]]
|
|
1329
|
+
];
|
|
1330
|
+
export var GetCodeSigningConfigResponse$ = [3, n0, _GCSCRe,
|
|
1331
|
+
0,
|
|
1332
|
+
[_CSC],
|
|
1333
|
+
[() => CodeSigningConfig$]
|
|
1334
|
+
];
|
|
1335
|
+
export var GetDurableExecutionHistoryRequest$ = [3, n0, _GDEHR,
|
|
1592
1336
|
0,
|
|
1593
1337
|
[_DEA, _IED, _MI, _Ma, _RO],
|
|
1594
|
-
[
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
[1, { [_hQ]: _MI }],
|
|
1598
|
-
[0, { [_hQ]: _Ma }],
|
|
1599
|
-
[2, { [_hQ]: _RO }],
|
|
1600
|
-
],
|
|
1601
|
-
];
|
|
1602
|
-
export var GetDurableExecutionHistoryResponse = [
|
|
1603
|
-
3,
|
|
1604
|
-
n0,
|
|
1605
|
-
_GDEHRe,
|
|
1338
|
+
[[0, 1], [2, { [_hQ]: _IED }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _Ma }], [2, { [_hQ]: _RO }]]
|
|
1339
|
+
];
|
|
1340
|
+
export var GetDurableExecutionHistoryResponse$ = [3, n0, _GDEHRe,
|
|
1606
1341
|
0,
|
|
1607
1342
|
[_Eve, _NM],
|
|
1608
|
-
[[() => Events, 0], 0]
|
|
1343
|
+
[[() => Events, 0], 0]
|
|
1344
|
+
];
|
|
1345
|
+
export var GetDurableExecutionRequest$ = [3, n0, _GDER,
|
|
1346
|
+
0,
|
|
1347
|
+
[_DEA],
|
|
1348
|
+
[[0, 1]]
|
|
1609
1349
|
];
|
|
1610
|
-
export var
|
|
1611
|
-
export var GetDurableExecutionResponse = [
|
|
1612
|
-
3,
|
|
1613
|
-
n0,
|
|
1614
|
-
_GDERe,
|
|
1350
|
+
export var GetDurableExecutionResponse$ = [3, n0, _GDERe,
|
|
1615
1351
|
0,
|
|
1616
1352
|
[_DEA, _DEN, _FA, _IP, _R, _E, _STt, _Sta, _ETn, _Ve, _TH],
|
|
1617
|
-
[0, 0, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject
|
|
1353
|
+
[0, 0, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject$, 0], 4, 0, 4, 0, () => TraceHeader$]
|
|
1618
1354
|
];
|
|
1619
|
-
export var GetDurableExecutionStateRequest = [
|
|
1620
|
-
3,
|
|
1621
|
-
n0,
|
|
1622
|
-
_GDESR,
|
|
1355
|
+
export var GetDurableExecutionStateRequest$ = [3, n0, _GDESR,
|
|
1623
1356
|
0,
|
|
1624
1357
|
[_DEA, _CT, _Ma, _MI],
|
|
1625
|
-
[
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
[0, { [_hQ]: _Ma }],
|
|
1629
|
-
[1, { [_hQ]: _MI }],
|
|
1630
|
-
],
|
|
1631
|
-
];
|
|
1632
|
-
export var GetDurableExecutionStateResponse = [
|
|
1633
|
-
3,
|
|
1634
|
-
n0,
|
|
1635
|
-
_GDESRe,
|
|
1358
|
+
[[0, 1], [0, { [_hQ]: _CT }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1359
|
+
];
|
|
1360
|
+
export var GetDurableExecutionStateResponse$ = [3, n0, _GDESRe,
|
|
1636
1361
|
0,
|
|
1637
1362
|
[_O, _NM],
|
|
1638
|
-
[[() => Operations, 0], 0]
|
|
1639
|
-
];
|
|
1640
|
-
export var GetEventSourceMappingRequest = [3, n0, _GESMR,
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
export var
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1363
|
+
[[() => Operations, 0], 0]
|
|
1364
|
+
];
|
|
1365
|
+
export var GetEventSourceMappingRequest$ = [3, n0, _GESMR,
|
|
1366
|
+
0,
|
|
1367
|
+
[_UUID],
|
|
1368
|
+
[[0, 1]]
|
|
1369
|
+
];
|
|
1370
|
+
export var GetFunctionCodeSigningConfigRequest$ = [3, n0, _GFCSCR,
|
|
1371
|
+
0,
|
|
1372
|
+
[_FN],
|
|
1373
|
+
[[0, 1]]
|
|
1374
|
+
];
|
|
1375
|
+
export var GetFunctionCodeSigningConfigResponse$ = [3, n0, _GFCSCRe,
|
|
1376
|
+
0,
|
|
1377
|
+
[_CSCA, _FN],
|
|
1378
|
+
[0, 0]
|
|
1379
|
+
];
|
|
1380
|
+
export var GetFunctionConcurrencyRequest$ = [3, n0, _GFCR,
|
|
1381
|
+
0,
|
|
1382
|
+
[_FN],
|
|
1383
|
+
[[0, 1]]
|
|
1384
|
+
];
|
|
1385
|
+
export var GetFunctionConcurrencyResponse$ = [3, n0, _GFCRe,
|
|
1386
|
+
0,
|
|
1387
|
+
[_RCE],
|
|
1388
|
+
[1]
|
|
1389
|
+
];
|
|
1390
|
+
export var GetFunctionConfigurationRequest$ = [3, n0, _GFCRet,
|
|
1649
1391
|
0,
|
|
1650
1392
|
[_FN, _Q],
|
|
1651
|
-
[
|
|
1652
|
-
[0, 1],
|
|
1653
|
-
[0, { [_hQ]: _Q }],
|
|
1654
|
-
],
|
|
1393
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1655
1394
|
];
|
|
1656
|
-
export var GetFunctionEventInvokeConfigRequest = [
|
|
1657
|
-
3,
|
|
1658
|
-
n0,
|
|
1659
|
-
_GFEICR,
|
|
1395
|
+
export var GetFunctionEventInvokeConfigRequest$ = [3, n0, _GFEICR,
|
|
1660
1396
|
0,
|
|
1661
1397
|
[_FN, _Q],
|
|
1662
|
-
[
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
]
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
export var
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1398
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1399
|
+
];
|
|
1400
|
+
export var GetFunctionRecursionConfigRequest$ = [3, n0, _GFRCR,
|
|
1401
|
+
0,
|
|
1402
|
+
[_FN],
|
|
1403
|
+
[[0, 1]]
|
|
1404
|
+
];
|
|
1405
|
+
export var GetFunctionRecursionConfigResponse$ = [3, n0, _GFRCRe,
|
|
1406
|
+
0,
|
|
1407
|
+
[_RL],
|
|
1408
|
+
[0]
|
|
1409
|
+
];
|
|
1410
|
+
export var GetFunctionRequest$ = [3, n0, _GFR,
|
|
1673
1411
|
0,
|
|
1674
1412
|
[_FN, _Q],
|
|
1675
|
-
[
|
|
1676
|
-
[0, 1],
|
|
1677
|
-
[0, { [_hQ]: _Q }],
|
|
1678
|
-
],
|
|
1413
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1679
1414
|
];
|
|
1680
|
-
export var GetFunctionResponse = [
|
|
1681
|
-
3,
|
|
1682
|
-
n0,
|
|
1683
|
-
_GFRe,
|
|
1415
|
+
export var GetFunctionResponse$ = [3, n0, _GFRe,
|
|
1684
1416
|
0,
|
|
1685
1417
|
[_Con, _Cod, _Ta, _TE, _C],
|
|
1686
|
-
[[() => FunctionConfiguration
|
|
1418
|
+
[[() => FunctionConfiguration$, 0], () => FunctionCodeLocation$, 128 | 0, () => TagsError$, () => Concurrency$]
|
|
1687
1419
|
];
|
|
1688
|
-
export var GetFunctionScalingConfigRequest = [
|
|
1689
|
-
3,
|
|
1690
|
-
n0,
|
|
1691
|
-
_GFSCR,
|
|
1420
|
+
export var GetFunctionScalingConfigRequest$ = [3, n0, _GFSCR,
|
|
1692
1421
|
0,
|
|
1693
1422
|
[_FN, _Q],
|
|
1694
|
-
[
|
|
1695
|
-
[0, 1],
|
|
1696
|
-
[0, { [_hQ]: _Q }],
|
|
1697
|
-
],
|
|
1423
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1698
1424
|
];
|
|
1699
|
-
export var GetFunctionScalingConfigResponse = [
|
|
1700
|
-
3,
|
|
1701
|
-
n0,
|
|
1702
|
-
_GFSCRe,
|
|
1425
|
+
export var GetFunctionScalingConfigResponse$ = [3, n0, _GFSCRe,
|
|
1703
1426
|
0,
|
|
1704
1427
|
[_FA, _AFSC, _RFSC],
|
|
1705
|
-
[0, () => FunctionScalingConfig
|
|
1428
|
+
[0, () => FunctionScalingConfig$, () => FunctionScalingConfig$]
|
|
1706
1429
|
];
|
|
1707
|
-
export var GetFunctionUrlConfigRequest = [
|
|
1708
|
-
3,
|
|
1709
|
-
n0,
|
|
1710
|
-
_GFUCR,
|
|
1430
|
+
export var GetFunctionUrlConfigRequest$ = [3, n0, _GFUCR,
|
|
1711
1431
|
0,
|
|
1712
1432
|
[_FN, _Q],
|
|
1713
|
-
[
|
|
1714
|
-
[0, 1],
|
|
1715
|
-
[0, { [_hQ]: _Q }],
|
|
1716
|
-
],
|
|
1433
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1717
1434
|
];
|
|
1718
|
-
export var GetFunctionUrlConfigResponse = [
|
|
1719
|
-
3,
|
|
1720
|
-
n0,
|
|
1721
|
-
_GFUCRe,
|
|
1435
|
+
export var GetFunctionUrlConfigResponse$ = [3, n0, _GFUCRe,
|
|
1722
1436
|
0,
|
|
1723
1437
|
[_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
|
|
1724
|
-
[0, 0, 0, () => Cors
|
|
1438
|
+
[0, 0, 0, () => Cors$, 0, 0, 0]
|
|
1439
|
+
];
|
|
1440
|
+
export var GetLayerVersionByArnRequest$ = [3, n0, _GLVBAR,
|
|
1441
|
+
0,
|
|
1442
|
+
[_Arn],
|
|
1443
|
+
[[0, { [_hQ]: _Arn }]]
|
|
1725
1444
|
];
|
|
1726
|
-
export var
|
|
1727
|
-
export var GetLayerVersionPolicyRequest = [
|
|
1728
|
-
3,
|
|
1729
|
-
n0,
|
|
1730
|
-
_GLVPR,
|
|
1445
|
+
export var GetLayerVersionPolicyRequest$ = [3, n0, _GLVPR,
|
|
1731
1446
|
0,
|
|
1732
1447
|
[_LN, _VN],
|
|
1733
|
-
[
|
|
1734
|
-
[0, 1],
|
|
1735
|
-
[1, 1],
|
|
1736
|
-
],
|
|
1448
|
+
[[0, 1], [1, 1]]
|
|
1737
1449
|
];
|
|
1738
|
-
export var GetLayerVersionPolicyResponse = [3, n0, _GLVPRe,
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1450
|
+
export var GetLayerVersionPolicyResponse$ = [3, n0, _GLVPRe,
|
|
1451
|
+
0,
|
|
1452
|
+
[_Po, _RI],
|
|
1453
|
+
[0, 0]
|
|
1454
|
+
];
|
|
1455
|
+
export var GetLayerVersionRequest$ = [3, n0, _GLVR,
|
|
1743
1456
|
0,
|
|
1744
1457
|
[_LN, _VN],
|
|
1745
|
-
[
|
|
1746
|
-
[0, 1],
|
|
1747
|
-
[1, 1],
|
|
1748
|
-
],
|
|
1458
|
+
[[0, 1], [1, 1]]
|
|
1749
1459
|
];
|
|
1750
|
-
export var GetLayerVersionResponse = [
|
|
1751
|
-
3,
|
|
1752
|
-
n0,
|
|
1753
|
-
_GLVRe,
|
|
1460
|
+
export var GetLayerVersionResponse$ = [3, n0, _GLVRe,
|
|
1754
1461
|
0,
|
|
1755
1462
|
[_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
|
|
1756
|
-
[() => LayerVersionContentOutput
|
|
1463
|
+
[() => LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0]
|
|
1757
1464
|
];
|
|
1758
|
-
export var GetPolicyRequest = [
|
|
1759
|
-
3,
|
|
1760
|
-
n0,
|
|
1761
|
-
_GPR,
|
|
1465
|
+
export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
1762
1466
|
0,
|
|
1763
1467
|
[_FN, _Q],
|
|
1764
|
-
[
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1468
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1469
|
+
];
|
|
1470
|
+
export var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
1471
|
+
0,
|
|
1472
|
+
[_Po, _RI],
|
|
1473
|
+
[0, 0]
|
|
1768
1474
|
];
|
|
1769
|
-
export var
|
|
1770
|
-
export var GetProvisionedConcurrencyConfigRequest = [
|
|
1771
|
-
3,
|
|
1772
|
-
n0,
|
|
1773
|
-
_GPCCR,
|
|
1475
|
+
export var GetProvisionedConcurrencyConfigRequest$ = [3, n0, _GPCCR,
|
|
1774
1476
|
0,
|
|
1775
1477
|
[_FN, _Q],
|
|
1776
|
-
[
|
|
1777
|
-
[0, 1],
|
|
1778
|
-
[0, { [_hQ]: _Q }],
|
|
1779
|
-
],
|
|
1478
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1780
1479
|
];
|
|
1781
|
-
export var GetProvisionedConcurrencyConfigResponse = [
|
|
1782
|
-
3,
|
|
1783
|
-
n0,
|
|
1784
|
-
_GPCCRe,
|
|
1480
|
+
export var GetProvisionedConcurrencyConfigResponse$ = [3, n0, _GPCCRe,
|
|
1785
1481
|
0,
|
|
1786
1482
|
[_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
1787
|
-
[1, 1, 1, 0, 0, 0]
|
|
1483
|
+
[1, 1, 1, 0, 0, 0]
|
|
1788
1484
|
];
|
|
1789
|
-
export var GetRuntimeManagementConfigRequest = [
|
|
1790
|
-
3,
|
|
1791
|
-
n0,
|
|
1792
|
-
_GRMCR,
|
|
1485
|
+
export var GetRuntimeManagementConfigRequest$ = [3, n0, _GRMCR,
|
|
1793
1486
|
0,
|
|
1794
1487
|
[_FN, _Q],
|
|
1795
|
-
[
|
|
1796
|
-
[0, 1],
|
|
1797
|
-
[0, { [_hQ]: _Q }],
|
|
1798
|
-
],
|
|
1488
|
+
[[0, 1], [0, { [_hQ]: _Q }]]
|
|
1799
1489
|
];
|
|
1800
|
-
export var GetRuntimeManagementConfigResponse = [
|
|
1801
|
-
3,
|
|
1802
|
-
n0,
|
|
1803
|
-
_GRMCRe,
|
|
1490
|
+
export var GetRuntimeManagementConfigResponse$ = [3, n0, _GRMCRe,
|
|
1804
1491
|
0,
|
|
1805
1492
|
[_URO, _RVA, _FA],
|
|
1806
|
-
[0, 0, 0]
|
|
1493
|
+
[0, 0, 0]
|
|
1807
1494
|
];
|
|
1808
|
-
export var ImageConfig = [3, n0, _IC,
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1495
|
+
export var ImageConfig$ = [3, n0, _IC,
|
|
1496
|
+
0,
|
|
1497
|
+
[_EP, _Com, _WD],
|
|
1498
|
+
[64 | 0, 64 | 0, 0]
|
|
1499
|
+
];
|
|
1500
|
+
export var ImageConfigError$ = [3, n0, _ICE,
|
|
1501
|
+
0,
|
|
1502
|
+
[_EC, _M],
|
|
1503
|
+
[0, [() => SensitiveString, 0]]
|
|
1504
|
+
];
|
|
1505
|
+
export var ImageConfigResponse$ = [3, n0, _ICR,
|
|
1814
1506
|
0,
|
|
1815
1507
|
[_IC, _E],
|
|
1816
|
-
[() => ImageConfig
|
|
1508
|
+
[() => ImageConfig$, [() => ImageConfigError$, 0]]
|
|
1509
|
+
];
|
|
1510
|
+
export var InstanceRequirements$ = [3, n0, _IR,
|
|
1511
|
+
0,
|
|
1512
|
+
[_Ar, _AIT, _EIT],
|
|
1513
|
+
[64 | 0, 64 | 0, 64 | 0]
|
|
1817
1514
|
];
|
|
1818
|
-
export var
|
|
1819
|
-
export var InvalidCodeSignatureException = [
|
|
1820
|
-
-3,
|
|
1821
|
-
n0,
|
|
1822
|
-
_ICSE,
|
|
1515
|
+
export var InvalidCodeSignatureException$ = [-3, n0, _ICSE,
|
|
1823
1516
|
{ [_e]: _c, [_hE]: 400 },
|
|
1824
1517
|
[_Ty, _M],
|
|
1825
|
-
[0, 0]
|
|
1518
|
+
[0, 0]
|
|
1826
1519
|
];
|
|
1827
|
-
TypeRegistry.for(n0).registerError(InvalidCodeSignatureException
|
|
1828
|
-
export var InvalidParameterValueException = [
|
|
1829
|
-
-3,
|
|
1830
|
-
n0,
|
|
1831
|
-
_IPVE,
|
|
1520
|
+
TypeRegistry.for(n0).registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
|
|
1521
|
+
export var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
1832
1522
|
{ [_e]: _c, [_hE]: 400 },
|
|
1833
1523
|
[_Ty, _m],
|
|
1834
|
-
[0, 0]
|
|
1524
|
+
[0, 0]
|
|
1835
1525
|
];
|
|
1836
|
-
TypeRegistry.for(n0).registerError(InvalidParameterValueException
|
|
1837
|
-
export var InvalidRequestContentException = [
|
|
1838
|
-
-3,
|
|
1839
|
-
n0,
|
|
1840
|
-
_IRCE,
|
|
1526
|
+
TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
1527
|
+
export var InvalidRequestContentException$ = [-3, n0, _IRCE,
|
|
1841
1528
|
{ [_e]: _c, [_hE]: 400 },
|
|
1842
1529
|
[_Ty, _m],
|
|
1843
|
-
[0, 0]
|
|
1844
|
-
];
|
|
1845
|
-
TypeRegistry.for(n0).registerError(InvalidRequestContentException
|
|
1846
|
-
export var InvalidRuntimeException = [-3, n0, _IRE,
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1530
|
+
[0, 0]
|
|
1531
|
+
];
|
|
1532
|
+
TypeRegistry.for(n0).registerError(InvalidRequestContentException$, InvalidRequestContentException);
|
|
1533
|
+
export var InvalidRuntimeException$ = [-3, n0, _IRE,
|
|
1534
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1535
|
+
[_Ty, _M],
|
|
1536
|
+
[0, 0]
|
|
1537
|
+
];
|
|
1538
|
+
TypeRegistry.for(n0).registerError(InvalidRuntimeException$, InvalidRuntimeException);
|
|
1539
|
+
export var InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
|
|
1852
1540
|
{ [_e]: _se, [_hE]: 502 },
|
|
1853
1541
|
[_Ty, _M],
|
|
1854
|
-
[0, 0]
|
|
1855
|
-
];
|
|
1856
|
-
TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException
|
|
1857
|
-
export var InvalidSubnetIDException = [-3, n0, _ISIDE,
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1542
|
+
[0, 0]
|
|
1543
|
+
];
|
|
1544
|
+
TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
|
|
1545
|
+
export var InvalidSubnetIDException$ = [-3, n0, _ISIDE,
|
|
1546
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1547
|
+
[_Ty, _M],
|
|
1548
|
+
[0, 0]
|
|
1549
|
+
];
|
|
1550
|
+
TypeRegistry.for(n0).registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
|
|
1551
|
+
export var InvalidZipFileException$ = [-3, n0, _IZFE,
|
|
1552
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1553
|
+
[_Ty, _M],
|
|
1554
|
+
[0, 0]
|
|
1555
|
+
];
|
|
1556
|
+
TypeRegistry.for(n0).registerError(InvalidZipFileException$, InvalidZipFileException);
|
|
1557
|
+
export var InvocationCompletedDetails$ = [3, n0, _ICD,
|
|
1865
1558
|
0,
|
|
1866
1559
|
[_STt, _ETn, _RIe, _E],
|
|
1867
|
-
[4, 4, 0, [() => EventError
|
|
1560
|
+
[4, 4, 0, [() => EventError$, 0]]
|
|
1868
1561
|
];
|
|
1869
|
-
export var InvocationRequest = [
|
|
1870
|
-
3,
|
|
1871
|
-
n0,
|
|
1872
|
-
_IRn,
|
|
1562
|
+
export var InvocationRequest$ = [3, n0, _IRn,
|
|
1873
1563
|
0,
|
|
1874
1564
|
[_FN, _IT, _LT, _CC, _DEN, _Pa, _Q, _TI],
|
|
1875
|
-
[
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
[0, { [_hH]: _XALT }],
|
|
1879
|
-
[0, { [_hH]: _XACC }],
|
|
1880
|
-
[0, { [_hH]: _XADEN }],
|
|
1881
|
-
[() => _Blob, 16],
|
|
1882
|
-
[0, { [_hQ]: _Q }],
|
|
1883
|
-
[0, { [_hH]: _XATI }],
|
|
1884
|
-
],
|
|
1885
|
-
];
|
|
1886
|
-
export var InvocationResponse = [
|
|
1887
|
-
3,
|
|
1888
|
-
n0,
|
|
1889
|
-
_IRnv,
|
|
1565
|
+
[[0, 1], [0, { [_hH]: _XAIT }], [0, { [_hH]: _XALT }], [0, { [_hH]: _XACC }], [0, { [_hH]: _XADEN }], [() => _Blob, 16], [0, { [_hQ]: _Q }], [0, { [_hH]: _XATI }]]
|
|
1566
|
+
];
|
|
1567
|
+
export var InvocationResponse$ = [3, n0, _IRnv,
|
|
1890
1568
|
0,
|
|
1891
1569
|
[_SCt, _FE, _LR, _Pa, _EV, _DEA],
|
|
1892
|
-
[
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
[0, { [_hH]: _XALR }],
|
|
1896
|
-
[() => _Blob, 16],
|
|
1897
|
-
[0, { [_hH]: _XAEV }],
|
|
1898
|
-
[0, { [_hH]: _XADEA }],
|
|
1899
|
-
],
|
|
1900
|
-
];
|
|
1901
|
-
export var InvokeAsyncRequest = [
|
|
1902
|
-
3,
|
|
1903
|
-
n0,
|
|
1904
|
-
_IAR,
|
|
1570
|
+
[[1, 32], [0, { [_hH]: _XAFE }], [0, { [_hH]: _XALR }], [() => _Blob, 16], [0, { [_hH]: _XAEV }], [0, { [_hH]: _XADEA }]]
|
|
1571
|
+
];
|
|
1572
|
+
export var InvokeAsyncRequest$ = [3, n0, _IAR,
|
|
1905
1573
|
0,
|
|
1906
1574
|
[_FN, _IA],
|
|
1907
|
-
[
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
]
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
export var
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1575
|
+
[[0, 1], [() => BlobStream, 16]]
|
|
1576
|
+
];
|
|
1577
|
+
export var InvokeAsyncResponse$ = [3, n0, _IARn,
|
|
1578
|
+
0,
|
|
1579
|
+
[_Sta],
|
|
1580
|
+
[[1, 32]]
|
|
1581
|
+
];
|
|
1582
|
+
export var InvokeResponseStreamUpdate$ = [3, n0, _IRSU,
|
|
1583
|
+
0,
|
|
1584
|
+
[_Pa],
|
|
1585
|
+
[[() => _Blob, { [_eP]: 1 }]]
|
|
1586
|
+
];
|
|
1587
|
+
export var InvokeWithResponseStreamCompleteEvent$ = [3, n0, _IWRSCE,
|
|
1918
1588
|
0,
|
|
1919
1589
|
[_EC, _EDr, _LR],
|
|
1920
|
-
[0, 0, 0]
|
|
1590
|
+
[0, 0, 0]
|
|
1921
1591
|
];
|
|
1922
|
-
export var InvokeWithResponseStreamRequest = [
|
|
1923
|
-
3,
|
|
1924
|
-
n0,
|
|
1925
|
-
_IWRSR,
|
|
1592
|
+
export var InvokeWithResponseStreamRequest$ = [3, n0, _IWRSR,
|
|
1926
1593
|
0,
|
|
1927
1594
|
[_FN, _IT, _LT, _CC, _Q, _Pa, _TI],
|
|
1928
|
-
[
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
[0, { [_hH]: _XALT }],
|
|
1932
|
-
[0, { [_hH]: _XACC }],
|
|
1933
|
-
[0, { [_hQ]: _Q }],
|
|
1934
|
-
[() => _Blob, 16],
|
|
1935
|
-
[0, { [_hH]: _XATI }],
|
|
1936
|
-
],
|
|
1937
|
-
];
|
|
1938
|
-
export var InvokeWithResponseStreamResponse = [
|
|
1939
|
-
3,
|
|
1940
|
-
n0,
|
|
1941
|
-
_IWRSRn,
|
|
1595
|
+
[[0, 1], [0, { [_hH]: _XAIT }], [0, { [_hH]: _XALT }], [0, { [_hH]: _XACC }], [0, { [_hQ]: _Q }], [() => _Blob, 16], [0, { [_hH]: _XATI }]]
|
|
1596
|
+
];
|
|
1597
|
+
export var InvokeWithResponseStreamResponse$ = [3, n0, _IWRSRn,
|
|
1942
1598
|
0,
|
|
1943
1599
|
[_SCt, _EV, _ESv, _RSCT],
|
|
1944
|
-
[
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
]
|
|
1950
|
-
];
|
|
1951
|
-
export var
|
|
1952
|
-
export var KafkaSchemaRegistryConfig = [
|
|
1953
|
-
3,
|
|
1954
|
-
n0,
|
|
1955
|
-
_KSRC,
|
|
1600
|
+
[[1, 32], [0, { [_hH]: _XAEV }], [() => InvokeWithResponseStreamResponseEvent$, 16], [0, { [_hH]: _CT_ }]]
|
|
1601
|
+
];
|
|
1602
|
+
export var KafkaSchemaRegistryAccessConfig$ = [3, n0, _KSRAC,
|
|
1603
|
+
0,
|
|
1604
|
+
[_Ty, _URI],
|
|
1605
|
+
[0, 0]
|
|
1606
|
+
];
|
|
1607
|
+
export var KafkaSchemaRegistryConfig$ = [3, n0, _KSRC,
|
|
1956
1608
|
0,
|
|
1957
1609
|
[_SRURI, _ERF, _ACc, _SVC],
|
|
1958
|
-
[0, 0, () => KafkaSchemaRegistryAccessConfigList, () => KafkaSchemaValidationConfigList]
|
|
1610
|
+
[0, 0, () => KafkaSchemaRegistryAccessConfigList, () => KafkaSchemaValidationConfigList]
|
|
1959
1611
|
];
|
|
1960
|
-
export var KafkaSchemaValidationConfig = [3, n0, _KSVC,
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1612
|
+
export var KafkaSchemaValidationConfig$ = [3, n0, _KSVC,
|
|
1613
|
+
0,
|
|
1614
|
+
[_At],
|
|
1615
|
+
[0]
|
|
1616
|
+
];
|
|
1617
|
+
export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
1965
1618
|
{ [_e]: _se, [_hE]: 502 },
|
|
1966
1619
|
[_Ty, _M],
|
|
1967
|
-
[0, 0]
|
|
1968
|
-
];
|
|
1969
|
-
TypeRegistry.for(n0).registerError(KMSAccessDeniedException
|
|
1970
|
-
export var KMSDisabledException = [-3, n0, _KMSDE,
|
|
1971
|
-
TypeRegistry.for(n0).registerError(KMSDisabledException, __KMSDisabledException);
|
|
1972
|
-
export var KMSInvalidStateException = [
|
|
1973
|
-
-3,
|
|
1974
|
-
n0,
|
|
1975
|
-
_KMSISE,
|
|
1620
|
+
[0, 0]
|
|
1621
|
+
];
|
|
1622
|
+
TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
|
|
1623
|
+
export var KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
1976
1624
|
{ [_e]: _se, [_hE]: 502 },
|
|
1977
1625
|
[_Ty, _M],
|
|
1978
|
-
[0, 0]
|
|
1626
|
+
[0, 0]
|
|
1979
1627
|
];
|
|
1980
|
-
TypeRegistry.for(n0).registerError(
|
|
1981
|
-
export var
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1628
|
+
TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
|
|
1629
|
+
export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
1630
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1631
|
+
[_Ty, _M],
|
|
1632
|
+
[0, 0]
|
|
1633
|
+
];
|
|
1634
|
+
TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
1635
|
+
export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
1636
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1637
|
+
[_Ty, _M],
|
|
1638
|
+
[0, 0]
|
|
1639
|
+
];
|
|
1640
|
+
TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
|
|
1641
|
+
export var LambdaManagedInstancesCapacityProviderConfig$ = [3, n0, _LMICPC,
|
|
1987
1642
|
0,
|
|
1988
1643
|
[_CPA, _PEEMC, _EEMGBPVC],
|
|
1989
|
-
[0, 1, 1]
|
|
1644
|
+
[0, 1, 1]
|
|
1645
|
+
];
|
|
1646
|
+
export var Layer$ = [3, n0, _La,
|
|
1647
|
+
0,
|
|
1648
|
+
[_Arn, _CS, _SPVAi, _SJA],
|
|
1649
|
+
[0, 1, 0, 0]
|
|
1990
1650
|
];
|
|
1991
|
-
export var
|
|
1992
|
-
export var LayersListItem = [
|
|
1993
|
-
3,
|
|
1994
|
-
n0,
|
|
1995
|
-
_LLI,
|
|
1651
|
+
export var LayersListItem$ = [3, n0, _LLI,
|
|
1996
1652
|
0,
|
|
1997
1653
|
[_LN, _LA, _LMV],
|
|
1998
|
-
[0, 0, () => LayerVersionsListItem]
|
|
1654
|
+
[0, 0, () => LayerVersionsListItem$]
|
|
1999
1655
|
];
|
|
2000
|
-
export var LayerVersionContentInput = [
|
|
2001
|
-
3,
|
|
2002
|
-
n0,
|
|
2003
|
-
_LVCI,
|
|
1656
|
+
export var LayerVersionContentInput$ = [3, n0, _LVCI,
|
|
2004
1657
|
0,
|
|
2005
1658
|
[_SB, _SK, _SOV, _ZF],
|
|
2006
|
-
[0, 0, 0, [() => _Blob, 0]]
|
|
1659
|
+
[0, 0, 0, [() => _Blob, 0]]
|
|
2007
1660
|
];
|
|
2008
|
-
export var LayerVersionContentOutput = [
|
|
2009
|
-
3,
|
|
2010
|
-
n0,
|
|
2011
|
-
_LVCO,
|
|
1661
|
+
export var LayerVersionContentOutput$ = [3, n0, _LVCO,
|
|
2012
1662
|
0,
|
|
2013
1663
|
[_Lo, _CSo, _CS, _SPVAi, _SJA],
|
|
2014
|
-
[0, 0, 1, 0, 0]
|
|
1664
|
+
[0, 0, 1, 0, 0]
|
|
2015
1665
|
];
|
|
2016
|
-
export var LayerVersionsListItem = [
|
|
2017
|
-
3,
|
|
2018
|
-
n0,
|
|
2019
|
-
_LVLI,
|
|
1666
|
+
export var LayerVersionsListItem$ = [3, n0, _LVLI,
|
|
2020
1667
|
0,
|
|
2021
1668
|
[_LVA, _Ve, _D, _CDr, _CR, _LI, _CA],
|
|
2022
|
-
[0, 1, 0, 0, 64 | 0, 0, 64 | 0]
|
|
1669
|
+
[0, 1, 0, 0, 64 | 0, 0, 64 | 0]
|
|
2023
1670
|
];
|
|
2024
|
-
export var ListAliasesRequest = [
|
|
2025
|
-
3,
|
|
2026
|
-
n0,
|
|
2027
|
-
_LAR,
|
|
1671
|
+
export var ListAliasesRequest$ = [3, n0, _LAR,
|
|
2028
1672
|
0,
|
|
2029
1673
|
[_FN, _FV, _Ma, _MI],
|
|
2030
|
-
[
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
]
|
|
2036
|
-
];
|
|
2037
|
-
export var
|
|
2038
|
-
export var ListCapacityProvidersRequest = [
|
|
2039
|
-
3,
|
|
2040
|
-
n0,
|
|
2041
|
-
_LCPR,
|
|
1674
|
+
[[0, 1], [0, { [_hQ]: _FV }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1675
|
+
];
|
|
1676
|
+
export var ListAliasesResponse$ = [3, n0, _LARi,
|
|
1677
|
+
0,
|
|
1678
|
+
[_NM, _Al],
|
|
1679
|
+
[0, () => AliasList]
|
|
1680
|
+
];
|
|
1681
|
+
export var ListCapacityProvidersRequest$ = [3, n0, _LCPR,
|
|
2042
1682
|
0,
|
|
2043
1683
|
[_St, _Ma, _MI],
|
|
2044
|
-
[
|
|
2045
|
-
[0, { [_hQ]: _St }],
|
|
2046
|
-
[0, { [_hQ]: _Ma }],
|
|
2047
|
-
[1, { [_hQ]: _MI }],
|
|
2048
|
-
],
|
|
1684
|
+
[[0, { [_hQ]: _St }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2049
1685
|
];
|
|
2050
|
-
export var ListCapacityProvidersResponse = [
|
|
2051
|
-
3,
|
|
2052
|
-
n0,
|
|
2053
|
-
_LCPRi,
|
|
1686
|
+
export var ListCapacityProvidersResponse$ = [3, n0, _LCPRi,
|
|
2054
1687
|
0,
|
|
2055
1688
|
[_CPa, _NM],
|
|
2056
|
-
[() => CapacityProvidersList, 0]
|
|
1689
|
+
[() => CapacityProvidersList, 0]
|
|
2057
1690
|
];
|
|
2058
|
-
export var ListCodeSigningConfigsRequest = [
|
|
2059
|
-
3,
|
|
2060
|
-
n0,
|
|
2061
|
-
_LCSCR,
|
|
1691
|
+
export var ListCodeSigningConfigsRequest$ = [3, n0, _LCSCR,
|
|
2062
1692
|
0,
|
|
2063
1693
|
[_Ma, _MI],
|
|
2064
|
-
[
|
|
2065
|
-
[0, { [_hQ]: _Ma }],
|
|
2066
|
-
[1, { [_hQ]: _MI }],
|
|
2067
|
-
],
|
|
1694
|
+
[[0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2068
1695
|
];
|
|
2069
|
-
export var ListCodeSigningConfigsResponse = [
|
|
2070
|
-
3,
|
|
2071
|
-
n0,
|
|
2072
|
-
_LCSCRi,
|
|
1696
|
+
export var ListCodeSigningConfigsResponse$ = [3, n0, _LCSCRi,
|
|
2073
1697
|
0,
|
|
2074
1698
|
[_NM, _CSCo],
|
|
2075
|
-
[0, () => CodeSigningConfigList]
|
|
1699
|
+
[0, () => CodeSigningConfigList]
|
|
2076
1700
|
];
|
|
2077
|
-
export var ListDurableExecutionsByFunctionRequest = [
|
|
2078
|
-
3,
|
|
2079
|
-
n0,
|
|
2080
|
-
_LDEBFR,
|
|
1701
|
+
export var ListDurableExecutionsByFunctionRequest$ = [3, n0, _LDEBFR,
|
|
2081
1702
|
0,
|
|
2082
1703
|
[_FN, _Q, _DEN, _Stat, _SAt, _SBt, _RO, _Ma, _MI],
|
|
2083
|
-
[
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
[0, { [_hQ]: _DEN }],
|
|
2087
|
-
[64 | 0, { [_hQ]: _Stat }],
|
|
2088
|
-
[4, { [_hQ]: _SAt }],
|
|
2089
|
-
[4, { [_hQ]: _SBt }],
|
|
2090
|
-
[2, { [_hQ]: _RO }],
|
|
2091
|
-
[0, { [_hQ]: _Ma }],
|
|
2092
|
-
[1, { [_hQ]: _MI }],
|
|
2093
|
-
],
|
|
2094
|
-
];
|
|
2095
|
-
export var ListDurableExecutionsByFunctionResponse = [
|
|
2096
|
-
3,
|
|
2097
|
-
n0,
|
|
2098
|
-
_LDEBFRi,
|
|
1704
|
+
[[0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _DEN }], [64 | 0, { [_hQ]: _Stat }], [4, { [_hQ]: _SAt }], [4, { [_hQ]: _SBt }], [2, { [_hQ]: _RO }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1705
|
+
];
|
|
1706
|
+
export var ListDurableExecutionsByFunctionResponse$ = [3, n0, _LDEBFRi,
|
|
2099
1707
|
0,
|
|
2100
1708
|
[_DE, _NM],
|
|
2101
|
-
[() => DurableExecutions, 0]
|
|
1709
|
+
[() => DurableExecutions, 0]
|
|
2102
1710
|
];
|
|
2103
|
-
export var ListEventSourceMappingsRequest = [
|
|
2104
|
-
3,
|
|
2105
|
-
n0,
|
|
2106
|
-
_LESMR,
|
|
1711
|
+
export var ListEventSourceMappingsRequest$ = [3, n0, _LESMR,
|
|
2107
1712
|
0,
|
|
2108
1713
|
[_ESA, _FN, _Ma, _MI],
|
|
2109
|
-
[
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
[0, { [_hQ]: _Ma }],
|
|
2113
|
-
[1, { [_hQ]: _MI }],
|
|
2114
|
-
],
|
|
2115
|
-
];
|
|
2116
|
-
export var ListEventSourceMappingsResponse = [
|
|
2117
|
-
3,
|
|
2118
|
-
n0,
|
|
2119
|
-
_LESMRi,
|
|
1714
|
+
[[0, { [_hQ]: _ESA }], [0, { [_hQ]: _FN }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1715
|
+
];
|
|
1716
|
+
export var ListEventSourceMappingsResponse$ = [3, n0, _LESMRi,
|
|
2120
1717
|
0,
|
|
2121
1718
|
[_NM, _ESM],
|
|
2122
|
-
[0, () => EventSourceMappingsList]
|
|
1719
|
+
[0, () => EventSourceMappingsList]
|
|
2123
1720
|
];
|
|
2124
|
-
export var ListFunctionEventInvokeConfigsRequest = [
|
|
2125
|
-
3,
|
|
2126
|
-
n0,
|
|
2127
|
-
_LFEICR,
|
|
1721
|
+
export var ListFunctionEventInvokeConfigsRequest$ = [3, n0, _LFEICR,
|
|
2128
1722
|
0,
|
|
2129
1723
|
[_FN, _Ma, _MI],
|
|
2130
|
-
[
|
|
2131
|
-
[0, 1],
|
|
2132
|
-
[0, { [_hQ]: _Ma }],
|
|
2133
|
-
[1, { [_hQ]: _MI }],
|
|
2134
|
-
],
|
|
1724
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2135
1725
|
];
|
|
2136
|
-
export var ListFunctionEventInvokeConfigsResponse = [
|
|
2137
|
-
3,
|
|
2138
|
-
n0,
|
|
2139
|
-
_LFEICRi,
|
|
1726
|
+
export var ListFunctionEventInvokeConfigsResponse$ = [3, n0, _LFEICRi,
|
|
2140
1727
|
0,
|
|
2141
1728
|
[_FEICu, _NM],
|
|
2142
|
-
[() => FunctionEventInvokeConfigList, 0]
|
|
1729
|
+
[() => FunctionEventInvokeConfigList, 0]
|
|
2143
1730
|
];
|
|
2144
|
-
export var ListFunctionsByCodeSigningConfigRequest = [
|
|
2145
|
-
3,
|
|
2146
|
-
n0,
|
|
2147
|
-
_LFBCSCR,
|
|
1731
|
+
export var ListFunctionsByCodeSigningConfigRequest$ = [3, n0, _LFBCSCR,
|
|
2148
1732
|
0,
|
|
2149
1733
|
[_CSCA, _Ma, _MI],
|
|
2150
|
-
[
|
|
2151
|
-
[0, 1],
|
|
2152
|
-
[0, { [_hQ]: _Ma }],
|
|
2153
|
-
[1, { [_hQ]: _MI }],
|
|
2154
|
-
],
|
|
1734
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2155
1735
|
];
|
|
2156
|
-
export var ListFunctionsByCodeSigningConfigResponse = [
|
|
2157
|
-
3,
|
|
2158
|
-
n0,
|
|
2159
|
-
_LFBCSCRi,
|
|
1736
|
+
export var ListFunctionsByCodeSigningConfigResponse$ = [3, n0, _LFBCSCRi,
|
|
2160
1737
|
0,
|
|
2161
1738
|
[_NM, _FAu],
|
|
2162
|
-
[0, 64 | 0]
|
|
1739
|
+
[0, 64 | 0]
|
|
2163
1740
|
];
|
|
2164
|
-
export var ListFunctionsRequest = [
|
|
2165
|
-
3,
|
|
2166
|
-
n0,
|
|
2167
|
-
_LFR,
|
|
1741
|
+
export var ListFunctionsRequest$ = [3, n0, _LFR,
|
|
2168
1742
|
0,
|
|
2169
1743
|
[_MR, _FV, _Ma, _MI],
|
|
2170
|
-
[
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
]
|
|
2176
|
-
];
|
|
2177
|
-
export var
|
|
2178
|
-
export var ListFunctionUrlConfigsRequest = [
|
|
2179
|
-
3,
|
|
2180
|
-
n0,
|
|
2181
|
-
_LFUCR,
|
|
1744
|
+
[[0, { [_hQ]: _MR }], [0, { [_hQ]: _FV }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
1745
|
+
];
|
|
1746
|
+
export var ListFunctionsResponse$ = [3, n0, _LFRi,
|
|
1747
|
+
0,
|
|
1748
|
+
[_NM, _Fu],
|
|
1749
|
+
[0, [() => FunctionList, 0]]
|
|
1750
|
+
];
|
|
1751
|
+
export var ListFunctionUrlConfigsRequest$ = [3, n0, _LFUCR,
|
|
2182
1752
|
0,
|
|
2183
1753
|
[_FN, _Ma, _MI],
|
|
2184
|
-
[
|
|
2185
|
-
[0, 1],
|
|
2186
|
-
[0, { [_hQ]: _Ma }],
|
|
2187
|
-
[1, { [_hQ]: _MI }],
|
|
2188
|
-
],
|
|
1754
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2189
1755
|
];
|
|
2190
|
-
export var ListFunctionUrlConfigsResponse = [
|
|
2191
|
-
3,
|
|
2192
|
-
n0,
|
|
2193
|
-
_LFUCRi,
|
|
1756
|
+
export var ListFunctionUrlConfigsResponse$ = [3, n0, _LFUCRi,
|
|
2194
1757
|
0,
|
|
2195
1758
|
[_FUCu, _NM],
|
|
2196
|
-
[() => FunctionUrlConfigList, 0]
|
|
1759
|
+
[() => FunctionUrlConfigList, 0]
|
|
2197
1760
|
];
|
|
2198
|
-
export var ListFunctionVersionsByCapacityProviderRequest = [
|
|
2199
|
-
3,
|
|
2200
|
-
n0,
|
|
2201
|
-
_LFVBCPR,
|
|
1761
|
+
export var ListFunctionVersionsByCapacityProviderRequest$ = [3, n0, _LFVBCPR,
|
|
2202
1762
|
0,
|
|
2203
1763
|
[_CPN, _Ma, _MI],
|
|
2204
|
-
[
|
|
2205
|
-
[0, 1],
|
|
2206
|
-
[0, { [_hQ]: _Ma }],
|
|
2207
|
-
[1, { [_hQ]: _MI }],
|
|
2208
|
-
],
|
|
1764
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2209
1765
|
];
|
|
2210
|
-
export var ListFunctionVersionsByCapacityProviderResponse = [
|
|
2211
|
-
3,
|
|
2212
|
-
n0,
|
|
2213
|
-
_LFVBCPRi,
|
|
1766
|
+
export var ListFunctionVersionsByCapacityProviderResponse$ = [3, n0, _LFVBCPRi,
|
|
2214
1767
|
0,
|
|
2215
1768
|
[_CPA, _FVu, _NM],
|
|
2216
|
-
[0, () => FunctionVersionsByCapacityProviderList, 0]
|
|
1769
|
+
[0, () => FunctionVersionsByCapacityProviderList, 0]
|
|
2217
1770
|
];
|
|
2218
|
-
export var ListLayersRequest = [
|
|
2219
|
-
3,
|
|
2220
|
-
n0,
|
|
2221
|
-
_LLR,
|
|
1771
|
+
export var ListLayersRequest$ = [3, n0, _LLR,
|
|
2222
1772
|
0,
|
|
2223
1773
|
[_CRo, _Ma, _MI, _CAo],
|
|
2224
|
-
[
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
]
|
|
2230
|
-
];
|
|
2231
|
-
export var
|
|
2232
|
-
export var ListLayerVersionsRequest = [
|
|
2233
|
-
3,
|
|
2234
|
-
n0,
|
|
2235
|
-
_LLVR,
|
|
1774
|
+
[[0, { [_hQ]: _CRo }], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _CAo }]]
|
|
1775
|
+
];
|
|
1776
|
+
export var ListLayersResponse$ = [3, n0, _LLRi,
|
|
1777
|
+
0,
|
|
1778
|
+
[_NM, _L],
|
|
1779
|
+
[0, () => LayersList]
|
|
1780
|
+
];
|
|
1781
|
+
export var ListLayerVersionsRequest$ = [3, n0, _LLVR,
|
|
2236
1782
|
0,
|
|
2237
1783
|
[_CRo, _LN, _Ma, _MI, _CAo],
|
|
2238
|
-
[
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
[0, { [_hQ]: _Ma }],
|
|
2242
|
-
[1, { [_hQ]: _MI }],
|
|
2243
|
-
[0, { [_hQ]: _CAo }],
|
|
2244
|
-
],
|
|
2245
|
-
];
|
|
2246
|
-
export var ListLayerVersionsResponse = [
|
|
2247
|
-
3,
|
|
2248
|
-
n0,
|
|
2249
|
-
_LLVRi,
|
|
1784
|
+
[[0, { [_hQ]: _CRo }], [0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }], [0, { [_hQ]: _CAo }]]
|
|
1785
|
+
];
|
|
1786
|
+
export var ListLayerVersionsResponse$ = [3, n0, _LLVRi,
|
|
2250
1787
|
0,
|
|
2251
1788
|
[_NM, _LV],
|
|
2252
|
-
[0, () => LayerVersionsList]
|
|
1789
|
+
[0, () => LayerVersionsList]
|
|
2253
1790
|
];
|
|
2254
|
-
export var ListProvisionedConcurrencyConfigsRequest = [
|
|
2255
|
-
3,
|
|
2256
|
-
n0,
|
|
2257
|
-
_LPCCR,
|
|
1791
|
+
export var ListProvisionedConcurrencyConfigsRequest$ = [3, n0, _LPCCR,
|
|
2258
1792
|
0,
|
|
2259
1793
|
[_FN, _Ma, _MI],
|
|
2260
|
-
[
|
|
2261
|
-
[0, 1],
|
|
2262
|
-
[0, { [_hQ]: _Ma }],
|
|
2263
|
-
[1, { [_hQ]: _MI }],
|
|
2264
|
-
],
|
|
1794
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2265
1795
|
];
|
|
2266
|
-
export var ListProvisionedConcurrencyConfigsResponse = [
|
|
2267
|
-
3,
|
|
2268
|
-
n0,
|
|
2269
|
-
_LPCCRi,
|
|
1796
|
+
export var ListProvisionedConcurrencyConfigsResponse$ = [3, n0, _LPCCRi,
|
|
2270
1797
|
0,
|
|
2271
1798
|
[_PCC, _NM],
|
|
2272
|
-
[() => ProvisionedConcurrencyConfigList, 0]
|
|
1799
|
+
[() => ProvisionedConcurrencyConfigList, 0]
|
|
1800
|
+
];
|
|
1801
|
+
export var ListTagsRequest$ = [3, n0, _LTR,
|
|
1802
|
+
0,
|
|
1803
|
+
[_Re],
|
|
1804
|
+
[[0, 1]]
|
|
2273
1805
|
];
|
|
2274
|
-
export var
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
1806
|
+
export var ListTagsResponse$ = [3, n0, _LTRi,
|
|
1807
|
+
0,
|
|
1808
|
+
[_Ta],
|
|
1809
|
+
[128 | 0]
|
|
1810
|
+
];
|
|
1811
|
+
export var ListVersionsByFunctionRequest$ = [3, n0, _LVBFR,
|
|
2280
1812
|
0,
|
|
2281
1813
|
[_FN, _Ma, _MI],
|
|
2282
|
-
[
|
|
2283
|
-
[0, 1],
|
|
2284
|
-
[0, { [_hQ]: _Ma }],
|
|
2285
|
-
[1, { [_hQ]: _MI }],
|
|
2286
|
-
],
|
|
1814
|
+
[[0, 1], [0, { [_hQ]: _Ma }], [1, { [_hQ]: _MI }]]
|
|
2287
1815
|
];
|
|
2288
|
-
export var ListVersionsByFunctionResponse = [
|
|
2289
|
-
3,
|
|
2290
|
-
n0,
|
|
2291
|
-
_LVBFRi,
|
|
1816
|
+
export var ListVersionsByFunctionResponse$ = [3, n0, _LVBFRi,
|
|
2292
1817
|
0,
|
|
2293
1818
|
[_NM, _Ver],
|
|
2294
|
-
[0, [() => FunctionList, 0]]
|
|
1819
|
+
[0, [() => FunctionList, 0]]
|
|
1820
|
+
];
|
|
1821
|
+
export var LoggingConfig$ = [3, n0, _LC,
|
|
1822
|
+
0,
|
|
1823
|
+
[_LF, _ALL, _SLL, _LG],
|
|
1824
|
+
[0, 0, 0, 0]
|
|
2295
1825
|
];
|
|
2296
|
-
export var
|
|
2297
|
-
export var NoPublishedVersionException = [
|
|
2298
|
-
-3,
|
|
2299
|
-
n0,
|
|
2300
|
-
_NPVE,
|
|
1826
|
+
export var NoPublishedVersionException$ = [-3, n0, _NPVE,
|
|
2301
1827
|
{ [_e]: _c, [_hE]: 400 },
|
|
2302
1828
|
[_Ty, _M],
|
|
2303
|
-
[0, 0]
|
|
1829
|
+
[0, 0]
|
|
1830
|
+
];
|
|
1831
|
+
TypeRegistry.for(n0).registerError(NoPublishedVersionException$, NoPublishedVersionException);
|
|
1832
|
+
export var OnFailure$ = [3, n0, _OF,
|
|
1833
|
+
0,
|
|
1834
|
+
[_De],
|
|
1835
|
+
[0]
|
|
1836
|
+
];
|
|
1837
|
+
export var OnSuccess$ = [3, n0, _OS,
|
|
1838
|
+
0,
|
|
1839
|
+
[_De],
|
|
1840
|
+
[0]
|
|
2304
1841
|
];
|
|
2305
|
-
|
|
2306
|
-
export var OnFailure = [3, n0, _OF, 0, [_De], [0]];
|
|
2307
|
-
export var OnSuccess = [3, n0, _OS, 0, [_De], [0]];
|
|
2308
|
-
export var Operation = [
|
|
2309
|
-
3,
|
|
2310
|
-
n0,
|
|
2311
|
-
_Op,
|
|
1842
|
+
export var Operation$ = [3, n0, _Op,
|
|
2312
1843
|
0,
|
|
2313
1844
|
[_Id, _PI, _N, _Ty, _STu, _STt, _ETn, _Sta, _EDx, _CDo, _SD, _WDa, _CD, _CID],
|
|
2314
|
-
[
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
0,
|
|
2318
|
-
0,
|
|
2319
|
-
0,
|
|
2320
|
-
4,
|
|
2321
|
-
4,
|
|
2322
|
-
0,
|
|
2323
|
-
[() => ExecutionDetails, 0],
|
|
2324
|
-
[() => ContextDetails, 0],
|
|
2325
|
-
[() => StepDetails, 0],
|
|
2326
|
-
() => WaitDetails,
|
|
2327
|
-
[() => CallbackDetails, 0],
|
|
2328
|
-
[() => ChainedInvokeDetails, 0],
|
|
2329
|
-
],
|
|
2330
|
-
];
|
|
2331
|
-
export var OperationUpdate = [
|
|
2332
|
-
3,
|
|
2333
|
-
n0,
|
|
2334
|
-
_OU,
|
|
1845
|
+
[0, 0, 0, 0, 0, 4, 4, 0, [() => ExecutionDetails$, 0], [() => ContextDetails$, 0], [() => StepDetails$, 0], () => WaitDetails$, [() => CallbackDetails$, 0], [() => ChainedInvokeDetails$, 0]]
|
|
1846
|
+
];
|
|
1847
|
+
export var OperationUpdate$ = [3, n0, _OU,
|
|
2335
1848
|
0,
|
|
2336
1849
|
[_Id, _PI, _N, _Ty, _STu, _A, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
|
|
2337
|
-
[
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
0,
|
|
2341
|
-
0,
|
|
2342
|
-
0,
|
|
2343
|
-
0,
|
|
2344
|
-
[() => OperationPayload, 0],
|
|
2345
|
-
[() => ErrorObject, 0],
|
|
2346
|
-
() => ContextOptions,
|
|
2347
|
-
() => StepOptions,
|
|
2348
|
-
() => WaitOptions,
|
|
2349
|
-
() => CallbackOptions,
|
|
2350
|
-
() => ChainedInvokeOptions,
|
|
2351
|
-
],
|
|
2352
|
-
];
|
|
2353
|
-
export var PolicyLengthExceededException = [
|
|
2354
|
-
-3,
|
|
2355
|
-
n0,
|
|
2356
|
-
_PLEE,
|
|
1850
|
+
[0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => ErrorObject$, 0], () => ContextOptions$, () => StepOptions$, () => WaitOptions$, () => CallbackOptions$, () => ChainedInvokeOptions$]
|
|
1851
|
+
];
|
|
1852
|
+
export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
2357
1853
|
{ [_e]: _c, [_hE]: 400 },
|
|
2358
1854
|
[_Ty, _m],
|
|
2359
|
-
[0, 0]
|
|
1855
|
+
[0, 0]
|
|
1856
|
+
];
|
|
1857
|
+
TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
1858
|
+
export var PreconditionFailedException$ = [-3, n0, _PFE,
|
|
1859
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
1860
|
+
[_Ty, _m],
|
|
1861
|
+
[0, 0]
|
|
2360
1862
|
];
|
|
2361
|
-
TypeRegistry.for(n0).registerError(
|
|
2362
|
-
export var
|
|
2363
|
-
TypeRegistry.for(n0).registerError(PreconditionFailedException, __PreconditionFailedException);
|
|
2364
|
-
export var ProvisionedConcurrencyConfigListItem = [
|
|
2365
|
-
3,
|
|
2366
|
-
n0,
|
|
2367
|
-
_PCCLI,
|
|
1863
|
+
TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
1864
|
+
export var ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
|
|
2368
1865
|
0,
|
|
2369
1866
|
[_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
2370
|
-
[0, 1, 1, 1, 0, 0, 0]
|
|
1867
|
+
[0, 1, 1, 1, 0, 0, 0]
|
|
2371
1868
|
];
|
|
2372
|
-
export var ProvisionedConcurrencyConfigNotFoundException = [
|
|
2373
|
-
-3,
|
|
2374
|
-
n0,
|
|
2375
|
-
_PCCNFE,
|
|
1869
|
+
export var ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
|
|
2376
1870
|
{ [_e]: _c, [_hE]: 404 },
|
|
2377
1871
|
[_Ty, _m],
|
|
2378
|
-
[0, 0]
|
|
1872
|
+
[0, 0]
|
|
2379
1873
|
];
|
|
2380
|
-
TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException
|
|
2381
|
-
export var ProvisionedPollerConfig = [3, n0, _PPC,
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
1874
|
+
TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
|
|
1875
|
+
export var ProvisionedPollerConfig$ = [3, n0, _PPC,
|
|
1876
|
+
0,
|
|
1877
|
+
[_MP, _MPa, _PGN],
|
|
1878
|
+
[1, 1, 0]
|
|
1879
|
+
];
|
|
1880
|
+
export var PublishLayerVersionRequest$ = [3, n0, _PLVR,
|
|
2386
1881
|
0,
|
|
2387
1882
|
[_LN, _D, _Cont, _CR, _LI, _CA],
|
|
2388
|
-
[[0, 1], 0, [() => LayerVersionContentInput
|
|
1883
|
+
[[0, 1], 0, [() => LayerVersionContentInput$, 0], 64 | 0, 0, 64 | 0]
|
|
2389
1884
|
];
|
|
2390
|
-
export var PublishLayerVersionResponse = [
|
|
2391
|
-
3,
|
|
2392
|
-
n0,
|
|
2393
|
-
_PLVRu,
|
|
1885
|
+
export var PublishLayerVersionResponse$ = [3, n0, _PLVRu,
|
|
2394
1886
|
0,
|
|
2395
1887
|
[_Cont, _LA, _LVA, _D, _CDr, _Ve, _CR, _LI, _CA],
|
|
2396
|
-
[() => LayerVersionContentOutput
|
|
1888
|
+
[() => LayerVersionContentOutput$, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0]
|
|
2397
1889
|
];
|
|
2398
|
-
export var PublishVersionRequest = [
|
|
2399
|
-
3,
|
|
2400
|
-
n0,
|
|
2401
|
-
_PVR,
|
|
1890
|
+
export var PublishVersionRequest$ = [3, n0, _PVR,
|
|
2402
1891
|
0,
|
|
2403
1892
|
[_FN, _CSo, _D, _RI, _PTu],
|
|
2404
|
-
[[0, 1], 0, 0, 0, 0]
|
|
1893
|
+
[[0, 1], 0, 0, 0, 0]
|
|
1894
|
+
];
|
|
1895
|
+
export var PutFunctionCodeSigningConfigRequest$ = [3, n0, _PFCSCR,
|
|
1896
|
+
0,
|
|
1897
|
+
[_CSCA, _FN],
|
|
1898
|
+
[0, [0, 1]]
|
|
1899
|
+
];
|
|
1900
|
+
export var PutFunctionCodeSigningConfigResponse$ = [3, n0, _PFCSCRu,
|
|
1901
|
+
0,
|
|
1902
|
+
[_CSCA, _FN],
|
|
1903
|
+
[0, 0]
|
|
2405
1904
|
];
|
|
2406
|
-
export var
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
_PFEICR,
|
|
1905
|
+
export var PutFunctionConcurrencyRequest$ = [3, n0, _PFCR,
|
|
1906
|
+
0,
|
|
1907
|
+
[_FN, _RCE],
|
|
1908
|
+
[[0, 1], 1]
|
|
1909
|
+
];
|
|
1910
|
+
export var PutFunctionEventInvokeConfigRequest$ = [3, n0, _PFEICR,
|
|
2413
1911
|
0,
|
|
2414
1912
|
[_FN, _Q, _MRA, _MEAIS, _DC],
|
|
2415
|
-
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig]
|
|
1913
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig$]
|
|
1914
|
+
];
|
|
1915
|
+
export var PutFunctionRecursionConfigRequest$ = [3, n0, _PFRCR,
|
|
1916
|
+
0,
|
|
1917
|
+
[_FN, _RL],
|
|
1918
|
+
[[0, 1], 0]
|
|
2416
1919
|
];
|
|
2417
|
-
export var
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
1920
|
+
export var PutFunctionRecursionConfigResponse$ = [3, n0, _PFRCRu,
|
|
1921
|
+
0,
|
|
1922
|
+
[_RL],
|
|
1923
|
+
[0]
|
|
1924
|
+
];
|
|
1925
|
+
export var PutFunctionScalingConfigRequest$ = [3, n0, _PFSCR,
|
|
2423
1926
|
0,
|
|
2424
1927
|
[_FN, _Q, _FSCu],
|
|
2425
|
-
[[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig]
|
|
1928
|
+
[[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig$]
|
|
1929
|
+
];
|
|
1930
|
+
export var PutFunctionScalingConfigResponse$ = [3, n0, _PFSCRu,
|
|
1931
|
+
0,
|
|
1932
|
+
[_FS],
|
|
1933
|
+
[0]
|
|
2426
1934
|
];
|
|
2427
|
-
export var
|
|
2428
|
-
export var PutProvisionedConcurrencyConfigRequest = [
|
|
2429
|
-
3,
|
|
2430
|
-
n0,
|
|
2431
|
-
_PPCCR,
|
|
1935
|
+
export var PutProvisionedConcurrencyConfigRequest$ = [3, n0, _PPCCR,
|
|
2432
1936
|
0,
|
|
2433
1937
|
[_FN, _Q, _PCE],
|
|
2434
|
-
[[0, 1], [0, { [_hQ]: _Q }], 1]
|
|
1938
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1]
|
|
2435
1939
|
];
|
|
2436
|
-
export var PutProvisionedConcurrencyConfigResponse = [
|
|
2437
|
-
3,
|
|
2438
|
-
n0,
|
|
2439
|
-
_PPCCRu,
|
|
1940
|
+
export var PutProvisionedConcurrencyConfigResponse$ = [3, n0, _PPCCRu,
|
|
2440
1941
|
0,
|
|
2441
1942
|
[_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
|
|
2442
|
-
[1, 1, 1, 0, 0, 0]
|
|
1943
|
+
[1, 1, 1, 0, 0, 0]
|
|
2443
1944
|
];
|
|
2444
|
-
export var PutRuntimeManagementConfigRequest = [
|
|
2445
|
-
3,
|
|
2446
|
-
n0,
|
|
2447
|
-
_PRMCR,
|
|
1945
|
+
export var PutRuntimeManagementConfigRequest$ = [3, n0, _PRMCR,
|
|
2448
1946
|
0,
|
|
2449
1947
|
[_FN, _Q, _URO, _RVA],
|
|
2450
|
-
[[0, 1], [0, { [_hQ]: _Q }], 0, 0]
|
|
1948
|
+
[[0, 1], [0, { [_hQ]: _Q }], 0, 0]
|
|
2451
1949
|
];
|
|
2452
|
-
export var PutRuntimeManagementConfigResponse = [
|
|
2453
|
-
3,
|
|
2454
|
-
n0,
|
|
2455
|
-
_PRMCRu,
|
|
1950
|
+
export var PutRuntimeManagementConfigResponse$ = [3, n0, _PRMCRu,
|
|
2456
1951
|
0,
|
|
2457
1952
|
[_URO, _FA, _RVA],
|
|
2458
|
-
[0, 0, 0]
|
|
1953
|
+
[0, 0, 0]
|
|
2459
1954
|
];
|
|
2460
|
-
export var RecursiveInvocationException = [
|
|
2461
|
-
-3,
|
|
2462
|
-
n0,
|
|
2463
|
-
_RIE,
|
|
1955
|
+
export var RecursiveInvocationException$ = [-3, n0, _RIE,
|
|
2464
1956
|
{ [_e]: _c, [_hE]: 400 },
|
|
2465
1957
|
[_Ty, _M],
|
|
2466
|
-
[0, 0]
|
|
1958
|
+
[0, 0]
|
|
2467
1959
|
];
|
|
2468
|
-
TypeRegistry.for(n0).registerError(RecursiveInvocationException
|
|
2469
|
-
export var RemoveLayerVersionPermissionRequest = [
|
|
2470
|
-
3,
|
|
2471
|
-
n0,
|
|
2472
|
-
_RLVPR,
|
|
1960
|
+
TypeRegistry.for(n0).registerError(RecursiveInvocationException$, RecursiveInvocationException);
|
|
1961
|
+
export var RemoveLayerVersionPermissionRequest$ = [3, n0, _RLVPR,
|
|
2473
1962
|
0,
|
|
2474
1963
|
[_LN, _VN, _SI, _RI],
|
|
2475
|
-
[
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
[0, 1],
|
|
2479
|
-
[0, { [_hQ]: _RI }],
|
|
2480
|
-
],
|
|
2481
|
-
];
|
|
2482
|
-
export var RemovePermissionRequest = [
|
|
2483
|
-
3,
|
|
2484
|
-
n0,
|
|
2485
|
-
_RPR,
|
|
1964
|
+
[[0, 1], [1, 1], [0, 1], [0, { [_hQ]: _RI }]]
|
|
1965
|
+
];
|
|
1966
|
+
export var RemovePermissionRequest$ = [3, n0, _RPR,
|
|
2486
1967
|
0,
|
|
2487
1968
|
[_FN, _SI, _Q, _RI],
|
|
2488
|
-
[
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
]
|
|
2494
|
-
];
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
1969
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _RI }]]
|
|
1970
|
+
];
|
|
1971
|
+
export var RequestTooLargeException$ = [-3, n0, _RTLE,
|
|
1972
|
+
{ [_e]: _c, [_hE]: 413 },
|
|
1973
|
+
[_Ty, _m],
|
|
1974
|
+
[0, 0]
|
|
1975
|
+
];
|
|
1976
|
+
TypeRegistry.for(n0).registerError(RequestTooLargeException$, RequestTooLargeException);
|
|
1977
|
+
export var ResourceConflictException$ = [-3, n0, _RCEe,
|
|
1978
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1979
|
+
[_Ty, _m],
|
|
1980
|
+
[0, 0]
|
|
1981
|
+
];
|
|
1982
|
+
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
1983
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1984
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1985
|
+
[_Ty, _M],
|
|
1986
|
+
[0, 0]
|
|
1987
|
+
];
|
|
1988
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1989
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1990
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1991
|
+
[_Ty, _M],
|
|
1992
|
+
[0, 0]
|
|
1993
|
+
];
|
|
1994
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1995
|
+
export var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
1996
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
1997
|
+
[_Ty, _m],
|
|
1998
|
+
[0, 0]
|
|
1999
|
+
];
|
|
2000
|
+
TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
2001
|
+
export var RetryDetails$ = [3, n0, _RD,
|
|
2002
|
+
0,
|
|
2003
|
+
[_CAu, _NADS],
|
|
2004
|
+
[1, 1]
|
|
2005
|
+
];
|
|
2006
|
+
export var RuntimeVersionConfig$ = [3, n0, _RVC,
|
|
2510
2007
|
0,
|
|
2511
2008
|
[_RVA, _E],
|
|
2512
|
-
[0, [() => RuntimeVersionError
|
|
2009
|
+
[0, [() => RuntimeVersionError$, 0]]
|
|
2010
|
+
];
|
|
2011
|
+
export var RuntimeVersionError$ = [3, n0, _RVE,
|
|
2012
|
+
0,
|
|
2013
|
+
[_EC, _M],
|
|
2014
|
+
[0, [() => SensitiveString, 0]]
|
|
2015
|
+
];
|
|
2016
|
+
export var ScalingConfig$ = [3, n0, _SC,
|
|
2017
|
+
0,
|
|
2018
|
+
[_MCa],
|
|
2019
|
+
[1]
|
|
2020
|
+
];
|
|
2021
|
+
export var SelfManagedEventSource$ = [3, n0, _SMES,
|
|
2022
|
+
0,
|
|
2023
|
+
[_End],
|
|
2024
|
+
[[2, n0, _End, 0, 0, 64 | 0]]
|
|
2513
2025
|
];
|
|
2514
|
-
export var
|
|
2515
|
-
export var ScalingConfig = [3, n0, _SC, 0, [_MCa], [1]];
|
|
2516
|
-
export var SelfManagedEventSource = [3, n0, _SMES, 0, [_End], [[2, n0, _End, 0, 0, 64 | 0]]];
|
|
2517
|
-
export var SelfManagedKafkaEventSourceConfig = [
|
|
2518
|
-
3,
|
|
2519
|
-
n0,
|
|
2520
|
-
_SMKESC,
|
|
2026
|
+
export var SelfManagedKafkaEventSourceConfig$ = [3, n0, _SMKESC,
|
|
2521
2027
|
0,
|
|
2522
2028
|
[_CGI, _SRC],
|
|
2523
|
-
[0, () => KafkaSchemaRegistryConfig]
|
|
2029
|
+
[0, () => KafkaSchemaRegistryConfig$]
|
|
2524
2030
|
];
|
|
2525
|
-
export var SendDurableExecutionCallbackFailureRequest = [
|
|
2526
|
-
3,
|
|
2527
|
-
n0,
|
|
2528
|
-
_SDECFR,
|
|
2031
|
+
export var SendDurableExecutionCallbackFailureRequest$ = [3, n0, _SDECFR,
|
|
2529
2032
|
0,
|
|
2530
2033
|
[_CI, _E],
|
|
2531
|
-
[
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
]
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
export var
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2034
|
+
[[0, 1], [() => ErrorObject$, 16]]
|
|
2035
|
+
];
|
|
2036
|
+
export var SendDurableExecutionCallbackFailureResponse$ = [3, n0, _SDECFRe,
|
|
2037
|
+
0,
|
|
2038
|
+
[],
|
|
2039
|
+
[]
|
|
2040
|
+
];
|
|
2041
|
+
export var SendDurableExecutionCallbackHeartbeatRequest$ = [3, n0, _SDECHR,
|
|
2042
|
+
0,
|
|
2043
|
+
[_CI],
|
|
2044
|
+
[[0, 1]]
|
|
2045
|
+
];
|
|
2046
|
+
export var SendDurableExecutionCallbackHeartbeatResponse$ = [3, n0, _SDECHRe,
|
|
2047
|
+
0,
|
|
2048
|
+
[],
|
|
2049
|
+
[]
|
|
2050
|
+
];
|
|
2051
|
+
export var SendDurableExecutionCallbackSuccessRequest$ = [3, n0, _SDECSR,
|
|
2543
2052
|
0,
|
|
2544
2053
|
[_CI, _R],
|
|
2545
|
-
[
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
]
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
n0,
|
|
2554
|
-
_SRETLE,
|
|
2054
|
+
[[0, 1], [() => BinaryOperationPayload, 16]]
|
|
2055
|
+
];
|
|
2056
|
+
export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
|
|
2057
|
+
0,
|
|
2058
|
+
[],
|
|
2059
|
+
[]
|
|
2060
|
+
];
|
|
2061
|
+
export var SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
|
|
2555
2062
|
{ [_e]: _c, [_hE]: 413 },
|
|
2556
2063
|
[_Ty, _m],
|
|
2557
|
-
[0, 0]
|
|
2558
|
-
];
|
|
2559
|
-
TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException
|
|
2560
|
-
export var ServiceException = [-3, n0, _SE,
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2064
|
+
[0, 0]
|
|
2065
|
+
];
|
|
2066
|
+
TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
|
|
2067
|
+
export var ServiceException$ = [-3, n0, _SE,
|
|
2068
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
2069
|
+
[_Ty, _M],
|
|
2070
|
+
[0, 0]
|
|
2071
|
+
];
|
|
2072
|
+
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
2073
|
+
export var SnapStart$ = [3, n0, _SSn,
|
|
2074
|
+
0,
|
|
2075
|
+
[_AOp],
|
|
2076
|
+
[0]
|
|
2077
|
+
];
|
|
2078
|
+
export var SnapStartException$ = [-3, n0, _SSE,
|
|
2079
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
2080
|
+
[_Ty, _M],
|
|
2081
|
+
[0, 0]
|
|
2082
|
+
];
|
|
2083
|
+
TypeRegistry.for(n0).registerError(SnapStartException$, SnapStartException);
|
|
2084
|
+
export var SnapStartNotReadyException$ = [-3, n0, _SSNRE,
|
|
2569
2085
|
{ [_e]: _c, [_hE]: 409 },
|
|
2570
2086
|
[_Ty, _M],
|
|
2571
|
-
[0, 0]
|
|
2572
|
-
];
|
|
2573
|
-
TypeRegistry.for(n0).registerError(SnapStartNotReadyException
|
|
2574
|
-
export var SnapStartResponse = [3, n0, _SSR,
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2087
|
+
[0, 0]
|
|
2088
|
+
];
|
|
2089
|
+
TypeRegistry.for(n0).registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
|
|
2090
|
+
export var SnapStartResponse$ = [3, n0, _SSR,
|
|
2091
|
+
0,
|
|
2092
|
+
[_AOp, _OSp],
|
|
2093
|
+
[0, 0]
|
|
2094
|
+
];
|
|
2095
|
+
export var SnapStartTimeoutException$ = [-3, n0, _SSTE,
|
|
2096
|
+
{ [_e]: _c, [_hE]: 408 },
|
|
2097
|
+
[_Ty, _M],
|
|
2098
|
+
[0, 0]
|
|
2099
|
+
];
|
|
2100
|
+
TypeRegistry.for(n0).registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
|
|
2101
|
+
export var SourceAccessConfiguration$ = [3, n0, _SACo,
|
|
2102
|
+
0,
|
|
2103
|
+
[_Ty, _URI],
|
|
2104
|
+
[0, 0]
|
|
2105
|
+
];
|
|
2106
|
+
export var StepDetails$ = [3, n0, _SD,
|
|
2582
2107
|
0,
|
|
2583
2108
|
[_Att, _NAT, _R, _E],
|
|
2584
|
-
[1, 4, [() => OperationPayload, 0], [() => ErrorObject
|
|
2109
|
+
[1, 4, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
|
|
2585
2110
|
];
|
|
2586
|
-
export var StepFailedDetails = [
|
|
2587
|
-
3,
|
|
2588
|
-
n0,
|
|
2589
|
-
_SFD,
|
|
2111
|
+
export var StepFailedDetails$ = [3, n0, _SFD,
|
|
2590
2112
|
0,
|
|
2591
2113
|
[_E, _RD],
|
|
2592
|
-
[[() => EventError
|
|
2114
|
+
[[() => EventError$, 0], () => RetryDetails$]
|
|
2115
|
+
];
|
|
2116
|
+
export var StepOptions$ = [3, n0, _SO,
|
|
2117
|
+
0,
|
|
2118
|
+
[_NADS],
|
|
2119
|
+
[1]
|
|
2120
|
+
];
|
|
2121
|
+
export var StepStartedDetails$ = [3, n0, _SSD,
|
|
2122
|
+
0,
|
|
2123
|
+
[],
|
|
2124
|
+
[]
|
|
2593
2125
|
];
|
|
2594
|
-
export var
|
|
2595
|
-
export var StepStartedDetails = [3, n0, _SSD, 0, [], []];
|
|
2596
|
-
export var StepSucceededDetails = [
|
|
2597
|
-
3,
|
|
2598
|
-
n0,
|
|
2599
|
-
_SSDt,
|
|
2126
|
+
export var StepSucceededDetails$ = [3, n0, _SSDt,
|
|
2600
2127
|
0,
|
|
2601
2128
|
[_R, _RD],
|
|
2602
|
-
[[() => EventResult
|
|
2129
|
+
[[() => EventResult$, 0], () => RetryDetails$]
|
|
2603
2130
|
];
|
|
2604
|
-
export var StopDurableExecutionRequest = [
|
|
2605
|
-
3,
|
|
2606
|
-
n0,
|
|
2607
|
-
_SDER,
|
|
2131
|
+
export var StopDurableExecutionRequest$ = [3, n0, _SDER,
|
|
2608
2132
|
0,
|
|
2609
2133
|
[_DEA, _E],
|
|
2610
|
-
[
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
]
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
n0,
|
|
2619
|
-
_SIPALRE,
|
|
2134
|
+
[[0, 1], [() => ErrorObject$, 16]]
|
|
2135
|
+
];
|
|
2136
|
+
export var StopDurableExecutionResponse$ = [3, n0, _SDERt,
|
|
2137
|
+
0,
|
|
2138
|
+
[_STto],
|
|
2139
|
+
[4]
|
|
2140
|
+
];
|
|
2141
|
+
export var SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
|
|
2620
2142
|
{ [_e]: _se, [_hE]: 502 },
|
|
2621
2143
|
[_Ty, _M],
|
|
2622
|
-
[0, 0]
|
|
2623
|
-
];
|
|
2624
|
-
TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException
|
|
2625
|
-
export var TagResourceRequest = [3, n0, _TRR,
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2144
|
+
[0, 0]
|
|
2145
|
+
];
|
|
2146
|
+
TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
|
|
2147
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
2148
|
+
0,
|
|
2149
|
+
[_Re, _Ta],
|
|
2150
|
+
[[0, 1], 128 | 0]
|
|
2151
|
+
];
|
|
2152
|
+
export var TagsError$ = [3, n0, _TE,
|
|
2153
|
+
0,
|
|
2154
|
+
[_EC, _M],
|
|
2155
|
+
[0, 0]
|
|
2156
|
+
];
|
|
2157
|
+
export var TargetTrackingScalingPolicy$ = [3, n0, _TTSP,
|
|
2158
|
+
0,
|
|
2159
|
+
[_PMT, _TV],
|
|
2160
|
+
[0, 1]
|
|
2161
|
+
];
|
|
2162
|
+
export var TenancyConfig$ = [3, n0, _TCe,
|
|
2163
|
+
0,
|
|
2164
|
+
[_TIM],
|
|
2165
|
+
[0]
|
|
2166
|
+
];
|
|
2167
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
2633
2168
|
{ [_e]: _c, [_hE]: 429 },
|
|
2634
2169
|
[_rAS, _Ty, _m, _Rea],
|
|
2635
|
-
[[0, { [_hH]: _RA }], 0, 0, 0]
|
|
2636
|
-
];
|
|
2637
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
2638
|
-
export var TraceHeader = [3, n0, _TH,
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2170
|
+
[[0, { [_hH]: _RA }], 0, 0, 0]
|
|
2171
|
+
];
|
|
2172
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
2173
|
+
export var TraceHeader$ = [3, n0, _TH,
|
|
2174
|
+
0,
|
|
2175
|
+
[_XATIm],
|
|
2176
|
+
[0]
|
|
2177
|
+
];
|
|
2178
|
+
export var TracingConfig$ = [3, n0, _TC,
|
|
2179
|
+
0,
|
|
2180
|
+
[_Mo],
|
|
2181
|
+
[0]
|
|
2182
|
+
];
|
|
2183
|
+
export var TracingConfigResponse$ = [3, n0, _TCR,
|
|
2184
|
+
0,
|
|
2185
|
+
[_Mo],
|
|
2186
|
+
[0]
|
|
2187
|
+
];
|
|
2188
|
+
export var UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
|
|
2645
2189
|
{ [_e]: _c, [_hE]: 415 },
|
|
2646
2190
|
[_Ty, _m],
|
|
2647
|
-
[0, 0]
|
|
2191
|
+
[0, 0]
|
|
2648
2192
|
];
|
|
2649
|
-
TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException
|
|
2650
|
-
export var UntagResourceRequest = [
|
|
2651
|
-
3,
|
|
2652
|
-
n0,
|
|
2653
|
-
_URR,
|
|
2193
|
+
TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
|
|
2194
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
2654
2195
|
0,
|
|
2655
2196
|
[_Re, _TK],
|
|
2656
|
-
[
|
|
2657
|
-
[0, 1],
|
|
2658
|
-
[64 | 0, { [_hQ]: _tK }],
|
|
2659
|
-
],
|
|
2197
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
2660
2198
|
];
|
|
2661
|
-
export var UpdateAliasRequest = [
|
|
2662
|
-
3,
|
|
2663
|
-
n0,
|
|
2664
|
-
_UAR,
|
|
2199
|
+
export var UpdateAliasRequest$ = [3, n0, _UAR,
|
|
2665
2200
|
0,
|
|
2666
2201
|
[_FN, _N, _FV, _D, _RC, _RI],
|
|
2667
|
-
[[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration
|
|
2202
|
+
[[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration$, 0]
|
|
2668
2203
|
];
|
|
2669
|
-
export var UpdateCapacityProviderRequest = [
|
|
2670
|
-
3,
|
|
2671
|
-
n0,
|
|
2672
|
-
_UCPR,
|
|
2204
|
+
export var UpdateCapacityProviderRequest$ = [3, n0, _UCPR,
|
|
2673
2205
|
0,
|
|
2674
2206
|
[_CPN, _CPSC],
|
|
2675
|
-
[[0, 1], () => CapacityProviderScalingConfig]
|
|
2207
|
+
[[0, 1], () => CapacityProviderScalingConfig$]
|
|
2208
|
+
];
|
|
2209
|
+
export var UpdateCapacityProviderResponse$ = [3, n0, _UCPRp,
|
|
2210
|
+
0,
|
|
2211
|
+
[_CP],
|
|
2212
|
+
[() => CapacityProvider$]
|
|
2676
2213
|
];
|
|
2677
|
-
export var
|
|
2678
|
-
export var UpdateCodeSigningConfigRequest = [
|
|
2679
|
-
3,
|
|
2680
|
-
n0,
|
|
2681
|
-
_UCSCR,
|
|
2214
|
+
export var UpdateCodeSigningConfigRequest$ = [3, n0, _UCSCR,
|
|
2682
2215
|
0,
|
|
2683
2216
|
[_CSCA, _D, _AP, _CSP],
|
|
2684
|
-
[[0, 1], 0, () => AllowedPublishers
|
|
2217
|
+
[[0, 1], 0, () => AllowedPublishers$, () => CodeSigningPolicies$]
|
|
2685
2218
|
];
|
|
2686
|
-
export var UpdateCodeSigningConfigResponse = [
|
|
2687
|
-
3,
|
|
2688
|
-
n0,
|
|
2689
|
-
_UCSCRp,
|
|
2219
|
+
export var UpdateCodeSigningConfigResponse$ = [3, n0, _UCSCRp,
|
|
2690
2220
|
0,
|
|
2691
2221
|
[_CSC],
|
|
2692
|
-
[() => CodeSigningConfig]
|
|
2693
|
-
];
|
|
2694
|
-
export var UpdateEventSourceMappingRequest = [
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
_UUID,
|
|
2701
|
-
_FN,
|
|
2702
|
-
_En,
|
|
2703
|
-
_BSa,
|
|
2704
|
-
_FCi,
|
|
2705
|
-
_MBWIS,
|
|
2706
|
-
_DC,
|
|
2707
|
-
_MRAIS,
|
|
2708
|
-
_BBOFE,
|
|
2709
|
-
_MRA,
|
|
2710
|
-
_PF,
|
|
2711
|
-
_SAC,
|
|
2712
|
-
_TWIS,
|
|
2713
|
-
_FRT,
|
|
2714
|
-
_SC,
|
|
2715
|
-
_AMKESC,
|
|
2716
|
-
_SMKESC,
|
|
2717
|
-
_DDBESC,
|
|
2718
|
-
_KMSKA,
|
|
2719
|
-
_MC,
|
|
2720
|
-
_PPC,
|
|
2721
|
-
],
|
|
2722
|
-
[
|
|
2723
|
-
[0, 1],
|
|
2724
|
-
0,
|
|
2725
|
-
2,
|
|
2726
|
-
1,
|
|
2727
|
-
() => FilterCriteria,
|
|
2728
|
-
1,
|
|
2729
|
-
() => DestinationConfig,
|
|
2730
|
-
1,
|
|
2731
|
-
2,
|
|
2732
|
-
1,
|
|
2733
|
-
1,
|
|
2734
|
-
() => SourceAccessConfigurations,
|
|
2735
|
-
1,
|
|
2736
|
-
64 | 0,
|
|
2737
|
-
() => ScalingConfig,
|
|
2738
|
-
() => AmazonManagedKafkaEventSourceConfig,
|
|
2739
|
-
() => SelfManagedKafkaEventSourceConfig,
|
|
2740
|
-
() => DocumentDBEventSourceConfig,
|
|
2741
|
-
0,
|
|
2742
|
-
() => EventSourceMappingMetricsConfig,
|
|
2743
|
-
() => ProvisionedPollerConfig,
|
|
2744
|
-
],
|
|
2745
|
-
];
|
|
2746
|
-
export var UpdateFunctionCodeRequest = [
|
|
2747
|
-
3,
|
|
2748
|
-
n0,
|
|
2749
|
-
_UFCR,
|
|
2222
|
+
[() => CodeSigningConfig$]
|
|
2223
|
+
];
|
|
2224
|
+
export var UpdateEventSourceMappingRequest$ = [3, n0, _UESMR,
|
|
2225
|
+
0,
|
|
2226
|
+
[_UUID, _FN, _En, _BSa, _FCi, _MBWIS, _DC, _MRAIS, _BBOFE, _MRA, _PF, _SAC, _TWIS, _FRT, _SC, _AMKESC, _SMKESC, _DDBESC, _KMSKA, _MC, _PPC],
|
|
2227
|
+
[[0, 1], 0, 2, 1, () => FilterCriteria$, 1, () => DestinationConfig$, 1, 2, 1, 1, () => SourceAccessConfigurations, 1, 64 | 0, () => ScalingConfig$, () => AmazonManagedKafkaEventSourceConfig$, () => SelfManagedKafkaEventSourceConfig$, () => DocumentDBEventSourceConfig$, 0, () => EventSourceMappingMetricsConfig$, () => ProvisionedPollerConfig$]
|
|
2228
|
+
];
|
|
2229
|
+
export var UpdateFunctionCodeRequest$ = [3, n0, _UFCR,
|
|
2750
2230
|
0,
|
|
2751
2231
|
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA, _PTu],
|
|
2752
|
-
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0]
|
|
2232
|
+
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0]
|
|
2753
2233
|
];
|
|
2754
|
-
export var UpdateFunctionConfigurationRequest = [
|
|
2755
|
-
3,
|
|
2756
|
-
n0,
|
|
2757
|
-
_UFCRp,
|
|
2234
|
+
export var UpdateFunctionConfigurationRequest$ = [3, n0, _UFCRp,
|
|
2758
2235
|
0,
|
|
2759
2236
|
[_FN, _Ro, _H, _D, _T, _MS, _VC, _Env, _Ru, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC, _DCu],
|
|
2760
|
-
[
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
0,
|
|
2764
|
-
0,
|
|
2765
|
-
1,
|
|
2766
|
-
1,
|
|
2767
|
-
() => VpcConfig,
|
|
2768
|
-
[() => Environment, 0],
|
|
2769
|
-
0,
|
|
2770
|
-
() => DeadLetterConfig,
|
|
2771
|
-
0,
|
|
2772
|
-
() => TracingConfig,
|
|
2773
|
-
0,
|
|
2774
|
-
64 | 0,
|
|
2775
|
-
() => FileSystemConfigList,
|
|
2776
|
-
() => ImageConfig,
|
|
2777
|
-
() => EphemeralStorage,
|
|
2778
|
-
() => SnapStart,
|
|
2779
|
-
() => LoggingConfig,
|
|
2780
|
-
() => CapacityProviderConfig,
|
|
2781
|
-
() => DurableConfig,
|
|
2782
|
-
],
|
|
2783
|
-
];
|
|
2784
|
-
export var UpdateFunctionEventInvokeConfigRequest = [
|
|
2785
|
-
3,
|
|
2786
|
-
n0,
|
|
2787
|
-
_UFEICR,
|
|
2237
|
+
[[0, 1], 0, 0, 0, 1, 1, () => VpcConfig$, [() => Environment$, 0], 0, () => DeadLetterConfig$, 0, () => TracingConfig$, 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, () => DurableConfig$]
|
|
2238
|
+
];
|
|
2239
|
+
export var UpdateFunctionEventInvokeConfigRequest$ = [3, n0, _UFEICR,
|
|
2788
2240
|
0,
|
|
2789
2241
|
[_FN, _Q, _MRA, _MEAIS, _DC],
|
|
2790
|
-
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig]
|
|
2242
|
+
[[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig$]
|
|
2791
2243
|
];
|
|
2792
|
-
export var UpdateFunctionUrlConfigRequest = [
|
|
2793
|
-
3,
|
|
2794
|
-
n0,
|
|
2795
|
-
_UFUCR,
|
|
2244
|
+
export var UpdateFunctionUrlConfigRequest$ = [3, n0, _UFUCR,
|
|
2796
2245
|
0,
|
|
2797
2246
|
[_FN, _Q, _AT, _Co, _IM],
|
|
2798
|
-
[[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors
|
|
2247
|
+
[[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors$, 0]
|
|
2799
2248
|
];
|
|
2800
|
-
export var UpdateFunctionUrlConfigResponse = [
|
|
2801
|
-
3,
|
|
2802
|
-
n0,
|
|
2803
|
-
_UFUCRp,
|
|
2249
|
+
export var UpdateFunctionUrlConfigResponse$ = [3, n0, _UFUCRp,
|
|
2804
2250
|
0,
|
|
2805
2251
|
[_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
|
|
2806
|
-
[0, 0, 0, () => Cors
|
|
2252
|
+
[0, 0, 0, () => Cors$, 0, 0, 0]
|
|
2807
2253
|
];
|
|
2808
|
-
export var VpcConfig = [3, n0, _VC,
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2254
|
+
export var VpcConfig$ = [3, n0, _VC,
|
|
2255
|
+
0,
|
|
2256
|
+
[_SIu, _SGI, _IAFDS],
|
|
2257
|
+
[64 | 0, 64 | 0, 2]
|
|
2258
|
+
];
|
|
2259
|
+
export var VpcConfigResponse$ = [3, n0, _VCR,
|
|
2813
2260
|
0,
|
|
2814
2261
|
[_SIu, _SGI, _VI, _IAFDS],
|
|
2815
|
-
[64 | 0, 64 | 0, 0, 2]
|
|
2816
|
-
];
|
|
2817
|
-
export var WaitCancelledDetails = [3, n0, _WCD,
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
export var
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
export var
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
1
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
0,
|
|
2834
|
-
|
|
2835
|
-
]
|
|
2836
|
-
|
|
2837
|
-
export var
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
export var
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
() =>
|
|
2861
|
-
];
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
() =>
|
|
2870
|
-
]
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2262
|
+
[64 | 0, 64 | 0, 0, 2]
|
|
2263
|
+
];
|
|
2264
|
+
export var WaitCancelledDetails$ = [3, n0, _WCD,
|
|
2265
|
+
0,
|
|
2266
|
+
[_E],
|
|
2267
|
+
[[() => EventError$, 0]]
|
|
2268
|
+
];
|
|
2269
|
+
export var WaitDetails$ = [3, n0, _WDa,
|
|
2270
|
+
0,
|
|
2271
|
+
[_SET],
|
|
2272
|
+
[4]
|
|
2273
|
+
];
|
|
2274
|
+
export var WaitOptions$ = [3, n0, _WO,
|
|
2275
|
+
0,
|
|
2276
|
+
[_WS],
|
|
2277
|
+
[1]
|
|
2278
|
+
];
|
|
2279
|
+
export var WaitStartedDetails$ = [3, n0, _WSD,
|
|
2280
|
+
0,
|
|
2281
|
+
[_Du, _SET],
|
|
2282
|
+
[1, 4]
|
|
2283
|
+
];
|
|
2284
|
+
export var WaitSucceededDetails$ = [3, n0, _WSDa,
|
|
2285
|
+
0,
|
|
2286
|
+
[_Du],
|
|
2287
|
+
[1]
|
|
2288
|
+
];
|
|
2289
|
+
var __Unit = "unit";
|
|
2290
|
+
export var LambdaServiceException$ = [-3, _sm, "LambdaServiceException", 0, [], []];
|
|
2291
|
+
TypeRegistry.for(_sm).registerError(LambdaServiceException$, LambdaServiceException);
|
|
2292
|
+
var AliasList = [1, n0, _ALl,
|
|
2293
|
+
0, () => AliasConfiguration$
|
|
2294
|
+
];
|
|
2295
|
+
var AllowMethodsList = 64 | 0;
|
|
2296
|
+
var AllowOriginsList = 64 | 0;
|
|
2297
|
+
var ArchitecturesList = 64 | 0;
|
|
2298
|
+
var CapacityProviderScalingPoliciesList = [1, n0, _CPSPL,
|
|
2299
|
+
0, () => TargetTrackingScalingPolicy$
|
|
2300
|
+
];
|
|
2301
|
+
var CapacityProviderSecurityGroupIds = 64 | 0;
|
|
2302
|
+
var CapacityProvidersList = [1, n0, _CPL,
|
|
2303
|
+
0, () => CapacityProvider$
|
|
2304
|
+
];
|
|
2305
|
+
var CapacityProviderSubnetIds = 64 | 0;
|
|
2306
|
+
var CodeSigningConfigList = [1, n0, _CSCL,
|
|
2307
|
+
0, () => CodeSigningConfig$
|
|
2308
|
+
];
|
|
2309
|
+
var CompatibleArchitectures = 64 | 0;
|
|
2310
|
+
var CompatibleRuntimes = 64 | 0;
|
|
2311
|
+
var DurableExecutions = [1, n0, _DE,
|
|
2312
|
+
0, () => Execution$
|
|
2313
|
+
];
|
|
2314
|
+
var EndpointLists = 64 | 0;
|
|
2315
|
+
var Events = [1, n0, _Eve,
|
|
2316
|
+
0, [() => Event$,
|
|
2317
|
+
0]
|
|
2318
|
+
];
|
|
2319
|
+
var EventSourceMappingMetricList = 64 | 0;
|
|
2320
|
+
var EventSourceMappingsList = [1, n0, _ESML,
|
|
2321
|
+
0, () => EventSourceMappingConfiguration$
|
|
2322
|
+
];
|
|
2323
|
+
var ExecutionStatusList = 64 | 0;
|
|
2324
|
+
var FileSystemConfigList = [1, n0, _FSCL,
|
|
2325
|
+
0, () => FileSystemConfig$
|
|
2326
|
+
];
|
|
2327
|
+
var FilterList = [1, n0, _FL,
|
|
2328
|
+
0, () => Filter$
|
|
2329
|
+
];
|
|
2330
|
+
var FunctionArnList = 64 | 0;
|
|
2331
|
+
var FunctionEventInvokeConfigList = [1, n0, _FEICL,
|
|
2332
|
+
0, () => FunctionEventInvokeConfig$
|
|
2333
|
+
];
|
|
2334
|
+
var FunctionList = [1, n0, _FLu,
|
|
2335
|
+
0, [() => FunctionConfiguration$,
|
|
2336
|
+
0]
|
|
2337
|
+
];
|
|
2338
|
+
var FunctionResponseTypeList = 64 | 0;
|
|
2339
|
+
var FunctionUrlConfigList = [1, n0, _FUCL,
|
|
2340
|
+
0, () => FunctionUrlConfig$
|
|
2341
|
+
];
|
|
2342
|
+
var FunctionVersionsByCapacityProviderList = [1, n0, _FVBCPL,
|
|
2343
|
+
0, () => FunctionVersionsByCapacityProviderListItem$
|
|
2344
|
+
];
|
|
2345
|
+
var HeadersList = 64 | 0;
|
|
2346
|
+
var InstanceTypeSet = 64 | 0;
|
|
2347
|
+
var KafkaSchemaRegistryAccessConfigList = [1, n0, _KSRACL,
|
|
2348
|
+
0, () => KafkaSchemaRegistryAccessConfig$
|
|
2349
|
+
];
|
|
2350
|
+
var KafkaSchemaValidationConfigList = [1, n0, _KSVCL,
|
|
2351
|
+
0, () => KafkaSchemaValidationConfig$
|
|
2352
|
+
];
|
|
2353
|
+
var LayerList = 64 | 0;
|
|
2354
|
+
var LayersList = [1, n0, _LL,
|
|
2355
|
+
0, () => LayersListItem$
|
|
2356
|
+
];
|
|
2357
|
+
var LayersReferenceList = [1, n0, _LRL,
|
|
2358
|
+
0, () => Layer$
|
|
2359
|
+
];
|
|
2360
|
+
var LayerVersionsList = [1, n0, _LVL,
|
|
2361
|
+
0, () => LayerVersionsListItem$
|
|
2362
|
+
];
|
|
2363
|
+
var Operations = [1, n0, _O,
|
|
2364
|
+
0, [() => Operation$,
|
|
2365
|
+
0]
|
|
2366
|
+
];
|
|
2367
|
+
var OperationUpdates = [1, n0, _OUp,
|
|
2368
|
+
0, [() => OperationUpdate$,
|
|
2369
|
+
0]
|
|
2370
|
+
];
|
|
2371
|
+
var ProvisionedConcurrencyConfigList = [1, n0, _PCCL,
|
|
2372
|
+
0, () => ProvisionedConcurrencyConfigListItem$
|
|
2373
|
+
];
|
|
2374
|
+
var Queues = 64 | 0;
|
|
2375
|
+
var SecurityGroupIds = 64 | 0;
|
|
2376
|
+
var SigningProfileVersionArns = 64 | 0;
|
|
2377
|
+
var SourceAccessConfigurations = [1, n0, _SAC,
|
|
2378
|
+
0, () => SourceAccessConfiguration$
|
|
2379
|
+
];
|
|
2380
|
+
var StackTraceEntries = [1, n0, _STEt,
|
|
2381
|
+
0, [() => StackTraceEntry,
|
|
2382
|
+
0]
|
|
2383
|
+
];
|
|
2384
|
+
var StringList = 64 | 0;
|
|
2385
|
+
var SubnetIds = 64 | 0;
|
|
2386
|
+
var TagKeyList = 64 | 0;
|
|
2387
|
+
var Topics = 64 | 0;
|
|
2388
|
+
var AdditionalVersionWeights = 128 | 1;
|
|
2389
|
+
var Endpoints = [2, n0, _End,
|
|
2390
|
+
0, 0, 64 | 0
|
|
2391
|
+
];
|
|
2392
|
+
var EnvironmentVariables = [2, n0, _EVn,
|
|
2393
|
+
8, [() => EnvironmentVariableName,
|
|
2394
|
+
0],
|
|
2395
|
+
[() => EnvironmentVariableValue,
|
|
2396
|
+
0]
|
|
2397
|
+
];
|
|
2398
|
+
var Tags = 128 | 0;
|
|
2399
|
+
export var InvokeWithResponseStreamResponseEvent$ = [4, n0, _IWRSRE,
|
|
2909
2400
|
{ [_s]: 1 },
|
|
2910
2401
|
[_PCa, _ICn],
|
|
2911
|
-
[[() => InvokeResponseStreamUpdate
|
|
2912
|
-
];
|
|
2913
|
-
export var AddLayerVersionPermission = [
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
{ [_h]: ["POST", "/
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
]
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
() =>
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
() =>
|
|
2936
|
-
];
|
|
2937
|
-
export var
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
{ [_h]: ["
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
]
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
() =>
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
() =>
|
|
2960
|
-
];
|
|
2961
|
-
export var
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
{ [_h]: ["
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
]
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
() =>
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
() =>
|
|
2984
|
-
];
|
|
2985
|
-
export var
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
{ [_h]: ["
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
]
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
() =>
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
() =>
|
|
3008
|
-
];
|
|
3009
|
-
export var
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
{ [_h]: ["
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
]
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
() =>
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
() =>
|
|
3032
|
-
];
|
|
3033
|
-
export var
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
{ [_h]: ["
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
]
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
() =>
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
() =>
|
|
3056
|
-
];
|
|
3057
|
-
export var
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
{ [_h]: ["
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
]
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
() =>
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
() =>
|
|
3080
|
-
];
|
|
3081
|
-
export var
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
{ [_h]: ["GET", "/
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
]
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
() =>
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
() =>
|
|
3104
|
-
];
|
|
3105
|
-
export var
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
{ [_h]: ["
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
]
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
() =>
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
() =>
|
|
3128
|
-
];
|
|
3129
|
-
export var
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
{ [_h]: ["
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
]
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
() =>
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
() =>
|
|
3152
|
-
];
|
|
3153
|
-
export var
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
{ [_h]: ["
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
]
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
() =>
|
|
3167
|
-
() => FunctionConfiguration,
|
|
3168
|
-
];
|
|
3169
|
-
export var GetFunctionEventInvokeConfig = [
|
|
3170
|
-
9,
|
|
3171
|
-
n0,
|
|
3172
|
-
_GFEIC,
|
|
3173
|
-
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
|
|
3174
|
-
() => GetFunctionEventInvokeConfigRequest,
|
|
3175
|
-
() => FunctionEventInvokeConfig,
|
|
3176
|
-
];
|
|
3177
|
-
export var GetFunctionRecursionConfig = [
|
|
3178
|
-
9,
|
|
3179
|
-
n0,
|
|
3180
|
-
_GFRC,
|
|
3181
|
-
{ [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
|
|
3182
|
-
() => GetFunctionRecursionConfigRequest,
|
|
3183
|
-
() => GetFunctionRecursionConfigResponse,
|
|
3184
|
-
];
|
|
3185
|
-
export var GetFunctionScalingConfig = [
|
|
3186
|
-
9,
|
|
3187
|
-
n0,
|
|
3188
|
-
_GFSC,
|
|
3189
|
-
{ [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] },
|
|
3190
|
-
() => GetFunctionScalingConfigRequest,
|
|
3191
|
-
() => GetFunctionScalingConfigResponse,
|
|
3192
|
-
];
|
|
3193
|
-
export var GetFunctionUrlConfig = [
|
|
3194
|
-
9,
|
|
3195
|
-
n0,
|
|
3196
|
-
_GFUC,
|
|
3197
|
-
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] },
|
|
3198
|
-
() => GetFunctionUrlConfigRequest,
|
|
3199
|
-
() => GetFunctionUrlConfigResponse,
|
|
3200
|
-
];
|
|
3201
|
-
export var GetLayerVersion = [
|
|
3202
|
-
9,
|
|
3203
|
-
n0,
|
|
3204
|
-
_GLV,
|
|
3205
|
-
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] },
|
|
3206
|
-
() => GetLayerVersionRequest,
|
|
3207
|
-
() => GetLayerVersionResponse,
|
|
3208
|
-
];
|
|
3209
|
-
export var GetLayerVersionByArn = [
|
|
3210
|
-
9,
|
|
3211
|
-
n0,
|
|
3212
|
-
_GLVBA,
|
|
3213
|
-
{ [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] },
|
|
3214
|
-
() => GetLayerVersionByArnRequest,
|
|
3215
|
-
() => GetLayerVersionResponse,
|
|
3216
|
-
];
|
|
3217
|
-
export var GetLayerVersionPolicy = [
|
|
3218
|
-
9,
|
|
3219
|
-
n0,
|
|
3220
|
-
_GLVP,
|
|
3221
|
-
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] },
|
|
3222
|
-
() => GetLayerVersionPolicyRequest,
|
|
3223
|
-
() => GetLayerVersionPolicyResponse,
|
|
3224
|
-
];
|
|
3225
|
-
export var GetPolicy = [
|
|
3226
|
-
9,
|
|
3227
|
-
n0,
|
|
3228
|
-
_GP,
|
|
3229
|
-
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] },
|
|
3230
|
-
() => GetPolicyRequest,
|
|
3231
|
-
() => GetPolicyResponse,
|
|
3232
|
-
];
|
|
3233
|
-
export var GetProvisionedConcurrencyConfig = [
|
|
3234
|
-
9,
|
|
3235
|
-
n0,
|
|
3236
|
-
_GPCC,
|
|
3237
|
-
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] },
|
|
3238
|
-
() => GetProvisionedConcurrencyConfigRequest,
|
|
3239
|
-
() => GetProvisionedConcurrencyConfigResponse,
|
|
3240
|
-
];
|
|
3241
|
-
export var GetRuntimeManagementConfig = [
|
|
3242
|
-
9,
|
|
3243
|
-
n0,
|
|
3244
|
-
_GRMC,
|
|
3245
|
-
{ [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
|
|
3246
|
-
() => GetRuntimeManagementConfigRequest,
|
|
3247
|
-
() => GetRuntimeManagementConfigResponse,
|
|
3248
|
-
];
|
|
3249
|
-
export var Invoke = [
|
|
3250
|
-
9,
|
|
3251
|
-
n0,
|
|
3252
|
-
_In,
|
|
3253
|
-
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] },
|
|
3254
|
-
() => InvocationRequest,
|
|
3255
|
-
() => InvocationResponse,
|
|
3256
|
-
];
|
|
3257
|
-
export var InvokeAsync = [
|
|
3258
|
-
9,
|
|
3259
|
-
n0,
|
|
3260
|
-
_IAn,
|
|
3261
|
-
{ [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] },
|
|
3262
|
-
() => InvokeAsyncRequest,
|
|
3263
|
-
() => InvokeAsyncResponse,
|
|
3264
|
-
];
|
|
3265
|
-
export var InvokeWithResponseStream = [
|
|
3266
|
-
9,
|
|
3267
|
-
n0,
|
|
3268
|
-
_IWRS,
|
|
3269
|
-
{ [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] },
|
|
3270
|
-
() => InvokeWithResponseStreamRequest,
|
|
3271
|
-
() => InvokeWithResponseStreamResponse,
|
|
3272
|
-
];
|
|
3273
|
-
export var ListAliases = [
|
|
3274
|
-
9,
|
|
3275
|
-
n0,
|
|
3276
|
-
_LAi,
|
|
3277
|
-
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] },
|
|
3278
|
-
() => ListAliasesRequest,
|
|
3279
|
-
() => ListAliasesResponse,
|
|
3280
|
-
];
|
|
3281
|
-
export var ListCapacityProviders = [
|
|
3282
|
-
9,
|
|
3283
|
-
n0,
|
|
3284
|
-
_LCP,
|
|
3285
|
-
{ [_h]: ["GET", "/2025-11-30/capacity-providers", 200] },
|
|
3286
|
-
() => ListCapacityProvidersRequest,
|
|
3287
|
-
() => ListCapacityProvidersResponse,
|
|
3288
|
-
];
|
|
3289
|
-
export var ListCodeSigningConfigs = [
|
|
3290
|
-
9,
|
|
3291
|
-
n0,
|
|
3292
|
-
_LCSC,
|
|
3293
|
-
{ [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] },
|
|
3294
|
-
() => ListCodeSigningConfigsRequest,
|
|
3295
|
-
() => ListCodeSigningConfigsResponse,
|
|
3296
|
-
];
|
|
3297
|
-
export var ListDurableExecutionsByFunction = [
|
|
3298
|
-
9,
|
|
3299
|
-
n0,
|
|
3300
|
-
_LDEBF,
|
|
3301
|
-
{ [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] },
|
|
3302
|
-
() => ListDurableExecutionsByFunctionRequest,
|
|
3303
|
-
() => ListDurableExecutionsByFunctionResponse,
|
|
3304
|
-
];
|
|
3305
|
-
export var ListEventSourceMappings = [
|
|
3306
|
-
9,
|
|
3307
|
-
n0,
|
|
3308
|
-
_LESM,
|
|
3309
|
-
{ [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] },
|
|
3310
|
-
() => ListEventSourceMappingsRequest,
|
|
3311
|
-
() => ListEventSourceMappingsResponse,
|
|
3312
|
-
];
|
|
3313
|
-
export var ListFunctionEventInvokeConfigs = [
|
|
3314
|
-
9,
|
|
3315
|
-
n0,
|
|
3316
|
-
_LFEIC,
|
|
3317
|
-
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] },
|
|
3318
|
-
() => ListFunctionEventInvokeConfigsRequest,
|
|
3319
|
-
() => ListFunctionEventInvokeConfigsResponse,
|
|
3320
|
-
];
|
|
3321
|
-
export var ListFunctions = [
|
|
3322
|
-
9,
|
|
3323
|
-
n0,
|
|
3324
|
-
_LFi,
|
|
3325
|
-
{ [_h]: ["GET", "/2015-03-31/functions", 200] },
|
|
3326
|
-
() => ListFunctionsRequest,
|
|
3327
|
-
() => ListFunctionsResponse,
|
|
3328
|
-
];
|
|
3329
|
-
export var ListFunctionsByCodeSigningConfig = [
|
|
3330
|
-
9,
|
|
3331
|
-
n0,
|
|
3332
|
-
_LFBCSC,
|
|
3333
|
-
{ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] },
|
|
3334
|
-
() => ListFunctionsByCodeSigningConfigRequest,
|
|
3335
|
-
() => ListFunctionsByCodeSigningConfigResponse,
|
|
3336
|
-
];
|
|
3337
|
-
export var ListFunctionUrlConfigs = [
|
|
3338
|
-
9,
|
|
3339
|
-
n0,
|
|
3340
|
-
_LFUC,
|
|
3341
|
-
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] },
|
|
3342
|
-
() => ListFunctionUrlConfigsRequest,
|
|
3343
|
-
() => ListFunctionUrlConfigsResponse,
|
|
3344
|
-
];
|
|
3345
|
-
export var ListFunctionVersionsByCapacityProvider = [
|
|
3346
|
-
9,
|
|
3347
|
-
n0,
|
|
3348
|
-
_LFVBCP,
|
|
3349
|
-
{ [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] },
|
|
3350
|
-
() => ListFunctionVersionsByCapacityProviderRequest,
|
|
3351
|
-
() => ListFunctionVersionsByCapacityProviderResponse,
|
|
3352
|
-
];
|
|
3353
|
-
export var ListLayers = [
|
|
3354
|
-
9,
|
|
3355
|
-
n0,
|
|
3356
|
-
_LLi,
|
|
3357
|
-
{ [_h]: ["GET", "/2018-10-31/layers", 200] },
|
|
3358
|
-
() => ListLayersRequest,
|
|
3359
|
-
() => ListLayersResponse,
|
|
3360
|
-
];
|
|
3361
|
-
export var ListLayerVersions = [
|
|
3362
|
-
9,
|
|
3363
|
-
n0,
|
|
3364
|
-
_LLV,
|
|
3365
|
-
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] },
|
|
3366
|
-
() => ListLayerVersionsRequest,
|
|
3367
|
-
() => ListLayerVersionsResponse,
|
|
3368
|
-
];
|
|
3369
|
-
export var ListProvisionedConcurrencyConfigs = [
|
|
3370
|
-
9,
|
|
3371
|
-
n0,
|
|
3372
|
-
_LPCC,
|
|
3373
|
-
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] },
|
|
3374
|
-
() => ListProvisionedConcurrencyConfigsRequest,
|
|
3375
|
-
() => ListProvisionedConcurrencyConfigsResponse,
|
|
3376
|
-
];
|
|
3377
|
-
export var ListTags = [
|
|
3378
|
-
9,
|
|
3379
|
-
n0,
|
|
3380
|
-
_LTi,
|
|
3381
|
-
{ [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] },
|
|
3382
|
-
() => ListTagsRequest,
|
|
3383
|
-
() => ListTagsResponse,
|
|
3384
|
-
];
|
|
3385
|
-
export var ListVersionsByFunction = [
|
|
3386
|
-
9,
|
|
3387
|
-
n0,
|
|
3388
|
-
_LVBF,
|
|
3389
|
-
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] },
|
|
3390
|
-
() => ListVersionsByFunctionRequest,
|
|
3391
|
-
() => ListVersionsByFunctionResponse,
|
|
3392
|
-
];
|
|
3393
|
-
export var PublishLayerVersion = [
|
|
3394
|
-
9,
|
|
3395
|
-
n0,
|
|
3396
|
-
_PLV,
|
|
3397
|
-
{ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] },
|
|
3398
|
-
() => PublishLayerVersionRequest,
|
|
3399
|
-
() => PublishLayerVersionResponse,
|
|
3400
|
-
];
|
|
3401
|
-
export var PublishVersion = [
|
|
3402
|
-
9,
|
|
3403
|
-
n0,
|
|
3404
|
-
_PV,
|
|
3405
|
-
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] },
|
|
3406
|
-
() => PublishVersionRequest,
|
|
3407
|
-
() => FunctionConfiguration,
|
|
3408
|
-
];
|
|
3409
|
-
export var PutFunctionCodeSigningConfig = [
|
|
3410
|
-
9,
|
|
3411
|
-
n0,
|
|
3412
|
-
_PFCSC,
|
|
3413
|
-
{ [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
|
|
3414
|
-
() => PutFunctionCodeSigningConfigRequest,
|
|
3415
|
-
() => PutFunctionCodeSigningConfigResponse,
|
|
3416
|
-
];
|
|
3417
|
-
export var PutFunctionConcurrency = [
|
|
3418
|
-
9,
|
|
3419
|
-
n0,
|
|
3420
|
-
_PFC,
|
|
3421
|
-
{ [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] },
|
|
3422
|
-
() => PutFunctionConcurrencyRequest,
|
|
3423
|
-
() => Concurrency,
|
|
3424
|
-
];
|
|
3425
|
-
export var PutFunctionEventInvokeConfig = [
|
|
3426
|
-
9,
|
|
3427
|
-
n0,
|
|
3428
|
-
_PFEIC,
|
|
3429
|
-
{ [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
|
|
3430
|
-
() => PutFunctionEventInvokeConfigRequest,
|
|
3431
|
-
() => FunctionEventInvokeConfig,
|
|
3432
|
-
];
|
|
3433
|
-
export var PutFunctionRecursionConfig = [
|
|
3434
|
-
9,
|
|
3435
|
-
n0,
|
|
3436
|
-
_PFRC,
|
|
3437
|
-
{ [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
|
|
3438
|
-
() => PutFunctionRecursionConfigRequest,
|
|
3439
|
-
() => PutFunctionRecursionConfigResponse,
|
|
3440
|
-
];
|
|
3441
|
-
export var PutFunctionScalingConfig = [
|
|
3442
|
-
9,
|
|
3443
|
-
n0,
|
|
3444
|
-
_PFSC,
|
|
3445
|
-
{ [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] },
|
|
3446
|
-
() => PutFunctionScalingConfigRequest,
|
|
3447
|
-
() => PutFunctionScalingConfigResponse,
|
|
3448
|
-
];
|
|
3449
|
-
export var PutProvisionedConcurrencyConfig = [
|
|
3450
|
-
9,
|
|
3451
|
-
n0,
|
|
3452
|
-
_PPCC,
|
|
3453
|
-
{ [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] },
|
|
3454
|
-
() => PutProvisionedConcurrencyConfigRequest,
|
|
3455
|
-
() => PutProvisionedConcurrencyConfigResponse,
|
|
3456
|
-
];
|
|
3457
|
-
export var PutRuntimeManagementConfig = [
|
|
3458
|
-
9,
|
|
3459
|
-
n0,
|
|
3460
|
-
_PRMC,
|
|
3461
|
-
{ [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
|
|
3462
|
-
() => PutRuntimeManagementConfigRequest,
|
|
3463
|
-
() => PutRuntimeManagementConfigResponse,
|
|
3464
|
-
];
|
|
3465
|
-
export var RemoveLayerVersionPermission = [
|
|
3466
|
-
9,
|
|
3467
|
-
n0,
|
|
3468
|
-
_RLVP,
|
|
3469
|
-
{ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] },
|
|
3470
|
-
() => RemoveLayerVersionPermissionRequest,
|
|
3471
|
-
() => __Unit,
|
|
3472
|
-
];
|
|
3473
|
-
export var RemovePermission = [
|
|
3474
|
-
9,
|
|
3475
|
-
n0,
|
|
3476
|
-
_RP,
|
|
3477
|
-
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] },
|
|
3478
|
-
() => RemovePermissionRequest,
|
|
3479
|
-
() => __Unit,
|
|
3480
|
-
];
|
|
3481
|
-
export var SendDurableExecutionCallbackFailure = [
|
|
3482
|
-
9,
|
|
3483
|
-
n0,
|
|
3484
|
-
_SDECF,
|
|
3485
|
-
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] },
|
|
3486
|
-
() => SendDurableExecutionCallbackFailureRequest,
|
|
3487
|
-
() => SendDurableExecutionCallbackFailureResponse,
|
|
3488
|
-
];
|
|
3489
|
-
export var SendDurableExecutionCallbackHeartbeat = [
|
|
3490
|
-
9,
|
|
3491
|
-
n0,
|
|
3492
|
-
_SDECH,
|
|
3493
|
-
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] },
|
|
3494
|
-
() => SendDurableExecutionCallbackHeartbeatRequest,
|
|
3495
|
-
() => SendDurableExecutionCallbackHeartbeatResponse,
|
|
3496
|
-
];
|
|
3497
|
-
export var SendDurableExecutionCallbackSuccess = [
|
|
3498
|
-
9,
|
|
3499
|
-
n0,
|
|
3500
|
-
_SDECS,
|
|
3501
|
-
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] },
|
|
3502
|
-
() => SendDurableExecutionCallbackSuccessRequest,
|
|
3503
|
-
() => SendDurableExecutionCallbackSuccessResponse,
|
|
3504
|
-
];
|
|
3505
|
-
export var StopDurableExecution = [
|
|
3506
|
-
9,
|
|
3507
|
-
n0,
|
|
3508
|
-
_SDE,
|
|
3509
|
-
{ [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] },
|
|
3510
|
-
() => StopDurableExecutionRequest,
|
|
3511
|
-
() => StopDurableExecutionResponse,
|
|
3512
|
-
];
|
|
3513
|
-
export var TagResource = [
|
|
3514
|
-
9,
|
|
3515
|
-
n0,
|
|
3516
|
-
_TR,
|
|
3517
|
-
{ [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] },
|
|
3518
|
-
() => TagResourceRequest,
|
|
3519
|
-
() => __Unit,
|
|
3520
|
-
];
|
|
3521
|
-
export var UntagResource = [
|
|
3522
|
-
9,
|
|
3523
|
-
n0,
|
|
3524
|
-
_UR,
|
|
3525
|
-
{ [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] },
|
|
3526
|
-
() => UntagResourceRequest,
|
|
3527
|
-
() => __Unit,
|
|
3528
|
-
];
|
|
3529
|
-
export var UpdateAlias = [
|
|
3530
|
-
9,
|
|
3531
|
-
n0,
|
|
3532
|
-
_UA,
|
|
3533
|
-
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
|
|
3534
|
-
() => UpdateAliasRequest,
|
|
3535
|
-
() => AliasConfiguration,
|
|
3536
|
-
];
|
|
3537
|
-
export var UpdateCapacityProvider = [
|
|
3538
|
-
9,
|
|
3539
|
-
n0,
|
|
3540
|
-
_UCP,
|
|
3541
|
-
{ [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
|
|
3542
|
-
() => UpdateCapacityProviderRequest,
|
|
3543
|
-
() => UpdateCapacityProviderResponse,
|
|
3544
|
-
];
|
|
3545
|
-
export var UpdateCodeSigningConfig = [
|
|
3546
|
-
9,
|
|
3547
|
-
n0,
|
|
3548
|
-
_UCSC,
|
|
3549
|
-
{ [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
|
|
3550
|
-
() => UpdateCodeSigningConfigRequest,
|
|
3551
|
-
() => UpdateCodeSigningConfigResponse,
|
|
3552
|
-
];
|
|
3553
|
-
export var UpdateEventSourceMapping = [
|
|
3554
|
-
9,
|
|
3555
|
-
n0,
|
|
3556
|
-
_UESM,
|
|
3557
|
-
{ [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] },
|
|
3558
|
-
() => UpdateEventSourceMappingRequest,
|
|
3559
|
-
() => EventSourceMappingConfiguration,
|
|
3560
|
-
];
|
|
3561
|
-
export var UpdateFunctionCode = [
|
|
3562
|
-
9,
|
|
3563
|
-
n0,
|
|
3564
|
-
_UFC,
|
|
3565
|
-
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] },
|
|
3566
|
-
() => UpdateFunctionCodeRequest,
|
|
3567
|
-
() => FunctionConfiguration,
|
|
3568
|
-
];
|
|
3569
|
-
export var UpdateFunctionConfiguration = [
|
|
3570
|
-
9,
|
|
3571
|
-
n0,
|
|
3572
|
-
_UFCp,
|
|
3573
|
-
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
|
|
3574
|
-
() => UpdateFunctionConfigurationRequest,
|
|
3575
|
-
() => FunctionConfiguration,
|
|
3576
|
-
];
|
|
3577
|
-
export var UpdateFunctionEventInvokeConfig = [
|
|
3578
|
-
9,
|
|
3579
|
-
n0,
|
|
3580
|
-
_UFEIC,
|
|
3581
|
-
{ [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
|
|
3582
|
-
() => UpdateFunctionEventInvokeConfigRequest,
|
|
3583
|
-
() => FunctionEventInvokeConfig,
|
|
3584
|
-
];
|
|
3585
|
-
export var UpdateFunctionUrlConfig = [
|
|
3586
|
-
9,
|
|
3587
|
-
n0,
|
|
3588
|
-
_UFUC,
|
|
3589
|
-
{ [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] },
|
|
3590
|
-
() => UpdateFunctionUrlConfigRequest,
|
|
3591
|
-
() => UpdateFunctionUrlConfigResponse,
|
|
2402
|
+
[[() => InvokeResponseStreamUpdate$, 0], () => InvokeWithResponseStreamCompleteEvent$]
|
|
2403
|
+
];
|
|
2404
|
+
export var AddLayerVersionPermission$ = [9, n0, _ALVP,
|
|
2405
|
+
{ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201] }, () => AddLayerVersionPermissionRequest$, () => AddLayerVersionPermissionResponse$
|
|
2406
|
+
];
|
|
2407
|
+
export var AddPermission$ = [9, n0, _APd,
|
|
2408
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201] }, () => AddPermissionRequest$, () => AddPermissionResponse$
|
|
2409
|
+
];
|
|
2410
|
+
export var CheckpointDurableExecution$ = [9, n0, _CDE,
|
|
2411
|
+
{ [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200] }, () => CheckpointDurableExecutionRequest$, () => CheckpointDurableExecutionResponse$
|
|
2412
|
+
];
|
|
2413
|
+
export var CreateAlias$ = [9, n0, _CAr,
|
|
2414
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201] }, () => CreateAliasRequest$, () => AliasConfiguration$
|
|
2415
|
+
];
|
|
2416
|
+
export var CreateCapacityProvider$ = [9, n0, _CCP,
|
|
2417
|
+
{ [_h]: ["POST", "/2025-11-30/capacity-providers", 202] }, () => CreateCapacityProviderRequest$, () => CreateCapacityProviderResponse$
|
|
2418
|
+
];
|
|
2419
|
+
export var CreateCodeSigningConfig$ = [9, n0, _CCSC,
|
|
2420
|
+
{ [_h]: ["POST", "/2020-04-22/code-signing-configs", 201] }, () => CreateCodeSigningConfigRequest$, () => CreateCodeSigningConfigResponse$
|
|
2421
|
+
];
|
|
2422
|
+
export var CreateEventSourceMapping$ = [9, n0, _CESM,
|
|
2423
|
+
{ [_h]: ["POST", "/2015-03-31/event-source-mappings", 202] }, () => CreateEventSourceMappingRequest$, () => EventSourceMappingConfiguration$
|
|
2424
|
+
];
|
|
2425
|
+
export var CreateFunction$ = [9, n0, _CF,
|
|
2426
|
+
{ [_h]: ["POST", "/2015-03-31/functions", 201] }, () => CreateFunctionRequest$, () => FunctionConfiguration$
|
|
2427
|
+
];
|
|
2428
|
+
export var CreateFunctionUrlConfig$ = [9, n0, _CFUC,
|
|
2429
|
+
{ [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201] }, () => CreateFunctionUrlConfigRequest$, () => CreateFunctionUrlConfigResponse$
|
|
2430
|
+
];
|
|
2431
|
+
export var DeleteAlias$ = [9, n0, _DA,
|
|
2432
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204] }, () => DeleteAliasRequest$, () => __Unit
|
|
2433
|
+
];
|
|
2434
|
+
export var DeleteCapacityProvider$ = [9, n0, _DCP,
|
|
2435
|
+
{ [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] }, () => DeleteCapacityProviderRequest$, () => DeleteCapacityProviderResponse$
|
|
2436
|
+
];
|
|
2437
|
+
export var DeleteCodeSigningConfig$ = [9, n0, _DCSC,
|
|
2438
|
+
{ [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204] }, () => DeleteCodeSigningConfigRequest$, () => DeleteCodeSigningConfigResponse$
|
|
2439
|
+
];
|
|
2440
|
+
export var DeleteEventSourceMapping$ = [9, n0, _DESM,
|
|
2441
|
+
{ [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202] }, () => DeleteEventSourceMappingRequest$, () => EventSourceMappingConfiguration$
|
|
2442
|
+
];
|
|
2443
|
+
export var DeleteFunction$ = [9, n0, _DF,
|
|
2444
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200] }, () => DeleteFunctionRequest$, () => DeleteFunctionResponse$
|
|
2445
|
+
];
|
|
2446
|
+
export var DeleteFunctionCodeSigningConfig$ = [9, n0, _DFCSC,
|
|
2447
|
+
{ [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204] }, () => DeleteFunctionCodeSigningConfigRequest$, () => __Unit
|
|
2448
|
+
];
|
|
2449
|
+
export var DeleteFunctionConcurrency$ = [9, n0, _DFC,
|
|
2450
|
+
{ [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204] }, () => DeleteFunctionConcurrencyRequest$, () => __Unit
|
|
2451
|
+
];
|
|
2452
|
+
export var DeleteFunctionEventInvokeConfig$ = [9, n0, _DFEIC,
|
|
2453
|
+
{ [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204] }, () => DeleteFunctionEventInvokeConfigRequest$, () => __Unit
|
|
2454
|
+
];
|
|
2455
|
+
export var DeleteFunctionUrlConfig$ = [9, n0, _DFUC,
|
|
2456
|
+
{ [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204] }, () => DeleteFunctionUrlConfigRequest$, () => __Unit
|
|
2457
|
+
];
|
|
2458
|
+
export var DeleteLayerVersion$ = [9, n0, _DLV,
|
|
2459
|
+
{ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204] }, () => DeleteLayerVersionRequest$, () => __Unit
|
|
2460
|
+
];
|
|
2461
|
+
export var DeleteProvisionedConcurrencyConfig$ = [9, n0, _DPCC,
|
|
2462
|
+
{ [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204] }, () => DeleteProvisionedConcurrencyConfigRequest$, () => __Unit
|
|
2463
|
+
];
|
|
2464
|
+
export var GetAccountSettings$ = [9, n0, _GAS,
|
|
2465
|
+
{ [_h]: ["GET", "/2016-08-19/account-settings", 200] }, () => GetAccountSettingsRequest$, () => GetAccountSettingsResponse$
|
|
2466
|
+
];
|
|
2467
|
+
export var GetAlias$ = [9, n0, _GA,
|
|
2468
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] }, () => GetAliasRequest$, () => AliasConfiguration$
|
|
2469
|
+
];
|
|
2470
|
+
export var GetCapacityProvider$ = [9, n0, _GCP,
|
|
2471
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200] }, () => GetCapacityProviderRequest$, () => GetCapacityProviderResponse$
|
|
2472
|
+
];
|
|
2473
|
+
export var GetCodeSigningConfig$ = [9, n0, _GCSC,
|
|
2474
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] }, () => GetCodeSigningConfigRequest$, () => GetCodeSigningConfigResponse$
|
|
2475
|
+
];
|
|
2476
|
+
export var GetDurableExecution$ = [9, n0, _GDE,
|
|
2477
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200] }, () => GetDurableExecutionRequest$, () => GetDurableExecutionResponse$
|
|
2478
|
+
];
|
|
2479
|
+
export var GetDurableExecutionHistory$ = [9, n0, _GDEH,
|
|
2480
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200] }, () => GetDurableExecutionHistoryRequest$, () => GetDurableExecutionHistoryResponse$
|
|
2481
|
+
];
|
|
2482
|
+
export var GetDurableExecutionState$ = [9, n0, _GDES,
|
|
2483
|
+
{ [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200] }, () => GetDurableExecutionStateRequest$, () => GetDurableExecutionStateResponse$
|
|
2484
|
+
];
|
|
2485
|
+
export var GetEventSourceMapping$ = [9, n0, _GESM,
|
|
2486
|
+
{ [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200] }, () => GetEventSourceMappingRequest$, () => EventSourceMappingConfiguration$
|
|
2487
|
+
];
|
|
2488
|
+
export var GetFunction$ = [9, n0, _GF,
|
|
2489
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200] }, () => GetFunctionRequest$, () => GetFunctionResponse$
|
|
2490
|
+
];
|
|
2491
|
+
export var GetFunctionCodeSigningConfig$ = [9, n0, _GFCSC,
|
|
2492
|
+
{ [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] }, () => GetFunctionCodeSigningConfigRequest$, () => GetFunctionCodeSigningConfigResponse$
|
|
2493
|
+
];
|
|
2494
|
+
export var GetFunctionConcurrency$ = [9, n0, _GFC,
|
|
2495
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200] }, () => GetFunctionConcurrencyRequest$, () => GetFunctionConcurrencyResponse$
|
|
2496
|
+
];
|
|
2497
|
+
export var GetFunctionConfiguration$ = [9, n0, _GFCe,
|
|
2498
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200] }, () => GetFunctionConfigurationRequest$, () => FunctionConfiguration$
|
|
2499
|
+
];
|
|
2500
|
+
export var GetFunctionEventInvokeConfig$ = [9, n0, _GFEIC,
|
|
2501
|
+
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => GetFunctionEventInvokeConfigRequest$, () => FunctionEventInvokeConfig$
|
|
2502
|
+
];
|
|
2503
|
+
export var GetFunctionRecursionConfig$ = [9, n0, _GFRC,
|
|
2504
|
+
{ [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] }, () => GetFunctionRecursionConfigRequest$, () => GetFunctionRecursionConfigResponse$
|
|
2505
|
+
];
|
|
2506
|
+
export var GetFunctionScalingConfig$ = [9, n0, _GFSC,
|
|
2507
|
+
{ [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] }, () => GetFunctionScalingConfigRequest$, () => GetFunctionScalingConfigResponse$
|
|
2508
|
+
];
|
|
2509
|
+
export var GetFunctionUrlConfig$ = [9, n0, _GFUC,
|
|
2510
|
+
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] }, () => GetFunctionUrlConfigRequest$, () => GetFunctionUrlConfigResponse$
|
|
2511
|
+
];
|
|
2512
|
+
export var GetLayerVersion$ = [9, n0, _GLV,
|
|
2513
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] }, () => GetLayerVersionRequest$, () => GetLayerVersionResponse$
|
|
2514
|
+
];
|
|
2515
|
+
export var GetLayerVersionByArn$ = [9, n0, _GLVBA,
|
|
2516
|
+
{ [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] }, () => GetLayerVersionByArnRequest$, () => GetLayerVersionResponse$
|
|
2517
|
+
];
|
|
2518
|
+
export var GetLayerVersionPolicy$ = [9, n0, _GLVP,
|
|
2519
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] }, () => GetLayerVersionPolicyRequest$, () => GetLayerVersionPolicyResponse$
|
|
2520
|
+
];
|
|
2521
|
+
export var GetPolicy$ = [9, n0, _GP,
|
|
2522
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
|
|
2523
|
+
];
|
|
2524
|
+
export var GetProvisionedConcurrencyConfig$ = [9, n0, _GPCC,
|
|
2525
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] }, () => GetProvisionedConcurrencyConfigRequest$, () => GetProvisionedConcurrencyConfigResponse$
|
|
2526
|
+
];
|
|
2527
|
+
export var GetRuntimeManagementConfig$ = [9, n0, _GRMC,
|
|
2528
|
+
{ [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] }, () => GetRuntimeManagementConfigRequest$, () => GetRuntimeManagementConfigResponse$
|
|
2529
|
+
];
|
|
2530
|
+
export var Invoke$ = [9, n0, _In,
|
|
2531
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] }, () => InvocationRequest$, () => InvocationResponse$
|
|
2532
|
+
];
|
|
2533
|
+
export var InvokeAsync$ = [9, n0, _IAn,
|
|
2534
|
+
{ [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] }, () => InvokeAsyncRequest$, () => InvokeAsyncResponse$
|
|
2535
|
+
];
|
|
2536
|
+
export var InvokeWithResponseStream$ = [9, n0, _IWRS,
|
|
2537
|
+
{ [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] }, () => InvokeWithResponseStreamRequest$, () => InvokeWithResponseStreamResponse$
|
|
2538
|
+
];
|
|
2539
|
+
export var ListAliases$ = [9, n0, _LAi,
|
|
2540
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] }, () => ListAliasesRequest$, () => ListAliasesResponse$
|
|
2541
|
+
];
|
|
2542
|
+
export var ListCapacityProviders$ = [9, n0, _LCP,
|
|
2543
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers", 200] }, () => ListCapacityProvidersRequest$, () => ListCapacityProvidersResponse$
|
|
2544
|
+
];
|
|
2545
|
+
export var ListCodeSigningConfigs$ = [9, n0, _LCSC,
|
|
2546
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] }, () => ListCodeSigningConfigsRequest$, () => ListCodeSigningConfigsResponse$
|
|
2547
|
+
];
|
|
2548
|
+
export var ListDurableExecutionsByFunction$ = [9, n0, _LDEBF,
|
|
2549
|
+
{ [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] }, () => ListDurableExecutionsByFunctionRequest$, () => ListDurableExecutionsByFunctionResponse$
|
|
2550
|
+
];
|
|
2551
|
+
export var ListEventSourceMappings$ = [9, n0, _LESM,
|
|
2552
|
+
{ [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] }, () => ListEventSourceMappingsRequest$, () => ListEventSourceMappingsResponse$
|
|
2553
|
+
];
|
|
2554
|
+
export var ListFunctionEventInvokeConfigs$ = [9, n0, _LFEIC,
|
|
2555
|
+
{ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] }, () => ListFunctionEventInvokeConfigsRequest$, () => ListFunctionEventInvokeConfigsResponse$
|
|
2556
|
+
];
|
|
2557
|
+
export var ListFunctions$ = [9, n0, _LFi,
|
|
2558
|
+
{ [_h]: ["GET", "/2015-03-31/functions", 200] }, () => ListFunctionsRequest$, () => ListFunctionsResponse$
|
|
2559
|
+
];
|
|
2560
|
+
export var ListFunctionsByCodeSigningConfig$ = [9, n0, _LFBCSC,
|
|
2561
|
+
{ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] }, () => ListFunctionsByCodeSigningConfigRequest$, () => ListFunctionsByCodeSigningConfigResponse$
|
|
2562
|
+
];
|
|
2563
|
+
export var ListFunctionUrlConfigs$ = [9, n0, _LFUC,
|
|
2564
|
+
{ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] }, () => ListFunctionUrlConfigsRequest$, () => ListFunctionUrlConfigsResponse$
|
|
2565
|
+
];
|
|
2566
|
+
export var ListFunctionVersionsByCapacityProvider$ = [9, n0, _LFVBCP,
|
|
2567
|
+
{ [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] }, () => ListFunctionVersionsByCapacityProviderRequest$, () => ListFunctionVersionsByCapacityProviderResponse$
|
|
2568
|
+
];
|
|
2569
|
+
export var ListLayers$ = [9, n0, _LLi,
|
|
2570
|
+
{ [_h]: ["GET", "/2018-10-31/layers", 200] }, () => ListLayersRequest$, () => ListLayersResponse$
|
|
2571
|
+
];
|
|
2572
|
+
export var ListLayerVersions$ = [9, n0, _LLV,
|
|
2573
|
+
{ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] }, () => ListLayerVersionsRequest$, () => ListLayerVersionsResponse$
|
|
2574
|
+
];
|
|
2575
|
+
export var ListProvisionedConcurrencyConfigs$ = [9, n0, _LPCC,
|
|
2576
|
+
{ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] }, () => ListProvisionedConcurrencyConfigsRequest$, () => ListProvisionedConcurrencyConfigsResponse$
|
|
2577
|
+
];
|
|
2578
|
+
export var ListTags$ = [9, n0, _LTi,
|
|
2579
|
+
{ [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] }, () => ListTagsRequest$, () => ListTagsResponse$
|
|
2580
|
+
];
|
|
2581
|
+
export var ListVersionsByFunction$ = [9, n0, _LVBF,
|
|
2582
|
+
{ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] }, () => ListVersionsByFunctionRequest$, () => ListVersionsByFunctionResponse$
|
|
2583
|
+
];
|
|
2584
|
+
export var PublishLayerVersion$ = [9, n0, _PLV,
|
|
2585
|
+
{ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] }, () => PublishLayerVersionRequest$, () => PublishLayerVersionResponse$
|
|
2586
|
+
];
|
|
2587
|
+
export var PublishVersion$ = [9, n0, _PV,
|
|
2588
|
+
{ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] }, () => PublishVersionRequest$, () => FunctionConfiguration$
|
|
2589
|
+
];
|
|
2590
|
+
export var PutFunctionCodeSigningConfig$ = [9, n0, _PFCSC,
|
|
2591
|
+
{ [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] }, () => PutFunctionCodeSigningConfigRequest$, () => PutFunctionCodeSigningConfigResponse$
|
|
2592
|
+
];
|
|
2593
|
+
export var PutFunctionConcurrency$ = [9, n0, _PFC,
|
|
2594
|
+
{ [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] }, () => PutFunctionConcurrencyRequest$, () => Concurrency$
|
|
2595
|
+
];
|
|
2596
|
+
export var PutFunctionEventInvokeConfig$ = [9, n0, _PFEIC,
|
|
2597
|
+
{ [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => PutFunctionEventInvokeConfigRequest$, () => FunctionEventInvokeConfig$
|
|
2598
|
+
];
|
|
2599
|
+
export var PutFunctionRecursionConfig$ = [9, n0, _PFRC,
|
|
2600
|
+
{ [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] }, () => PutFunctionRecursionConfigRequest$, () => PutFunctionRecursionConfigResponse$
|
|
2601
|
+
];
|
|
2602
|
+
export var PutFunctionScalingConfig$ = [9, n0, _PFSC,
|
|
2603
|
+
{ [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] }, () => PutFunctionScalingConfigRequest$, () => PutFunctionScalingConfigResponse$
|
|
2604
|
+
];
|
|
2605
|
+
export var PutProvisionedConcurrencyConfig$ = [9, n0, _PPCC,
|
|
2606
|
+
{ [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] }, () => PutProvisionedConcurrencyConfigRequest$, () => PutProvisionedConcurrencyConfigResponse$
|
|
2607
|
+
];
|
|
2608
|
+
export var PutRuntimeManagementConfig$ = [9, n0, _PRMC,
|
|
2609
|
+
{ [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] }, () => PutRuntimeManagementConfigRequest$, () => PutRuntimeManagementConfigResponse$
|
|
2610
|
+
];
|
|
2611
|
+
export var RemoveLayerVersionPermission$ = [9, n0, _RLVP,
|
|
2612
|
+
{ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] }, () => RemoveLayerVersionPermissionRequest$, () => __Unit
|
|
2613
|
+
];
|
|
2614
|
+
export var RemovePermission$ = [9, n0, _RP,
|
|
2615
|
+
{ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] }, () => RemovePermissionRequest$, () => __Unit
|
|
2616
|
+
];
|
|
2617
|
+
export var SendDurableExecutionCallbackFailure$ = [9, n0, _SDECF,
|
|
2618
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] }, () => SendDurableExecutionCallbackFailureRequest$, () => SendDurableExecutionCallbackFailureResponse$
|
|
2619
|
+
];
|
|
2620
|
+
export var SendDurableExecutionCallbackHeartbeat$ = [9, n0, _SDECH,
|
|
2621
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] }, () => SendDurableExecutionCallbackHeartbeatRequest$, () => SendDurableExecutionCallbackHeartbeatResponse$
|
|
2622
|
+
];
|
|
2623
|
+
export var SendDurableExecutionCallbackSuccess$ = [9, n0, _SDECS,
|
|
2624
|
+
{ [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] }, () => SendDurableExecutionCallbackSuccessRequest$, () => SendDurableExecutionCallbackSuccessResponse$
|
|
2625
|
+
];
|
|
2626
|
+
export var StopDurableExecution$ = [9, n0, _SDE,
|
|
2627
|
+
{ [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] }, () => StopDurableExecutionRequest$, () => StopDurableExecutionResponse$
|
|
2628
|
+
];
|
|
2629
|
+
export var TagResource$ = [9, n0, _TR,
|
|
2630
|
+
{ [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] }, () => TagResourceRequest$, () => __Unit
|
|
2631
|
+
];
|
|
2632
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
2633
|
+
{ [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] }, () => UntagResourceRequest$, () => __Unit
|
|
2634
|
+
];
|
|
2635
|
+
export var UpdateAlias$ = [9, n0, _UA,
|
|
2636
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] }, () => UpdateAliasRequest$, () => AliasConfiguration$
|
|
2637
|
+
];
|
|
2638
|
+
export var UpdateCapacityProvider$ = [9, n0, _UCP,
|
|
2639
|
+
{ [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] }, () => UpdateCapacityProviderRequest$, () => UpdateCapacityProviderResponse$
|
|
2640
|
+
];
|
|
2641
|
+
export var UpdateCodeSigningConfig$ = [9, n0, _UCSC,
|
|
2642
|
+
{ [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] }, () => UpdateCodeSigningConfigRequest$, () => UpdateCodeSigningConfigResponse$
|
|
2643
|
+
];
|
|
2644
|
+
export var UpdateEventSourceMapping$ = [9, n0, _UESM,
|
|
2645
|
+
{ [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] }, () => UpdateEventSourceMappingRequest$, () => EventSourceMappingConfiguration$
|
|
2646
|
+
];
|
|
2647
|
+
export var UpdateFunctionCode$ = [9, n0, _UFC,
|
|
2648
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] }, () => UpdateFunctionCodeRequest$, () => FunctionConfiguration$
|
|
2649
|
+
];
|
|
2650
|
+
export var UpdateFunctionConfiguration$ = [9, n0, _UFCp,
|
|
2651
|
+
{ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] }, () => UpdateFunctionConfigurationRequest$, () => FunctionConfiguration$
|
|
2652
|
+
];
|
|
2653
|
+
export var UpdateFunctionEventInvokeConfig$ = [9, n0, _UFEIC,
|
|
2654
|
+
{ [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] }, () => UpdateFunctionEventInvokeConfigRequest$, () => FunctionEventInvokeConfig$
|
|
2655
|
+
];
|
|
2656
|
+
export var UpdateFunctionUrlConfig$ = [9, n0, _UFUC,
|
|
2657
|
+
{ [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] }, () => UpdateFunctionUrlConfigRequest$, () => UpdateFunctionUrlConfigResponse$
|
|
3592
2658
|
];
|