aws-sdk 2.1472.0 → 2.1474.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. 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
- * The provider for the remote repository.
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
- * The provider for the remote repository.
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
  /**
@@ -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 to return in the response.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 to return in the response.
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 NextToken value returned from the previous request to continue listing results after the first page.
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 reason for the scan.
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
  /**
@@ -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;
@@ -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;
@@ -12,13 +12,21 @@ declare class ManagedBlockchainQuery extends Service {
12
12
  constructor(options?: ManagedBlockchainQuery.Types.ClientConfiguration)
13
13
  config: Config & ManagedBlockchainQuery.Types.ClientConfiguration;
14
14
  /**
15
- * Gets the token balance for a batch of tokens by using the GetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
15
+ * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
16
16
  */
17
17
  batchGetTokenBalance(params: ManagedBlockchainQuery.Types.BatchGetTokenBalanceInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput, AWSError>;
18
18
  /**
19
- * Gets the token balance for a batch of tokens by using the GetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
19
+ * Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
20
20
  */
21
21
  batchGetTokenBalance(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput) => void): Request<ManagedBlockchainQuery.Types.BatchGetTokenBalanceOutput, AWSError>;
22
+ /**
23
+ * Gets the information about a specific contract deployed on the blockchain. The Bitcoin blockchain networks do not support this operation. Metadata is currently only available for some ERC-20 contracts. Metadata will be available for additional contracts in the future.
24
+ */
25
+ getAssetContract(params: ManagedBlockchainQuery.Types.GetAssetContractInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetAssetContractOutput) => void): Request<ManagedBlockchainQuery.Types.GetAssetContractOutput, AWSError>;
26
+ /**
27
+ * Gets the information about a specific contract deployed on the blockchain. The Bitcoin blockchain networks do not support this operation. Metadata is currently only available for some ERC-20 contracts. Metadata will be available for additional contracts in the future.
28
+ */
29
+ getAssetContract(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetAssetContractOutput) => void): Request<ManagedBlockchainQuery.Types.GetAssetContractOutput, AWSError>;
22
30
  /**
23
31
  * Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain. Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
24
32
  */
@@ -36,11 +44,19 @@ declare class ManagedBlockchainQuery extends Service {
36
44
  */
37
45
  getTransaction(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.GetTransactionOutput) => void): Request<ManagedBlockchainQuery.Types.GetTransactionOutput, AWSError>;
38
46
  /**
39
- * This action returns the following for a given a blockchain network: Lists all token balances owned by an address (either a contact address or a wallet address). Lists all token balances for all tokens created by a contract. Lists all token balances for a given token. You must always specify the network property of the tokenFilter when using this operation.
47
+ * Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address). The Bitcoin blockchain networks do not support this operation.
48
+ */
49
+ listAssetContracts(params: ManagedBlockchainQuery.Types.ListAssetContractsInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListAssetContractsOutput) => void): Request<ManagedBlockchainQuery.Types.ListAssetContractsOutput, AWSError>;
50
+ /**
51
+ * Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address). The Bitcoin blockchain networks do not support this operation.
52
+ */
53
+ listAssetContracts(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListAssetContractsOutput) => void): Request<ManagedBlockchainQuery.Types.ListAssetContractsOutput, AWSError>;
54
+ /**
55
+ * This action returns the following for a given blockchain network: Lists all token balances owned by an address (either a contract address or a wallet address). Lists all token balances for all tokens created by a contract. Lists all token balances for a given token. You must always specify the network property of the tokenFilter when using this operation.
40
56
  */
41
57
  listTokenBalances(params: ManagedBlockchainQuery.Types.ListTokenBalancesInput, callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTokenBalancesOutput) => void): Request<ManagedBlockchainQuery.Types.ListTokenBalancesOutput, AWSError>;
42
58
  /**
43
- * This action returns the following for a given a blockchain network: Lists all token balances owned by an address (either a contact address or a wallet address). Lists all token balances for all tokens created by a contract. Lists all token balances for a given token. You must always specify the network property of the tokenFilter when using this operation.
59
+ * This action returns the following for a given blockchain network: Lists all token balances owned by an address (either a contract address or a wallet address). Lists all token balances for all tokens created by a contract. Lists all token balances for a given token. You must always specify the network property of the tokenFilter when using this operation.
44
60
  */
