aws-sdk 2.1471.0 → 2.1473.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 +27 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +1 -1
- package/apis/autoscaling-2011-01-01.min.json +57 -57
- package/apis/autoscaling-2011-01-01.paginators.json +15 -0
- package/apis/controltower-2018-05-10.min.json +68 -1
- package/apis/customer-profiles-2020-08-15.min.json +31 -18
- package/apis/ec2-2016-11-15.min.json +134 -82
- package/apis/fsx-2018-03-01.min.json +25 -3
- package/apis/ivs-realtime-2020-07-14.min.json +14 -8
- package/apis/lambda-2015-03-31.min.json +102 -96
- package/apis/location-2020-11-19.min.json +36 -36
- package/apis/machinelearning-2014-12-12.min.json +8 -2
- package/apis/marketplace-catalog-2018-09-17.min.json +27 -14
- package/apis/quicksight-2018-04-01.min.json +360 -314
- package/apis/rds-2014-10-31.min.json +43 -7
- package/apis/rekognition-2016-06-27.min.json +194 -161
- package/apis/sagemaker-2017-07-24.min.json +740 -728
- package/apis/textract-2018-06-27.min.json +483 -76
- package/apis/textract-2018-06-27.paginators.json +12 -0
- package/clients/autoscaling.d.ts +4 -3
- package/clients/configservice.d.ts +15 -15
- package/clients/controltower.d.ts +104 -15
- package/clients/customerprofiles.d.ts +6 -6
- package/clients/ec2.d.ts +87 -31
- package/clients/elbv2.d.ts +7 -7
- package/clients/fsx.d.ts +16 -1
- package/clients/glue.d.ts +5 -5
- package/clients/inspector2.d.ts +25 -25
- package/clients/ivsrealtime.d.ts +25 -0
- package/clients/lambda.d.ts +9 -0
- package/clients/marketplacecatalog.d.ts +32 -15
- package/clients/pricing.d.ts +8 -8
- package/clients/quicksight.d.ts +62 -2
- package/clients/rds.d.ts +48 -0
- package/clients/rekognition.d.ts +141 -72
- package/clients/sagemaker.d.ts +26 -6
- package/clients/textract.d.ts +534 -2
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/transfer.d.ts +1 -1
- package/clients/workspaces.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +619 -458
- package/dist/aws-sdk.min.js +99 -99
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/glue.d.ts
CHANGED
@@ -11678,7 +11678,7 @@ declare namespace Glue {
|
|
11678
11678
|
*/
|
11679
11679
|
AuthToken?: Generic512CharString;
|
11680
11680
|
}
|
11681
|
-
export type SourceControlProvider = "GITHUB"|"AWS_CODE_COMMIT"|string;
|
11681
|
+
export type SourceControlProvider = "GITHUB"|"GITLAB"|"BITBUCKET"|"AWS_CODE_COMMIT"|string;
|
11682
11682
|
export interface SparkConnectorSource {
|
11683
11683
|
/**
|
11684
11684
|
* The name of the data source.
|
@@ -13150,11 +13150,11 @@ declare namespace Glue {
|
|
13150
13150
|
*/
|
13151
13151
|
JobName?: NameString;
|
13152
13152
|
/**
|
13153
|
-
*
|
13153
|
+
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
13154
13154
|
*/
|
13155
13155
|
Provider?: SourceControlProvider;
|
13156
13156
|
/**
|
13157
|
-
* The name of the remote repository that contains the job artifacts.
|
13157
|
+
* The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.
|
13158
13158
|
*/
|
13159
13159
|
RepositoryName?: NameString;
|
13160
13160
|
/**
|
@@ -13348,11 +13348,11 @@ declare namespace Glue {
|
|
13348
13348
|
*/
|
13349
13349
|
JobName?: NameString;
|
13350
13350
|
/**
|
13351
|
-
*
|
13351
|
+
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
13352
13352
|
*/
|
13353
13353
|
Provider?: SourceControlProvider;
|
13354
13354
|
/**
|
13355
|
-
* The name of the remote repository that contains the job artifacts.
|
13355
|
+
* The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.
|
13356
13356
|
*/
|
13357
13357
|
RepositoryName?: NameString;
|
13358
13358
|
/**
|
package/clients/inspector2.d.ts
CHANGED
@@ -84,11 +84,11 @@ declare class Inspector2 extends Service {
|
|
84
84
|
*/
|
85
85
|
cancelSbomExport(callback?: (err: AWSError, data: Inspector2.Types.CancelSbomExportResponse) => void): Request<Inspector2.Types.CancelSbomExportResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Creates a filter resource using specified filter criteria.
|
87
|
+
* Creates a filter resource using specified filter criteria. When the filter action is set to SUPPRESS this action creates a suppression rule.
|
88
88
|
*/
|
89
89
|
createFilter(params: Inspector2.Types.CreateFilterRequest, callback?: (err: AWSError, data: Inspector2.Types.CreateFilterResponse) => void): Request<Inspector2.Types.CreateFilterResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Creates a filter resource using specified filter criteria.
|
91
|
+
* Creates a filter resource using specified filter criteria. When the filter action is set to SUPPRESS this action creates a suppression rule.
|
92
92
|
*/
|
93
93
|
createFilter(callback?: (err: AWSError, data: Inspector2.Types.CreateFilterResponse) => void): Request<Inspector2.Types.CreateFilterResponse, AWSError>;
|
94
94
|
/**
|
@@ -1113,7 +1113,7 @@ declare namespace Inspector2 {
|
|
1113
1113
|
*/
|
1114
1114
|
resourceType?: CoverageStringFilterList;
|
1115
1115
|
/**
|
1116
|
-
* The scan status code to filter on.
|
1116
|
+
* The scan status code to filter on. Valid values are: ValidationException, InternalServerException, ResourceNotFoundException, BadRequestException, and ThrottlingException.
|
1117
1117
|
*/
|
1118
1118
|
scanStatusCode?: CoverageStringFilterList;
|
1119
1119
|
/**
|
@@ -1531,7 +1531,7 @@ declare namespace Inspector2 {
|
|
1531
1531
|
*/
|
1532
1532
|
tags?: TagMap;
|
1533
1533
|
}
|
1534
|
-
export type Ec2Platform = "WINDOWS"|"LINUX"|"UNKNOWN"|string;
|
1534
|
+
export type Ec2Platform = "WINDOWS"|"LINUX"|"UNKNOWN"|"MACOS"|string;
|
1535
1535
|
export interface EcrConfiguration {
|
1536
1536
|
/**
|
1537
1537
|
* The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.
|
@@ -1991,11 +1991,11 @@ declare namespace Inspector2 {
|
|
1991
1991
|
*/
|
1992
1992
|
remediation: Remediation;
|
1993
1993
|
/**
|
1994
|
-
* Contains information on the resources involved in a finding.
|
1994
|
+
* Contains information on the resources involved in a finding. The resource value determines the valid values for type in your request. For more information, see Finding types in the Amazon Inspector user guide.
|
1995
1995
|
*/
|
1996
1996
|
resources: ResourceList;
|
1997
1997
|
/**
|
1998
|
-
* The severity of the finding.
|
1998
|
+
* The severity of the finding. UNTRIAGED applies to PACKAGE_VULNERABILITY type findings that the vendor has not assigned a severity yet. For more information, see Severity levels for findings in the Amazon Inspector user guide.
|
1999
1999
|
*/
|
2000
2000
|
severity: Severity;
|
2001
2001
|
/**
|
@@ -2007,7 +2007,7 @@ declare namespace Inspector2 {
|
|
2007
2007
|
*/
|
2008
2008
|
title?: FindingTitle;
|
2009
2009
|
/**
|
2010
|
-
* The type of the finding.
|
2010
|
+
* The type of the finding. The type value determines the valid values for resource in your request. For more information, see Finding types in the Amazon Inspector user guide.
|
2011
2011
|
*/
|
2012
2012
|
type: FindingType;
|
2013
2013
|
/**
|
@@ -2479,11 +2479,11 @@ declare namespace Inspector2 {
|
|
2479
2479
|
export type ListAccountPermissionsMaxResults = number;
|
2480
2480
|
export interface ListAccountPermissionsRequest {
|
2481
2481
|
/**
|
2482
|
-
* The maximum number of results
|
2482
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2483
2483
|
*/
|
2484
2484
|
maxResults?: ListAccountPermissionsMaxResults;
|
2485
2485
|
/**
|
2486
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
|
2486
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
|
2487
2487
|
*/
|
2488
2488
|
nextToken?: NextToken;
|
2489
2489
|
/**
|
@@ -2508,11 +2508,11 @@ declare namespace Inspector2 {
|
|
2508
2508
|
*/
|
2509
2509
|
filterCriteria?: CoverageFilterCriteria;
|
2510
2510
|
/**
|
2511
|
-
* The maximum number of results
|
2511
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2512
2512
|
*/
|
2513
2513
|
maxResults?: ListCoverageMaxResults;
|
2514
2514
|
/**
|
2515
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2515
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2516
2516
|
*/
|
2517
2517
|
nextToken?: NextToken;
|
2518
2518
|
}
|
@@ -2556,11 +2556,11 @@ declare namespace Inspector2 {
|
|
2556
2556
|
}
|
2557
2557
|
export interface ListDelegatedAdminAccountsRequest {
|
2558
2558
|
/**
|
2559
|
-
* The maximum number of results
|
2559
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2560
2560
|
*/
|
2561
2561
|
maxResults?: ListDelegatedAdminMaxResults;
|
2562
2562
|
/**
|
2563
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2563
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2564
2564
|
*/
|
2565
2565
|
nextToken?: NextToken;
|
2566
2566
|
}
|
@@ -2586,11 +2586,11 @@ declare namespace Inspector2 {
|
|
2586
2586
|
*/
|
2587
2587
|
arns?: FilterArnList;
|
2588
2588
|
/**
|
2589
|
-
* The maximum number of results
|
2589
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2590
2590
|
*/
|
2591
2591
|
maxResults?: ListFilterMaxResults;
|
2592
2592
|
/**
|
2593
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2593
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2594
2594
|
*/
|
2595
2595
|
nextToken?: NextToken;
|
2596
2596
|
}
|
@@ -2619,11 +2619,11 @@ declare namespace Inspector2 {
|
|
2619
2619
|
*/
|
2620
2620
|
aggregationType: AggregationType;
|
2621
2621
|
/**
|
2622
|
-
* The maximum number of results
|
2622
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2623
2623
|
*/
|
2624
2624
|
maxResults?: ListFindingAggregationsMaxResults;
|
2625
2625
|
/**
|
2626
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2626
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2627
2627
|
*/
|
2628
2628
|
nextToken?: NextToken;
|
2629
2629
|
}
|
@@ -2648,11 +2648,11 @@ declare namespace Inspector2 {
|
|
2648
2648
|
*/
|
2649
2649
|
filterCriteria?: FilterCriteria;
|
2650
2650
|
/**
|
2651
|
-
* The maximum number of results
|
2651
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2652
2652
|
*/
|
2653
2653
|
maxResults?: ListFindingsMaxResults;
|
2654
2654
|
/**
|
2655
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2655
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2656
2656
|
*/
|
2657
2657
|
nextToken?: NextToken;
|
2658
2658
|
/**
|
@@ -2673,11 +2673,11 @@ declare namespace Inspector2 {
|
|
2673
2673
|
export type ListMembersMaxResults = number;
|
2674
2674
|
export interface ListMembersRequest {
|
2675
2675
|
/**
|
2676
|
-
* The maximum number of results
|
2676
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2677
2677
|
*/
|
2678
2678
|
maxResults?: ListMembersMaxResults;
|
2679
2679
|
/**
|
2680
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2680
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2681
2681
|
*/
|
2682
2682
|
nextToken?: NextToken;
|
2683
2683
|
/**
|
@@ -2715,11 +2715,11 @@ declare namespace Inspector2 {
|
|
2715
2715
|
*/
|
2716
2716
|
accountIds?: UsageAccountIdList;
|
2717
2717
|
/**
|
2718
|
-
* The maximum number of results
|
2718
|
+
* The maximum number of results the response can return. If your request would return more than the maximum the response will return a nextToken value, use this value when you call the action again to get the remaining results.
|
2719
2719
|
*/
|
2720
2720
|
maxResults?: ListUsageTotalsMaxResults;
|
2721
2721
|
/**
|
2722
|
-
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
|
2722
|
+
* A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the maxResults maximum value it will also return a nextToken value. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page.
|
2723
2723
|
*/
|
2724
2724
|
nextToken?: ListUsageTotalsNextToken;
|
2725
2725
|
}
|
@@ -3206,7 +3206,7 @@ declare namespace Inspector2 {
|
|
3206
3206
|
export type SbomReportFormat = "CYCLONEDX_1_4"|"SPDX_2_3"|string;
|
3207
3207
|
export interface ScanStatus {
|
3208
3208
|
/**
|
3209
|
-
* The
|
3209
|
+
* The scan status. Possible return values and descriptions are: PENDING_INITIAL_SCAN - This resource has been identified for scanning, results will be available soon. ACCESS_DENIED - Resource access policy restricting Amazon Inspector access. Please update the IAM policy. INTERNAL_ERROR - Amazon Inspector has encountered an internal error for this resource. Amazon Inspector service will automatically resolve the issue and resume the scanning. No action required from the user. UNMANAGED_EC2_INSTANCE - The EC2 instance is not managed by SSM, please use the following SSM automation to remediate the issue: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-managed-instance.html. Once the instance becomes managed by SSM, Inspector will automatically begin scanning this instance. UNSUPPORTED_OS - Amazon Inspector does not support this OS, architecture, or image manifest type at this time. To see a complete list of supported operating systems see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. SCAN_ELIGIBILITY_EXPIRED - The configured scan duration has lapsed for this image. RESOURCE_TERMINATED - This resource has been terminated. The findings and coverage associated with this resource are in the process of being cleaned up. SUCCESSFUL - The scan was successful. NO_RESOURCES_FOUND - Reserved for future use. IMAGE_SIZE_EXCEEDED - Reserved for future use. SCAN_FREQUENCY_MANUAL - This image will not be covered by Amazon Inspector due to the repository scan frequency configuration. SCAN_FREQUENCY_SCAN_ON_PUSH - This image will be scanned one time and will not new findings because of the scan frequency configuration. EC2_INSTANCE_STOPPED - This EC2 instance is in a stopped state, therefore, Amazon Inspector will pause scanning. The existing findings will continue to exist until the instance is terminated. Once the instance is re-started, Inspector will automatically start scanning the instance again. Please note that you will not be charged for this instance while it’s in a stopped state. PENDING_DISABLE - This resource is pending cleanup during disablement. The customer will not be billed while a resource is in the pending disable status. NO INVENTORY - Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of InspectorInventoryCollection-do-not-delete association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console. STALE_INVENTORY - Amazon Inspector wasn’t able to collect an updated software application inventory in the last 7 days. Please confirm the required Amazon Inspector associations still exist and you can still see an updated inventory in the SSM console. EXCLUDED_BY_TAG - This resource was not scanned because it has been excluded by a tag. UNSUPPORTED_RUNTIME - The function was not scanned because it has an unsupported runtime. To see a complete list of supported runtimes see: https://docs.aws.amazon.com/inspector/latest/user/supported.html. UNSUPPORTED_MEDIA_TYPE - The ECR image has an unsupported media type. UNSUPPORTED_CONFIG_FILE - Reserved for future use. DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED - The instance has exceeded the 5000 package limit for Amazon Inspector Deep inspection. To resume Deep inspection for this instance you can try to adjust the custom paths associated with the account. DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED - The SSM agent couldn't send inventory to Amazon Inspector because the SSM quota for Inventory data collected per instance per day has already been reached for this instance. DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED - Amazon Inspector failed to extract the package inventory because the package collection time exceeding the maximum threshold of 15 minutes. DEEP_INSPECTION_NO_INVENTORY The Amazon Inspector plugin hasn't yet been able to collect an inventory of packages for this instance. This is usually the result of a pending scan, however, if this status persists after 6 hours, use SSM to ensure that the required Amazon Inspector associations exist and are running for the instance.
|
3210
3210
|
*/
|
3211
3211
|
reason: ScanStatusReason;
|
3212
3212
|
/**
|
@@ -3610,7 +3610,7 @@ declare namespace Inspector2 {
|
|
3610
3610
|
*/
|
3611
3611
|
relatedVulnerabilities?: RelatedVulnerabilities;
|
3612
3612
|
/**
|
3613
|
-
* The source of the vulnerability information.
|
3613
|
+
* The source of the vulnerability information. Possible results are RHEL, AMAZON_CVE, DEBIAN or NVD.
|
3614
3614
|
*/
|
3615
3615
|
source?: VulnerabilitySource;
|
3616
3616
|
/**
|
package/clients/ivsrealtime.d.ts
CHANGED
@@ -421,10 +421,30 @@ declare namespace IVSRealTime {
|
|
421
421
|
* Application-provided attributes to encode into the token and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
|
422
422
|
*/
|
423
423
|
attributes?: ParticipantAttributes;
|
424
|
+
/**
|
425
|
+
* The participant’s browser.
|
426
|
+
*/
|
427
|
+
browserName?: ParticipantClientAttribute;
|
428
|
+
/**
|
429
|
+
* The participant’s browser version.
|
430
|
+
*/
|
431
|
+
browserVersion?: ParticipantClientAttribute;
|
424
432
|
/**
|
425
433
|
* ISO 8601 timestamp (returned as a string) when the participant first joined the stage session.
|
426
434
|
*/
|
427
435
|
firstJoinTime?: Time;
|
436
|
+
/**
|
437
|
+
* The participant’s Internet Service Provider.
|
438
|
+
*/
|
439
|
+
ispName?: ParticipantClientAttribute;
|
440
|
+
/**
|
441
|
+
* The participant’s operating system.
|
442
|
+
*/
|
443
|
+
osName?: ParticipantClientAttribute;
|
444
|
+
/**
|
445
|
+
* The participant’s operating system version.
|
446
|
+
*/
|
447
|
+
osVersion?: ParticipantClientAttribute;
|
428
448
|
/**
|
429
449
|
* Unique identifier for this participant, assigned by IVS.
|
430
450
|
*/
|
@@ -433,6 +453,10 @@ declare namespace IVSRealTime {
|
|
433
453
|
* Whether the participant ever published to the stage session.
|
434
454
|
*/
|
435
455
|
published?: Published;
|
456
|
+
/**
|
457
|
+
* The participant’s SDK version.
|
458
|
+
*/
|
459
|
+
sdkVersion?: ParticipantClientAttribute;
|
436
460
|
/**
|
437
461
|
* Whether the participant is connected to or disconnected from the stage.
|
438
462
|
*/
|
@@ -443,6 +467,7 @@ declare namespace IVSRealTime {
|
|
443
467
|
userId?: UserId;
|
444
468
|
}
|
445
469
|
export type ParticipantAttributes = {[key: string]: String};
|
470
|
+
export type ParticipantClientAttribute = string;
|
446
471
|
export type ParticipantId = string;
|
447
472
|
export type ParticipantList = ParticipantSummary[];
|
448
473
|
export type ParticipantState = "CONNECTED"|"DISCONNECTED"|string;
|
package/clients/lambda.d.ts
CHANGED
@@ -2586,6 +2586,7 @@ declare namespace Lambda {
|
|
2586
2586
|
export type NamespacedFunctionName = string;
|
2587
2587
|
export type NamespacedStatementId = string;
|
2588
2588
|
export type NonNegativeInteger = number;
|
2589
|
+
export type NullableBoolean = boolean;
|
2589
2590
|
export interface OnFailure {
|
2590
2591
|
/**
|
2591
2592
|
* The Amazon Resource Name (ARN) of the destination resource.
|
@@ -3334,6 +3335,10 @@ declare namespace Lambda {
|
|
3334
3335
|
* A list of VPC security group IDs.
|
3335
3336
|
*/
|
3336
3337
|
SecurityGroupIds?: SecurityGroupIds;
|
3338
|
+
/**
|
3339
|
+
* Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
|
3340
|
+
*/
|
3341
|
+
Ipv6AllowedForDualStack?: NullableBoolean;
|
3337
3342
|
}
|
3338
3343
|
export interface VpcConfigResponse {
|
3339
3344
|
/**
|
@@ -3348,6 +3353,10 @@ declare namespace Lambda {
|
|
3348
3353
|
* The ID of the VPC.
|
3349
3354
|
*/
|
3350
3355
|
VpcId?: VpcId;
|
3356
|
+
/**
|
3357
|
+
* Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
|
3358
|
+
*/
|
3359
|
+
Ipv6AllowedForDualStack?: NullableBoolean;
|
3351
3360
|
}
|
3352
3361
|
export type VpcId = string;
|
3353
3362
|
export type Weight = number;
|
@@ -20,11 +20,11 @@ declare class MarketplaceCatalog extends Service {
|
|
20
20
|
*/
|
21
21
|
cancelChangeSet(callback?: (err: AWSError, data: MarketplaceCatalog.Types.CancelChangeSetResponse) => void): Request<MarketplaceCatalog.Types.CancelChangeSetResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Deletes a resource-based policy on an
|
23
|
+
* Deletes a resource-based policy on an entity that is identified by its resource ARN.
|
24
24
|
*/
|
25
25
|
deleteResourcePolicy(params: MarketplaceCatalog.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: MarketplaceCatalog.Types.DeleteResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.DeleteResourcePolicyResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Deletes a resource-based policy on an
|
27
|
+
* Deletes a resource-based policy on an entity that is identified by its resource ARN.
|
28
28
|
*/
|
29
29
|
deleteResourcePolicy(callback?: (err: AWSError, data: MarketplaceCatalog.Types.DeleteResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.DeleteResourcePolicyResponse, AWSError>;
|
30
30
|
/**
|
@@ -44,11 +44,11 @@ declare class MarketplaceCatalog extends Service {
|
|
44
44
|
*/
|
45
45
|
describeEntity(callback?: (err: AWSError, data: MarketplaceCatalog.Types.DescribeEntityResponse) => void): Request<MarketplaceCatalog.Types.DescribeEntityResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Gets a resource-based policy of an
|
47
|
+
* Gets a resource-based policy of an entity that is identified by its resource ARN.
|
48
48
|
*/
|
49
49
|
getResourcePolicy(params: MarketplaceCatalog.Types.GetResourcePolicyRequest, callback?: (err: AWSError, data: MarketplaceCatalog.Types.GetResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.GetResourcePolicyResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Gets a resource-based policy of an
|
51
|
+
* Gets a resource-based policy of an entity that is identified by its resource ARN.
|
52
52
|
*/
|
53
53
|
getResourcePolicy(callback?: (err: AWSError, data: MarketplaceCatalog.Types.GetResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.GetResourcePolicyResponse, AWSError>;
|
54
54
|
/**
|
@@ -76,19 +76,19 @@ declare class MarketplaceCatalog extends Service {
|
|
76
76
|
*/
|
77
77
|
listTagsForResource(callback?: (err: AWSError, data: MarketplaceCatalog.Types.ListTagsForResourceResponse) => void): Request<MarketplaceCatalog.Types.ListTagsForResourceResponse, AWSError>;
|
78
78
|
/**
|
79
|
-
* Attaches a resource-based policy to an
|
79
|
+
* Attaches a resource-based policy to an entity. Examples of an entity include: AmiProduct and ContainerProduct.
|
80
80
|
*/
|
81
81
|
putResourcePolicy(params: MarketplaceCatalog.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: MarketplaceCatalog.Types.PutResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.PutResourcePolicyResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Attaches a resource-based policy to an
|
83
|
+
* Attaches a resource-based policy to an entity. Examples of an entity include: AmiProduct and ContainerProduct.
|
84
84
|
*/
|
85
85
|
putResourcePolicy(callback?: (err: AWSError, data: MarketplaceCatalog.Types.PutResourcePolicyResponse) => void): Request<MarketplaceCatalog.Types.PutResourcePolicyResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Allows you to request changes for your entities. Within a single ChangeSet, you can't start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException error. For example, you can't start the ChangeSet described in the example later in this topic because it contains two changes to run the same change type (AddRevisions) against the same entity (entity-id@1). For more information about working with change sets, see Working with change sets. For information
|
87
|
+
* Allows you to request changes for your entities. Within a single ChangeSet, you can't start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException error. For example, you can't start the ChangeSet described in the example later in this topic because it contains two changes to run the same change type (AddRevisions) against the same entity (entity-id@1). For more information about working with change sets, see Working with change sets. For information about change types for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.
|
88
88
|
*/
|
89
89
|
startChangeSet(params: MarketplaceCatalog.Types.StartChangeSetRequest, callback?: (err: AWSError, data: MarketplaceCatalog.Types.StartChangeSetResponse) => void): Request<MarketplaceCatalog.Types.StartChangeSetResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Allows you to request changes for your entities. Within a single ChangeSet, you can't start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException error. For example, you can't start the ChangeSet described in the example later in this topic because it contains two changes to run the same change type (AddRevisions) against the same entity (entity-id@1). For more information about working with change sets, see Working with change sets. For information
|
91
|
+
* Allows you to request changes for your entities. Within a single ChangeSet, you can't start the same change type against the same entity multiple times. Additionally, when a ChangeSet is running, all the entities targeted by the different changes are locked until the change set has completed (either succeeded, cancelled, or failed). If you try to start a change set containing a change against an entity that is already locked, you will receive a ResourceInUseException error. For example, you can't start the ChangeSet described in the example later in this topic because it contains two changes to run the same change type (AddRevisions) against the same entity (entity-id@1). For more information about working with change sets, see Working with change sets. For information about change types for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.
|
92
92
|
*/
|
93
93
|
startChangeSet(callback?: (err: AWSError, data: MarketplaceCatalog.Types.StartChangeSetResponse) => void): Request<MarketplaceCatalog.Types.StartChangeSetResponse, AWSError>;
|
94
94
|
/**
|
@@ -133,7 +133,7 @@ declare namespace MarketplaceCatalog {
|
|
133
133
|
export type Catalog = string;
|
134
134
|
export interface Change {
|
135
135
|
/**
|
136
|
-
* Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change's scope. For more information on change types available for single-AMI products, see Working with single-AMI products. Also, for more information
|
136
|
+
* Change types are single string values that describe your intention for the change. Each change type is unique for each EntityType provided in the change's scope. For more information on change types available for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.
|
137
137
|
*/
|
138
138
|
ChangeType: ChangeType;
|
139
139
|
/**
|
@@ -145,9 +145,13 @@ declare namespace MarketplaceCatalog {
|
|
145
145
|
*/
|
146
146
|
EntityTags?: TagList;
|
147
147
|
/**
|
148
|
-
* This object contains details specific to the change type of the requested change. For more information
|
148
|
+
* This object contains details specific to the change type of the requested change. For more information about change types available for single-AMI products, see Working with single-AMI products. Also, for more information about change types available for container-based products, see Working with container products.
|
149
149
|
*/
|
150
|
-
Details
|
150
|
+
Details?: Json;
|
151
|
+
/**
|
152
|
+
* Alternative field that accepts a JSON value instead of a string for ChangeType details. You can use either Details or DetailsDocument, but not both.
|
153
|
+
*/
|
154
|
+
DetailsDocument?: JsonDocumentType;
|
151
155
|
/**
|
152
156
|
* Optional name for the change.
|
153
157
|
*/
|
@@ -205,6 +209,10 @@ declare namespace MarketplaceCatalog {
|
|
205
209
|
* This object contains details specific to the change type of the requested change.
|
206
210
|
*/
|
207
211
|
Details?: Json;
|
212
|
+
/**
|
213
|
+
* The JSON value of the details specific to the change type of the requested change.
|
214
|
+
*/
|
215
|
+
DetailsDocument?: JsonDocumentType;
|
208
216
|
/**
|
209
217
|
* An array of ErrorDetail objects associated with the change.
|
210
218
|
*/
|
@@ -219,7 +227,7 @@ declare namespace MarketplaceCatalog {
|
|
219
227
|
export type DateTimeISO8601 = string;
|
220
228
|
export interface DeleteResourcePolicyRequest {
|
221
229
|
/**
|
222
|
-
* The Amazon Resource Name (ARN) of the
|
230
|
+
* The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
|
223
231
|
*/
|
224
232
|
ResourceArn: ResourceARN;
|
225
233
|
}
|
@@ -304,6 +312,10 @@ declare namespace MarketplaceCatalog {
|
|
304
312
|
* This stringified JSON object includes the details of the entity.
|
305
313
|
*/
|
306
314
|
Details?: Json;
|
315
|
+
/**
|
316
|
+
* The JSON value of the details specific to the entity.
|
317
|
+
*/
|
318
|
+
DetailsDocument?: JsonDocumentType;
|
307
319
|
}
|
308
320
|
export interface Entity {
|
309
321
|
/**
|
@@ -373,7 +385,7 @@ declare namespace MarketplaceCatalog {
|
|
373
385
|
export type FilterValueContent = string;
|
374
386
|
export interface GetResourcePolicyRequest {
|
375
387
|
/**
|
376
|
-
* The Amazon Resource Name (ARN) of the
|
388
|
+
* The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
|
377
389
|
*/
|
378
390
|
ResourceArn: ResourceARN;
|
379
391
|
}
|
@@ -385,6 +397,8 @@ declare namespace MarketplaceCatalog {
|
|
385
397
|
}
|
386
398
|
export type Identifier = string;
|
387
399
|
export type Json = string;
|
400
|
+
export interface JsonDocumentType {
|
401
|
+
}
|
388
402
|
export type ListChangeSetsMaxResultInteger = number;
|
389
403
|
export interface ListChangeSetsRequest {
|
390
404
|
/**
|
@@ -444,6 +458,9 @@ declare namespace MarketplaceCatalog {
|
|
444
458
|
* Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.
|
445
459
|
*/
|
446
460
|
MaxResults?: ListEntitiesMaxResultInteger;
|
461
|
+
/**
|
462
|
+
* Filters the returned set of entities based on their owner. The default is SELF. To list entities shared with you through AWS Resource Access Manager (AWS RAM), set to SHARED. Entities shared through the AWS Marketplace Catalog API PutResourcePolicy operation can't be discovered through the SHARED parameter.
|
463
|
+
*/
|
447
464
|
OwnershipType?: OwnershipType;
|
448
465
|
}
|
449
466
|
export interface ListEntitiesResponse {
|
@@ -476,7 +493,7 @@ declare namespace MarketplaceCatalog {
|
|
476
493
|
export type OwnershipType = "SELF"|"SHARED"|string;
|
477
494
|
export interface PutResourcePolicyRequest {
|
478
495
|
/**
|
479
|
-
* The Amazon Resource Name (ARN) of the
|
496
|
+
* The Amazon Resource Name (ARN) of the entity resource you want to associate with a resource policy.
|
480
497
|
*/
|
481
498
|
ResourceArn: ResourceARN;
|
482
499
|
/**
|
@@ -493,7 +510,7 @@ declare namespace MarketplaceCatalog {
|
|
493
510
|
export type ResourcePolicyJson = string;
|
494
511
|
export interface Sort {
|
495
512
|
/**
|
496
|
-
* For ListEntities, supported attributes include LastModifiedDate (default)
|
513
|
+
* For ListEntities, supported attributes include LastModifiedDate (default) and EntityId. In addition to LastModifiedDate and EntityId, each EntityType might support additional fields. For ListChangeSets, supported attributes include StartTime and EndTime.
|
497
514
|
*/
|
498
515
|
SortBy?: SortBy;
|
499
516
|
/**
|
package/clients/pricing.d.ts
CHANGED
@@ -28,11 +28,11 @@ declare class Pricing extends Service {
|
|
28
28
|
*/
|
29
29
|
getAttributeValues(callback?: (err: AWSError, data: Pricing.Types.GetAttributeValuesResponse) => void): Request<Pricing.Types.GetAttributeValuesResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the
|
31
|
+
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
|
32
32
|
*/
|
33
33
|
getPriceListFileUrl(params: Pricing.Types.GetPriceListFileUrlRequest, callback?: (err: AWSError, data: Pricing.Types.GetPriceListFileUrlResponse) => void): Request<Pricing.Types.GetPriceListFileUrlResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the
|
35
|
+
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
|
36
36
|
*/
|
37
37
|
getPriceListFileUrl(callback?: (err: AWSError, data: Pricing.Types.GetPriceListFileUrlResponse) => void): Request<Pricing.Types.GetPriceListFileUrlResponse, AWSError>;
|
38
38
|
/**
|
@@ -44,11 +44,11 @@ declare class Pricing extends Service {
|
|
44
44
|
*/
|
45
45
|
getProducts(callback?: (err: AWSError, data: Pricing.Types.GetProductsResponse) => void): Request<Pricing.Types.GetProductsResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the
|
47
|
+
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
|
48
48
|
*/
|
49
49
|
listPriceLists(params: Pricing.Types.ListPriceListsRequest, callback?: (err: AWSError, data: Pricing.Types.ListPriceListsResponse) => void): Request<Pricing.Types.ListPriceListsResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the
|
51
|
+
* This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
|
52
52
|
*/
|
53
53
|
listPriceLists(callback?: (err: AWSError, data: Pricing.Types.ListPriceListsResponse) => void): Request<Pricing.Types.ListPriceListsResponse, AWSError>;
|
54
54
|
}
|
@@ -144,11 +144,11 @@ declare namespace Pricing {
|
|
144
144
|
}
|
145
145
|
export interface GetPriceListFileUrlRequest {
|
146
146
|
/**
|
147
|
-
* The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the
|
147
|
+
* The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceLists response.
|
148
148
|
*/
|
149
149
|
PriceListArn: PriceListArn;
|
150
150
|
/**
|
151
|
-
* The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the
|
151
|
+
* The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the ListPriceLists response.
|
152
152
|
*/
|
153
153
|
FileFormat: FileFormat;
|
154
154
|
}
|
@@ -196,7 +196,7 @@ declare namespace Pricing {
|
|
196
196
|
}
|
197
197
|
export interface ListPriceListsRequest {
|
198
198
|
/**
|
199
|
-
* The service code or the Savings Plan service code for the attributes that you want to retrieve. For example, to get the list of applicable Amazon EC2 price lists, use AmazonEC2. For a full list of service codes containing On-Demand and Reserved Instance (RI) pricing, use the
|
199
|
+
* The service code or the Savings Plan service code for the attributes that you want to retrieve. For example, to get the list of applicable Amazon EC2 price lists, use AmazonEC2. For a full list of service codes containing On-Demand and Reserved Instance (RI) pricing, use the DescribeServices API. To retrieve the Reserved Instance and Compute Savings Plan price lists, use ComputeSavingsPlans. To retrieve Machine Learning Savings Plans price lists, use MachineLearningSavingsPlans.
|
200
200
|
*/
|
201
201
|
ServiceCode: ServiceCode;
|
202
202
|
/**
|
@@ -204,7 +204,7 @@ declare namespace Pricing {
|
|
204
204
|
*/
|
205
205
|
EffectiveDate: EffectiveDate;
|
206
206
|
/**
|
207
|
-
* This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from
|
207
|
+
* This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues API.
|
208
208
|
*/
|
209
209
|
RegionCode?: RegionCode;
|
210
210
|
/**
|