@aws-sdk/client-apprunner 3.495.0 → 3.499.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/dist-cjs/index.js +47 -44
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3274,51 +3274,33 @@ var paginateListVpcIngressConnections = (0, import_core.createPaginator)(AppRunn
|
|
|
3274
3274
|
// src/index.ts
|
|
3275
3275
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3276
3276
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3277
|
+
|
|
3277
3278
|
0 && (module.exports = {
|
|
3278
|
-
AppRunner,
|
|
3279
|
-
AppRunnerClient,
|
|
3280
3279
|
AppRunnerServiceException,
|
|
3280
|
+
__Client,
|
|
3281
|
+
AppRunnerClient,
|
|
3282
|
+
AppRunner,
|
|
3283
|
+
$Command,
|
|
3281
3284
|
AssociateCustomDomainCommand,
|
|
3282
|
-
AutoScalingConfigurationStatus,
|
|
3283
|
-
CertificateValidationRecordStatus,
|
|
3284
|
-
CodeConfigurationFilterSensitiveLog,
|
|
3285
|
-
CodeConfigurationValuesFilterSensitiveLog,
|
|
3286
|
-
CodeRepositoryFilterSensitiveLog,
|
|
3287
|
-
ConfigurationSource,
|
|
3288
|
-
ConnectionStatus,
|
|
3289
3285
|
CreateAutoScalingConfigurationCommand,
|
|
3290
3286
|
CreateConnectionCommand,
|
|
3291
3287
|
CreateObservabilityConfigurationCommand,
|
|
3292
3288
|
CreateServiceCommand,
|
|
3293
|
-
CreateServiceRequestFilterSensitiveLog,
|
|
3294
|
-
CreateServiceResponseFilterSensitiveLog,
|
|
3295
3289
|
CreateVpcConnectorCommand,
|
|
3296
3290
|
CreateVpcIngressConnectionCommand,
|
|
3297
|
-
CustomDomainAssociationStatus,
|
|
3298
3291
|
DeleteAutoScalingConfigurationCommand,
|
|
3299
3292
|
DeleteConnectionCommand,
|
|
3300
3293
|
DeleteObservabilityConfigurationCommand,
|
|
3301
3294
|
DeleteServiceCommand,
|
|
3302
|
-
DeleteServiceResponseFilterSensitiveLog,
|
|
3303
3295
|
DeleteVpcConnectorCommand,
|
|
3304
3296
|
DeleteVpcIngressConnectionCommand,
|
|
3305
3297
|
DescribeAutoScalingConfigurationCommand,
|
|
3306
3298
|
DescribeCustomDomainsCommand,
|
|
3307
3299
|
DescribeObservabilityConfigurationCommand,
|
|
3308
3300
|
DescribeServiceCommand,
|
|
3309
|
-
DescribeServiceResponseFilterSensitiveLog,
|
|
3310
3301
|
DescribeVpcConnectorCommand,
|
|
3311
3302
|
DescribeVpcIngressConnectionCommand,
|
|
3312
3303
|
DisassociateCustomDomainCommand,
|
|
3313
|
-
EgressType,
|
|
3314
|
-
HealthCheckProtocol,
|
|
3315
|
-
ImageConfigurationFilterSensitiveLog,
|
|
3316
|
-
ImageRepositoryFilterSensitiveLog,
|
|
3317
|
-
ImageRepositoryType,
|
|
3318
|
-
InternalServiceErrorException,
|
|
3319
|
-
InvalidRequestException,
|
|
3320
|
-
InvalidStateException,
|
|
3321
|
-
IpAddressType,
|
|
3322
3304
|
ListAutoScalingConfigurationsCommand,
|
|
3323
3305
|
ListConnectionsCommand,
|
|
3324
3306
|
ListObservabilityConfigurationsCommand,
|
|
@@ -3328,40 +3310,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3328
3310
|
ListTagsForResourceCommand,
|
|
3329
3311
|
ListVpcConnectorsCommand,
|
|
3330
3312
|
ListVpcIngressConnectionsCommand,
|
|
3331
|
-
ObservabilityConfigurationStatus,
|
|
3332
|
-
OperationStatus,
|
|
3333
|
-
OperationType,
|
|
3334
3313
|
PauseServiceCommand,
|
|
3335
|
-
PauseServiceResponseFilterSensitiveLog,
|
|
3336
|
-
ProviderType,
|
|
3337
|
-
ResourceNotFoundException,
|
|
3338
3314
|
ResumeServiceCommand,
|
|
3339
|
-
ResumeServiceResponseFilterSensitiveLog,
|
|
3340
|
-
Runtime,
|
|
3341
|
-
ServiceFilterSensitiveLog,
|
|
3342
|
-
ServiceQuotaExceededException,
|
|
3343
|
-
ServiceStatus,
|
|
3344
|
-
SourceCodeVersionType,
|
|
3345
|
-
SourceConfigurationFilterSensitiveLog,
|
|
3346
3315
|
StartDeploymentCommand,
|
|
3347
3316
|
TagResourceCommand,
|
|
3348
|
-
TracingVendor,
|
|
3349
3317
|
UntagResourceCommand,
|
|
3350
3318
|
UpdateDefaultAutoScalingConfigurationCommand,
|
|
3351
3319
|
UpdateServiceCommand,
|
|
3352
|
-
UpdateServiceRequestFilterSensitiveLog,
|
|
3353
|
-
UpdateServiceResponseFilterSensitiveLog,
|
|
3354
3320
|
UpdateVpcIngressConnectionCommand,
|
|
3355
|
-
VpcConnectorStatus,
|
|
3356
|
-
VpcIngressConnectionStatus,
|
|
3357
|
-
__Client,
|
|
3358
3321
|
paginateDescribeCustomDomains,
|
|
3359
3322
|
paginateListAutoScalingConfigurations,
|
|
3360
3323
|
paginateListConnections,
|
|
3361
3324
|
paginateListObservabilityConfigurations,
|
|
3362
3325
|
paginateListOperations,
|
|
3363
|
-
paginateListServices,
|
|
3364
3326
|
paginateListServicesForAutoScalingConfiguration,
|
|
3327
|
+
paginateListServices,
|
|
3365
3328
|
paginateListVpcConnectors,
|
|
3366
|
-
paginateListVpcIngressConnections
|
|
3329
|
+
paginateListVpcIngressConnections,
|
|
3330
|
+
CertificateValidationRecordStatus,
|
|
3331
|
+
CustomDomainAssociationStatus,
|
|
3332
|
+
InternalServiceErrorException,
|
|
3333
|
+
InvalidRequestException,
|
|
3334
|
+
InvalidStateException,
|
|
3335
|
+
AutoScalingConfigurationStatus,
|
|
3336
|
+
ServiceQuotaExceededException,
|
|
3337
|
+
ProviderType,
|
|
3338
|
+
ConnectionStatus,
|
|
3339
|
+
TracingVendor,
|
|
3340
|
+
ObservabilityConfigurationStatus,
|
|
3341
|
+
HealthCheckProtocol,
|
|
3342
|
+
EgressType,
|
|
3343
|
+
IpAddressType,
|
|
3344
|
+
Runtime,
|
|
3345
|
+
ConfigurationSource,
|
|
3346
|
+
SourceCodeVersionType,
|
|
3347
|
+
ImageRepositoryType,
|
|
3348
|
+
ServiceStatus,
|
|
3349
|
+
VpcConnectorStatus,
|
|
3350
|
+
VpcIngressConnectionStatus,
|
|
3351
|
+
ResourceNotFoundException,
|
|
3352
|
+
OperationStatus,
|
|
3353
|
+
OperationType,
|
|
3354
|
+
CodeConfigurationValuesFilterSensitiveLog,
|
|
3355
|
+
CodeConfigurationFilterSensitiveLog,
|
|
3356
|
+
CodeRepositoryFilterSensitiveLog,
|
|
3357
|
+
ImageConfigurationFilterSensitiveLog,
|
|
3358
|
+
ImageRepositoryFilterSensitiveLog,
|
|
3359
|
+
SourceConfigurationFilterSensitiveLog,
|
|
3360
|
+
CreateServiceRequestFilterSensitiveLog,
|
|
3361
|
+
ServiceFilterSensitiveLog,
|
|
3362
|
+
CreateServiceResponseFilterSensitiveLog,
|
|
3363
|
+
DeleteServiceResponseFilterSensitiveLog,
|
|
3364
|
+
DescribeServiceResponseFilterSensitiveLog,
|
|
3365
|
+
PauseServiceResponseFilterSensitiveLog,
|
|
3366
|
+
ResumeServiceResponseFilterSensitiveLog,
|
|
3367
|
+
UpdateServiceRequestFilterSensitiveLog,
|
|
3368
|
+
UpdateServiceResponseFilterSensitiveLog
|
|
3367
3369
|
});
|
|
3370
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apprunner",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|