@aws-sdk/client-appstream 3.194.0 → 3.196.0
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/CHANGELOG.md +19 -0
- package/dist-cjs/AppStreamClient.js +11 -8
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +10 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +10 -0
- package/dist-cjs/commands/AssociateFleetCommand.js +10 -0
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +10 -0
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +10 -0
- package/dist-cjs/commands/CopyImageCommand.js +10 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +10 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +10 -0
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +10 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +10 -0
- package/dist-cjs/commands/CreateFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateImageBuilderCommand.js +10 -0
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +10 -0
- package/dist-cjs/commands/CreateStackCommand.js +10 -0
- package/dist-cjs/commands/CreateStreamingURLCommand.js +10 -0
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +10 -0
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/CreateUserCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +10 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +10 -0
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +10 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +10 -0
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +10 -0
- package/dist-cjs/commands/DeleteImageCommand.js +10 -0
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteStackCommand.js +10 -0
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +10 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +10 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +10 -0
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSessionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStacksCommand.js +10 -0
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeUsersCommand.js +10 -0
- package/dist-cjs/commands/DisableUserCommand.js +10 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +10 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +10 -0
- package/dist-cjs/commands/DisassociateFleetCommand.js +10 -0
- package/dist-cjs/commands/EnableUserCommand.js +10 -0
- package/dist-cjs/commands/ExpireSessionCommand.js +10 -0
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +10 -0
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +10 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/StartFleetCommand.js +10 -0
- package/dist-cjs/commands/StartImageBuilderCommand.js +10 -0
- package/dist-cjs/commands/StopFleetCommand.js +10 -0
- package/dist-cjs/commands/StopImageBuilderCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +10 -0
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +10 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +10 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +10 -0
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateStackCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AppStreamClient.js +12 -9
- package/dist-es/commands/AssociateApplicationFleetCommand.js +10 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +10 -0
- package/dist-es/commands/AssociateFleetCommand.js +10 -0
- package/dist-es/commands/BatchAssociateUserStackCommand.js +10 -0
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +10 -0
- package/dist-es/commands/CopyImageCommand.js +10 -0
- package/dist-es/commands/CreateAppBlockCommand.js +10 -0
- package/dist-es/commands/CreateApplicationCommand.js +10 -0
- package/dist-es/commands/CreateDirectoryConfigCommand.js +10 -0
- package/dist-es/commands/CreateEntitlementCommand.js +10 -0
- package/dist-es/commands/CreateFleetCommand.js +10 -0
- package/dist-es/commands/CreateImageBuilderCommand.js +10 -0
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +10 -0
- package/dist-es/commands/CreateStackCommand.js +10 -0
- package/dist-es/commands/CreateStreamingURLCommand.js +10 -0
- package/dist-es/commands/CreateUpdatedImageCommand.js +10 -0
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +10 -0
- package/dist-es/commands/CreateUserCommand.js +10 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +10 -0
- package/dist-es/commands/DeleteApplicationCommand.js +10 -0
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +10 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +10 -0
- package/dist-es/commands/DeleteFleetCommand.js +10 -0
- package/dist-es/commands/DeleteImageBuilderCommand.js +10 -0
- package/dist-es/commands/DeleteImageCommand.js +10 -0
- package/dist-es/commands/DeleteImagePermissionsCommand.js +10 -0
- package/dist-es/commands/DeleteStackCommand.js +10 -0
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +10 -0
- package/dist-es/commands/DeleteUserCommand.js +10 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +10 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +10 -0
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +10 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +10 -0
- package/dist-es/commands/DescribeFleetsCommand.js +10 -0
- package/dist-es/commands/DescribeImageBuildersCommand.js +10 -0
- package/dist-es/commands/DescribeImagePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeImagesCommand.js +10 -0
- package/dist-es/commands/DescribeSessionsCommand.js +10 -0
- package/dist-es/commands/DescribeStacksCommand.js +10 -0
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +10 -0
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeUsersCommand.js +10 -0
- package/dist-es/commands/DisableUserCommand.js +10 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +10 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +10 -0
- package/dist-es/commands/DisassociateFleetCommand.js +10 -0
- package/dist-es/commands/EnableUserCommand.js +10 -0
- package/dist-es/commands/ExpireSessionCommand.js +10 -0
- package/dist-es/commands/ListAssociatedFleetsCommand.js +10 -0
- package/dist-es/commands/ListAssociatedStacksCommand.js +10 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/StartFleetCommand.js +10 -0
- package/dist-es/commands/StartImageBuilderCommand.js +10 -0
- package/dist-es/commands/StopFleetCommand.js +10 -0
- package/dist-es/commands/StopImageBuilderCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateApplicationCommand.js +10 -0
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +10 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +10 -0
- package/dist-es/commands/UpdateFleetCommand.js +10 -0
- package/dist-es/commands/UpdateImagePermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateStackCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AppStreamClient.d.ts +6 -9
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +2 -0
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -0
- package/dist-types/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -0
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -0
- package/dist-types/commands/CreateStackCommand.d.ts +2 -0
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -0
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteImageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStackCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +2 -0
- package/dist-types/commands/DisableUserCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -0
- package/dist-types/commands/EnableUserCommand.d.ts +2 -0
- package/dist-types/commands/ExpireSessionCommand.d.ts +2 -0
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartFleetCommand.d.ts +2 -0
- package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -0
- package/dist-types/commands/StopFleetCommand.d.ts +2 -0
- package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AppStreamClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -160
- package/dist-es/endpoints.js +0 -156
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.196.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"us-east-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "appstream2-fips.us-east-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"us-gov-west-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "appstream2-fips.us-gov-west-1.amazonaws.com",
|
|
18
|
-
tags: ["fips"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-west-2": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "appstream2-fips.us-west-2.amazonaws.com",
|
|
26
|
-
tags: ["fips"],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
const partitionHash = {
|
|
32
|
-
aws: {
|
|
33
|
-
regions: [
|
|
34
|
-
"af-south-1",
|
|
35
|
-
"ap-east-1",
|
|
36
|
-
"ap-northeast-1",
|
|
37
|
-
"ap-northeast-2",
|
|
38
|
-
"ap-northeast-3",
|
|
39
|
-
"ap-south-1",
|
|
40
|
-
"ap-southeast-1",
|
|
41
|
-
"ap-southeast-2",
|
|
42
|
-
"ap-southeast-3",
|
|
43
|
-
"ca-central-1",
|
|
44
|
-
"eu-central-1",
|
|
45
|
-
"eu-north-1",
|
|
46
|
-
"eu-south-1",
|
|
47
|
-
"eu-west-1",
|
|
48
|
-
"eu-west-2",
|
|
49
|
-
"eu-west-3",
|
|
50
|
-
"fips",
|
|
51
|
-
"me-central-1",
|
|
52
|
-
"me-south-1",
|
|
53
|
-
"sa-east-1",
|
|
54
|
-
"us-east-1",
|
|
55
|
-
"us-east-1-fips",
|
|
56
|
-
"us-east-2",
|
|
57
|
-
"us-west-1",
|
|
58
|
-
"us-west-2",
|
|
59
|
-
"us-west-2-fips",
|
|
60
|
-
],
|
|
61
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
62
|
-
variants: [
|
|
63
|
-
{
|
|
64
|
-
hostname: "appstream2.{region}.amazonaws.com",
|
|
65
|
-
tags: [],
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
hostname: "appstream2-fips.{region}.amazonaws.com",
|
|
69
|
-
tags: ["fips"],
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
hostname: "appstream2-fips.{region}.api.aws",
|
|
73
|
-
tags: ["dualstack", "fips"],
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
hostname: "appstream2.{region}.api.aws",
|
|
77
|
-
tags: ["dualstack"],
|
|
78
|
-
},
|
|
79
|
-
],
|
|
80
|
-
},
|
|
81
|
-
"aws-cn": {
|
|
82
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
83
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
84
|
-
variants: [
|
|
85
|
-
{
|
|
86
|
-
hostname: "appstream2.{region}.amazonaws.com.cn",
|
|
87
|
-
tags: [],
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
hostname: "appstream2-fips.{region}.amazonaws.com.cn",
|
|
91
|
-
tags: ["fips"],
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
hostname: "appstream2-fips.{region}.api.amazonwebservices.com.cn",
|
|
95
|
-
tags: ["dualstack", "fips"],
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
hostname: "appstream2.{region}.api.amazonwebservices.com.cn",
|
|
99
|
-
tags: ["dualstack"],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
"aws-iso": {
|
|
104
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
105
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
106
|
-
variants: [
|
|
107
|
-
{
|
|
108
|
-
hostname: "appstream2.{region}.c2s.ic.gov",
|
|
109
|
-
tags: [],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "appstream2-fips.{region}.c2s.ic.gov",
|
|
113
|
-
tags: ["fips"],
|
|
114
|
-
},
|
|
115
|
-
],
|
|
116
|
-
},
|
|
117
|
-
"aws-iso-b": {
|
|
118
|
-
regions: ["us-isob-east-1"],
|
|
119
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
120
|
-
variants: [
|
|
121
|
-
{
|
|
122
|
-
hostname: "appstream2.{region}.sc2s.sgov.gov",
|
|
123
|
-
tags: [],
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
hostname: "appstream2-fips.{region}.sc2s.sgov.gov",
|
|
127
|
-
tags: ["fips"],
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
"aws-us-gov": {
|
|
132
|
-
regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
133
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
134
|
-
variants: [
|
|
135
|
-
{
|
|
136
|
-
hostname: "appstream2.{region}.amazonaws.com",
|
|
137
|
-
tags: [],
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
hostname: "appstream2-fips.{region}.amazonaws.com",
|
|
141
|
-
tags: ["fips"],
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
hostname: "appstream2-fips.{region}.api.aws",
|
|
145
|
-
tags: ["dualstack", "fips"],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
hostname: "appstream2.{region}.api.aws",
|
|
149
|
-
tags: ["dualstack"],
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
},
|
|
153
|
-
};
|
|
154
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
155
|
-
...options,
|
|
156
|
-
signingService: "appstream",
|
|
157
|
-
regionHash,
|
|
158
|
-
partitionHash,
|
|
159
|
-
});
|
|
160
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"us-east-1": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "appstream2-fips.us-east-1.amazonaws.com",
|
|
7
|
-
tags: ["fips"],
|
|
8
|
-
},
|
|
9
|
-
],
|
|
10
|
-
},
|
|
11
|
-
"us-gov-west-1": {
|
|
12
|
-
variants: [
|
|
13
|
-
{
|
|
14
|
-
hostname: "appstream2-fips.us-gov-west-1.amazonaws.com",
|
|
15
|
-
tags: ["fips"],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
},
|
|
19
|
-
"us-west-2": {
|
|
20
|
-
variants: [
|
|
21
|
-
{
|
|
22
|
-
hostname: "appstream2-fips.us-west-2.amazonaws.com",
|
|
23
|
-
tags: ["fips"],
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
},
|
|
27
|
-
};
|
|
28
|
-
const partitionHash = {
|
|
29
|
-
aws: {
|
|
30
|
-
regions: [
|
|
31
|
-
"af-south-1",
|
|
32
|
-
"ap-east-1",
|
|
33
|
-
"ap-northeast-1",
|
|
34
|
-
"ap-northeast-2",
|
|
35
|
-
"ap-northeast-3",
|
|
36
|
-
"ap-south-1",
|
|
37
|
-
"ap-southeast-1",
|
|
38
|
-
"ap-southeast-2",
|
|
39
|
-
"ap-southeast-3",
|
|
40
|
-
"ca-central-1",
|
|
41
|
-
"eu-central-1",
|
|
42
|
-
"eu-north-1",
|
|
43
|
-
"eu-south-1",
|
|
44
|
-
"eu-west-1",
|
|
45
|
-
"eu-west-2",
|
|
46
|
-
"eu-west-3",
|
|
47
|
-
"fips",
|
|
48
|
-
"me-central-1",
|
|
49
|
-
"me-south-1",
|
|
50
|
-
"sa-east-1",
|
|
51
|
-
"us-east-1",
|
|
52
|
-
"us-east-1-fips",
|
|
53
|
-
"us-east-2",
|
|
54
|
-
"us-west-1",
|
|
55
|
-
"us-west-2",
|
|
56
|
-
"us-west-2-fips",
|
|
57
|
-
],
|
|
58
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
59
|
-
variants: [
|
|
60
|
-
{
|
|
61
|
-
hostname: "appstream2.{region}.amazonaws.com",
|
|
62
|
-
tags: [],
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
hostname: "appstream2-fips.{region}.amazonaws.com",
|
|
66
|
-
tags: ["fips"],
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
hostname: "appstream2-fips.{region}.api.aws",
|
|
70
|
-
tags: ["dualstack", "fips"],
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
hostname: "appstream2.{region}.api.aws",
|
|
74
|
-
tags: ["dualstack"],
|
|
75
|
-
},
|
|
76
|
-
],
|
|
77
|
-
},
|
|
78
|
-
"aws-cn": {
|
|
79
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
80
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
81
|
-
variants: [
|
|
82
|
-
{
|
|
83
|
-
hostname: "appstream2.{region}.amazonaws.com.cn",
|
|
84
|
-
tags: [],
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
hostname: "appstream2-fips.{region}.amazonaws.com.cn",
|
|
88
|
-
tags: ["fips"],
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
hostname: "appstream2-fips.{region}.api.amazonwebservices.com.cn",
|
|
92
|
-
tags: ["dualstack", "fips"],
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
hostname: "appstream2.{region}.api.amazonwebservices.com.cn",
|
|
96
|
-
tags: ["dualstack"],
|
|
97
|
-
},
|
|
98
|
-
],
|
|
99
|
-
},
|
|
100
|
-
"aws-iso": {
|
|
101
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
102
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
103
|
-
variants: [
|
|
104
|
-
{
|
|
105
|
-
hostname: "appstream2.{region}.c2s.ic.gov",
|
|
106
|
-
tags: [],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
hostname: "appstream2-fips.{region}.c2s.ic.gov",
|
|
110
|
-
tags: ["fips"],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
},
|
|
114
|
-
"aws-iso-b": {
|
|
115
|
-
regions: ["us-isob-east-1"],
|
|
116
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
117
|
-
variants: [
|
|
118
|
-
{
|
|
119
|
-
hostname: "appstream2.{region}.sc2s.sgov.gov",
|
|
120
|
-
tags: [],
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
hostname: "appstream2-fips.{region}.sc2s.sgov.gov",
|
|
124
|
-
tags: ["fips"],
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
"aws-us-gov": {
|
|
129
|
-
regions: ["fips", "us-gov-east-1", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
130
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
131
|
-
variants: [
|
|
132
|
-
{
|
|
133
|
-
hostname: "appstream2.{region}.amazonaws.com",
|
|
134
|
-
tags: [],
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
hostname: "appstream2-fips.{region}.amazonaws.com",
|
|
138
|
-
tags: ["fips"],
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
hostname: "appstream2-fips.{region}.api.aws",
|
|
142
|
-
tags: ["dualstack", "fips"],
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
hostname: "appstream2.{region}.api.aws",
|
|
146
|
-
tags: ["dualstack"],
|
|
147
|
-
},
|
|
148
|
-
],
|
|
149
|
-
},
|
|
150
|
-
};
|
|
151
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
152
|
-
...options,
|
|
153
|
-
signingService: "appstream",
|
|
154
|
-
regionHash,
|
|
155
|
-
partitionHash,
|
|
156
|
-
});
|