@aws-sdk/client-apprunner 3.496.0 → 3.501.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 +45 -44
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3276,50 +3276,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3276
3276
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3277
3277
|
|
|
3278
3278
|
0 && (module.exports = {
|
|
3279
|
-
AppRunner,
|
|
3280
|
-
AppRunnerClient,
|
|
3281
3279
|
AppRunnerServiceException,
|
|
3280
|
+
__Client,
|
|
3281
|
+
AppRunnerClient,
|
|
3282
|
+
AppRunner,
|
|
3283
|
+
$Command,
|
|
3282
3284
|
AssociateCustomDomainCommand,
|
|
3283
|
-
AutoScalingConfigurationStatus,
|
|
3284
|
-
CertificateValidationRecordStatus,
|
|
3285
|
-
CodeConfigurationFilterSensitiveLog,
|
|
3286
|
-
CodeConfigurationValuesFilterSensitiveLog,
|
|
3287
|
-
CodeRepositoryFilterSensitiveLog,
|
|
3288
|
-
ConfigurationSource,
|
|
3289
|
-
ConnectionStatus,
|
|
3290
3285
|
CreateAutoScalingConfigurationCommand,
|
|
3291
3286
|
CreateConnectionCommand,
|
|
3292
3287
|
CreateObservabilityConfigurationCommand,
|
|
3293
3288
|
CreateServiceCommand,
|
|
3294
|
-
CreateServiceRequestFilterSensitiveLog,
|
|
3295
|
-
CreateServiceResponseFilterSensitiveLog,
|
|
3296
3289
|
CreateVpcConnectorCommand,
|
|
3297
3290
|
CreateVpcIngressConnectionCommand,
|
|
3298
|
-
CustomDomainAssociationStatus,
|
|
3299
3291
|
DeleteAutoScalingConfigurationCommand,
|
|
3300
3292
|
DeleteConnectionCommand,
|
|
3301
3293
|
DeleteObservabilityConfigurationCommand,
|
|
3302
3294
|
DeleteServiceCommand,
|
|
3303
|
-
DeleteServiceResponseFilterSensitiveLog,
|
|
3304
3295
|
DeleteVpcConnectorCommand,
|
|
3305
3296
|
DeleteVpcIngressConnectionCommand,
|
|
3306
3297
|
DescribeAutoScalingConfigurationCommand,
|
|
3307
3298
|
DescribeCustomDomainsCommand,
|
|
3308
3299
|
DescribeObservabilityConfigurationCommand,
|
|
3309
3300
|
DescribeServiceCommand,
|
|
3310
|
-
DescribeServiceResponseFilterSensitiveLog,
|
|
3311
3301
|
DescribeVpcConnectorCommand,
|
|
3312
3302
|
DescribeVpcIngressConnectionCommand,
|
|
3313
3303
|
DisassociateCustomDomainCommand,
|
|
3314
|
-
EgressType,
|
|
3315
|
-
HealthCheckProtocol,
|
|
3316
|
-
ImageConfigurationFilterSensitiveLog,
|
|
3317
|
-
ImageRepositoryFilterSensitiveLog,
|
|
3318
|
-
ImageRepositoryType,
|
|
3319
|
-
InternalServiceErrorException,
|
|
3320
|
-
InvalidRequestException,
|
|
3321
|
-
InvalidStateException,
|
|
3322
|
-
IpAddressType,
|
|
3323
3304
|
ListAutoScalingConfigurationsCommand,
|
|
3324
3305
|
ListConnectionsCommand,
|
|
3325
3306
|
ListObservabilityConfigurationsCommand,
|
|
@@ -3329,41 +3310,61 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3329
3310
|
ListTagsForResourceCommand,
|
|
3330
3311
|
ListVpcConnectorsCommand,
|
|
3331
3312
|
ListVpcIngressConnectionsCommand,
|
|
3332
|
-
ObservabilityConfigurationStatus,
|
|
3333
|
-
OperationStatus,
|
|
3334
|
-
OperationType,
|
|
3335
3313
|
PauseServiceCommand,
|
|
3336
|
-
PauseServiceResponseFilterSensitiveLog,
|
|
3337
|
-
ProviderType,
|
|
3338
|
-
ResourceNotFoundException,
|
|
3339
3314
|
ResumeServiceCommand,
|
|
3340
|
-
ResumeServiceResponseFilterSensitiveLog,
|
|
3341
|
-
Runtime,
|
|
3342
|
-
ServiceFilterSensitiveLog,
|
|
3343
|
-
ServiceQuotaExceededException,
|
|
3344
|
-
ServiceStatus,
|
|
3345
|
-
SourceCodeVersionType,
|
|
3346
|
-
SourceConfigurationFilterSensitiveLog,
|
|
3347
3315
|
StartDeploymentCommand,
|
|
3348
3316
|
TagResourceCommand,
|
|
3349
|
-
TracingVendor,
|
|
3350
3317
|
UntagResourceCommand,
|
|
3351
3318
|
UpdateDefaultAutoScalingConfigurationCommand,
|
|
3352
3319
|
UpdateServiceCommand,
|
|
3353
|
-
UpdateServiceRequestFilterSensitiveLog,
|
|
3354
|
-
UpdateServiceResponseFilterSensitiveLog,
|
|
3355
3320
|
UpdateVpcIngressConnectionCommand,
|
|
3356
|
-
VpcConnectorStatus,
|
|
3357
|
-
VpcIngressConnectionStatus,
|
|
3358
|
-
__Client,
|
|
3359
3321
|
paginateDescribeCustomDomains,
|
|
3360
3322
|
paginateListAutoScalingConfigurations,
|
|
3361
3323
|
paginateListConnections,
|
|
3362
3324
|
paginateListObservabilityConfigurations,
|
|
3363
3325
|
paginateListOperations,
|
|
3364
|
-
paginateListServices,
|
|
3365
3326
|
paginateListServicesForAutoScalingConfiguration,
|
|
3327
|
+
paginateListServices,
|
|
3366
3328
|
paginateListVpcConnectors,
|
|
3367
|
-
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
|
|
3368
3369
|
});
|
|
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.501.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|