45
61
  listTokenBalances(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTokenBalancesOutput) => void): Request<ManagedBlockchainQuery.Types.ListTokenBalancesOutput, AWSError>;
46
62
  /**
@@ -61,6 +77,21 @@ declare class ManagedBlockchainQuery extends Service {
61
77
  listTransactions(callback?: (err: AWSError, data: ManagedBlockchainQuery.Types.ListTransactionsOutput) => void): Request<ManagedBlockchainQuery.Types.ListTransactionsOutput, AWSError>;
62
78
  }
63
79
  declare namespace ManagedBlockchainQuery {
80
+ export interface AssetContract {
81
+ /**
82
+ * The container for the contract identifier containing its blockchain network and address.
83
+ */
84
+ contractIdentifier: ContractIdentifier;
85
+ /**
86
+ * The token standard of the contract.
87
+ */
88
+ tokenStandard: QueryTokenStandard;
89
+ /**
90
+ * The address of the contract deployer.
91
+ */
92
+ deployerAddress: ChainAddress;
93
+ }
94
+ export type AssetContractList = AssetContract[];
64
95
  export interface BatchGetTokenBalanceErrorItem {
65
96
  tokenIdentifier?: TokenIdentifier;
66
97
  ownerIdentifier?: OwnerIdentifier;
@@ -81,7 +112,7 @@ declare namespace ManagedBlockchainQuery {
81
112
  export type BatchGetTokenBalanceErrors = BatchGetTokenBalanceErrorItem[];
82
113
  export interface BatchGetTokenBalanceInput {
83
114
  /**
84
- * An array of GetTokenBalanceInput objects whose balance is being requested.
115
+ * An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
85
116
  */
86
117
  getTokenBalanceInputs?: GetTokenBalanceInputList;
87
118
  }
@@ -119,7 +150,66 @@ declare namespace ManagedBlockchainQuery {
119
150
  time?: Timestamp;
120
151
  }
121
152
  export type ChainAddress = string;
153
+ export interface ContractFilter {
154
+ /**
155
+ * The blockchain network of the contract.
156
+ */
157
+ network: QueryNetwork;
158
+ /**
159
+ * The container for the token standard.
160
+ */
161
+ tokenStandard: QueryTokenStandard;
162
+ /**
163
+ * The network address of the deployer.
164
+ */
165
+ deployerAddress: ChainAddress;
166
+ }
167
+ export interface ContractIdentifier {
168
+ /**
169
+ * The blockchain network of the contract.
170
+ */
171
+ network: QueryNetwork;
172
+ /**
173
+ * Container for the blockchain address about a contract.
174
+ */
175
+ contractAddress: ChainAddress;
176
+ }
177
+ export interface ContractMetadata {
178
+ /**
179
+ * The name of the token contract.
180
+ */
181
+ name?: String;
182
+ /**
183
+ * The symbol of the token contract.
184
+ */
185
+ symbol?: String;
186
+ /**
187
+ * The decimals used by the token contract.
188
+ */
189
+ decimals?: Integer;
190
+ }
122
191
  export type ErrorType = "VALIDATION_EXCEPTION"|"RESOURCE_NOT_FOUND_EXCEPTION"|string;
192
+ export interface GetAssetContractInput {
193
+ /**
194
+ * Contains the blockchain address and network information about the contract.
195
+ */
196
+ contractIdentifier: ContractIdentifier;
197
+ }
198
+ export interface GetAssetContractOutput {
199
+ /**
200
+ * Contains the blockchain address and network information about the contract.
201
+ */
202
+ contractIdentifier: ContractIdentifier;
203
+ /**
204
+ * The token standard of the contract requested.
205
+ */
206
+ tokenStandard: QueryTokenStandard;
207
+ /**
208
+ * The address of the deployer of contract.
209
+ */
210
+ deployerAddress: ChainAddress;
211
+ metadata?: ContractMetadata;
212
+ }
123
213
  export interface GetTokenBalanceInput {
124
214
  /**
125
215
  * The container for the identifier for the token, including the unique token ID and its blockchain network.
@@ -162,6 +252,31 @@ declare namespace ManagedBlockchainQuery {
162
252
  transaction: Transaction;
163
253
  }
164
254
  export type Integer = number;
255
+ export interface ListAssetContractsInput {
256
+ /**
257
+ * Contains the filter parameter for the request.
258
+ */
259
+ contractFilter: ContractFilter;
260
+ /**
261
+ * The pagination token that indicates the next set of results to retrieve.
262
+ */
263
+ nextToken?: NextToken;
264
+ /**
265
+ * The maximum number of contracts to list.
266
+ */
267
+ maxResults?: ListAssetContractsInputMaxResultsInteger;
268
+ }
269
+ export type ListAssetContractsInputMaxResultsInteger = number;
270
+ export interface ListAssetContractsOutput {
271
+ /**
272
+ * An array of contract objects that contain the properties for each contract.
273
+ */
274
+ contracts: AssetContractList;
275
+ /**
276
+ * The pagination token that indicates the next set of results to retrieve.
277
+ */
278
+ nextToken?: NextToken;
279
+ }
165
280
  export interface ListTokenBalancesInput {
166
281
  /**
167
282
  * The contract or wallet address on the blockchain network by which to filter the request. You must specify the address property of the ownerFilter when listing balances of tokens owned by the address.
@@ -280,8 +395,9 @@ declare namespace ManagedBlockchainQuery {
280
395
  */
281
396
  address: ChainAddress;
282
397
  }
283
- export type QueryNetwork = "ETHEREUM_MAINNET"|"BITCOIN_MAINNET"|string;
398
+ export type QueryNetwork = "ETHEREUM_MAINNET"|"BITCOIN_MAINNET"|"BITCOIN_TESTNET"|string;
284
399
  export type QueryTokenId = string;
400
+ export type QueryTokenStandard = "ERC20"|"ERC721"|"ERC1155"|string;
285
401
  export type QueryTransactionEventType = "ERC20_TRANSFER"|"ERC20_MINT"|"ERC20_BURN"|"ERC20_DEPOSIT"|"ERC20_WITHDRAWAL"|"ERC721_TRANSFER"|"ERC1155_TRANSFER"|"BITCOIN_VIN"|"BITCOIN_VOUT"|"INTERNAL_ETH_TRANSFER"|"ETH_TRANSFER"|string;
286
402
  export type QueryTransactionHash = string;
287
403
  export type QueryTransactionStatus = "FINAL"|"FAILED"|string;
@@ -306,7 +422,7 @@ declare namespace ManagedBlockchainQuery {
306
422
  */
307
423
  atBlockchainInstant: BlockchainInstant;
308
424
  /**
309
- * The timestamp of the last transaction at which the balance for the token in the wallet was updated.
425
+ * The Timestamp of the last transaction at which the balance for the token in the wallet was updated.
310
426
  */
311
427
  lastUpdatedTime?: BlockchainInstant;
312
428
  }
@@ -335,13 +451,13 @@ declare namespace ManagedBlockchainQuery {
335
451
  */
336
452
  contractAddress?: ChainAddress;
337
453
  /**
338
- * The unique identifier of the token.
454
+ * The unique identifier of the token. You must specify this container with btc for the native BTC token, and eth for the native ETH token. For all other token types you must specify the tokenId in the 64 character hexadecimal tokenid format.
339
455
  */
340
456
  tokenId?: QueryTokenId;
341
457
  }
342
458
  export interface Transaction {
343
459
  /**
344
- * The blockchain network where the transaction occured.
460
+ * The blockchain network where the transaction occurred.
345
461
  */
346
462
  network: QueryNetwork;
347
463
  /**
@@ -227,7 +227,7 @@ declare namespace MediaPackageV2 {
227
227
  /**
228
228
  * Any descriptive information that you want to add to the channel group for future identification purposes.
229
229
  */
230
- Description?: String;
230
+ Description?: ResourceDescription;
231
231
  }
232
232
  export type ChannelGroupsList = ChannelGroupListConfiguration[];
233
233
  export type ChannelList = ChannelListConfiguration[];
@@ -255,7 +255,7 @@ declare namespace MediaPackageV2 {
255
255
  /**
256
256
  * Any descriptive information that you want to add to the channel for future identification purposes.
257
257
  */
258
- Description?: String;
258
+ Description?: ResourceDescription;
259
259
  }
260
260
  export type CmafEncryptionMethod = "CENC"|"CBCS"|string;
261
261
  export type ContainerType = "TS"|"CMAF"|string;
@@ -301,7 +301,7 @@ declare namespace MediaPackageV2 {
301
301
  /**
302
302
  * The description for your channel group.
303
303
  */
304
- Description?: String;
304
+ Description?: ResourceDescription;
305
305
  /**
306
306
  * The comma-separated list of tag key:value pairs assigned to the channel group.
307
307
  */
@@ -353,7 +353,7 @@ declare namespace MediaPackageV2 {
353
353
  /**
354
354
  * The description for your channel.
355
355
  */
356
- Description?: String;
356
+ Description?: ResourceDescription;
357
357
  IngestEndpoints?: IngestEndpointList;
358
358
  /**
359
359
  * The comma-separated list of tag key:value pairs assigned to the channel.
@@ -640,7 +640,7 @@ declare namespace MediaPackageV2 {
640
640
  /**
641
641
  * The description for your channel group.
642
642
  */
643
- Description?: String;
643
+ Description?: ResourceDescription;
644
644
  /**
645
645
  * The comma-separated list of tag key:value pairs assigned to the channel group.
646
646
  */
@@ -668,7 +668,7 @@ declare namespace MediaPackageV2 {
668
668
  /**
669
669
  * The policy assigned to the channel.
670
670
  */
671
- Policy: String;
671
+ Policy: PolicyText;
672
672
  }
673
673
  export interface GetChannelRequest {
674
674
  /**
@@ -704,7 +704,7 @@ declare namespace MediaPackageV2 {
704
704
  /**
705
705
  * The description for your channel.
706
706
  */
707
- Description?: String;
707
+ Description?: ResourceDescription;
708
708
  IngestEndpoints?: IngestEndpointList;
709
709
  /**
710
710
  * The comma-separated list of tag key:value pairs assigned to the channel.
@@ -777,19 +777,19 @@ declare namespace MediaPackageV2 {
777
777
  /**
778
778
  * The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
779
779
  */
780
- ChannelGroupName: String;
780
+ ChannelGroupName: ResourceName;
781
781
  /**
782
782
  * The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
783
783
  */
784
- ChannelName: String;
784
+ ChannelName: ResourceName;
785
785
  /**
786
786
  * The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
787
787
  */
788
- OriginEndpointName: String;
788
+ OriginEndpointName: ResourceName;
789
789
  /**
790
790
  * The policy assigned to the origin endpoint.
791
791
  */
792
- Policy: String;
792
+ Policy: PolicyText;
793
793
  }
794
794
  export interface GetOriginEndpointRequest {
795
795
  /**
@@ -1200,7 +1200,7 @@ declare namespace MediaPackageV2 {
1200
1200
  /**
1201
1201
  * The description for your channel group.
1202
1202
  */
1203
- Description?: String;
1203
+ Description?: ResourceDescription;
1204
1204
  /**
1205
1205
  * The comma-separated list of tag key:value pairs assigned to the channel group.
1206
1206
  */
@@ -1244,7 +1244,7 @@ declare namespace MediaPackageV2 {
1244
1244
  /**
1245
1245
  * The description for your channel.
1246
1246
  */
1247
- Description?: String;
1247
+ Description?: ResourceDescription;
1248
1248
  IngestEndpoints?: IngestEndpointList;
1249
1249
  /**
1250
1250
  * The comma-separated list of tag key:value pairs assigned to the channel.