aws-sdk 2.829.0 → 2.833.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 (56) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/customer-profiles-2020-08-15.min.json +4 -2
  4. package/apis/databrew-2017-07-25.min.json +79 -62
  5. package/apis/ec2-2016-11-15.min.json +197 -190
  6. package/apis/elasticache-2015-02-02.min.json +1 -0
  7. package/apis/es-2015-01-01.min.json +6 -0
  8. package/apis/kafka-2018-11-14.min.json +41 -0
  9. package/apis/managedblockchain-2018-09-24.min.json +159 -36
  10. package/apis/metadata.json +8 -0
  11. package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
  12. package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
  13. package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
  14. package/apis/monitoring-2010-08-01.min.json +15 -9
  15. package/apis/redshift-2012-12-01.min.json +1 -1
  16. package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
  17. package/apis/robomaker-2018-06-29.min.json +198 -170
  18. package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
  19. package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
  20. package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
  21. package/apis/securityhub-2018-10-26.min.json +406 -187
  22. package/apis/sesv2-2019-09-27.min.json +40 -15
  23. package/clients/accessanalyzer.d.ts +5 -5
  24. package/clients/all.d.ts +2 -0
  25. package/clients/all.js +3 -1
  26. package/clients/backup.d.ts +27 -27
  27. package/clients/cloudwatch.d.ts +12 -1
  28. package/clients/customerprofiles.d.ts +2 -2
  29. package/clients/databrew.d.ts +170 -143
  30. package/clients/ec2.d.ts +119 -111
  31. package/clients/elasticache.d.ts +14 -10
  32. package/clients/es.d.ts +8 -0
  33. package/clients/greengrassv2.d.ts +6 -6
  34. package/clients/iot.d.ts +2 -2
  35. package/clients/kafka.d.ts +52 -0
  36. package/clients/lexmodelsv2.d.ts +3350 -0
  37. package/clients/lexmodelsv2.js +18 -0
  38. package/clients/lexruntimev2.d.ts +542 -0
  39. package/clients/lexruntimev2.js +18 -0
  40. package/clients/lightsail.d.ts +2 -2
  41. package/clients/managedblockchain.d.ts +140 -6
  42. package/clients/rds.d.ts +14 -14
  43. package/clients/redshift.d.ts +8 -8
  44. package/clients/resourcegroupstaggingapi.d.ts +50 -45
  45. package/clients/robomaker.d.ts +35 -3
  46. package/clients/securityhub.d.ts +410 -63
  47. package/clients/sesv2.d.ts +30 -2
  48. package/clients/ssm.d.ts +2 -2
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +91 -17
  51. package/dist/aws-sdk.js +225 -203
  52. package/dist/aws-sdk.min.js +60 -60
  53. package/lib/config.d.ts +1 -1
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/package.json +1 -1
@@ -28,11 +28,11 @@ declare class ManagedBlockchain extends Service {
28
28
  */
29
29
  createNetwork(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateNetworkOutput) => void): Request<ManagedBlockchain.Types.CreateNetworkOutput, AWSError>;
30
30
  /**
31
- * Creates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.
31
+ * Creates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum. Ethereum on Managed Blockchain is in preview release and is subject to change.
32
32
  */
33
33
  createNode(params: ManagedBlockchain.Types.CreateNodeInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateNodeOutput) => void): Request<ManagedBlockchain.Types.CreateNodeOutput, AWSError>;
34
34
  /**
35
- * Creates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.
35
+ * Creates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum. Ethereum on Managed Blockchain is in preview release and is subject to change.
36
36
  */
37
37
  createNode(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateNodeOutput) => void): Request<ManagedBlockchain.Types.CreateNodeOutput, AWSError>;
38
38
  /**
@@ -139,6 +139,14 @@ declare class ManagedBlockchain extends Service {
139
139
  * Returns a list of proposals for the network. Applies only to Hyperledger Fabric.
140
140
  */
141
141
  listProposals(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListProposalsOutput) => void): Request<ManagedBlockchain.Types.ListProposalsOutput, AWSError>;
142
+ /**
143
+ * Returns a list of tags for the specified resource. Each tag consists of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
144
+ */
145
+ listTagsForResource(params: ManagedBlockchain.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ManagedBlockchain.Types.ListTagsForResourceResponse) => void): Request<ManagedBlockchain.Types.ListTagsForResourceResponse, AWSError>;
146
+ /**
147
+ * Returns a list of tags for the specified resource. Each tag consists of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
148
+ */
149
+ listTagsForResource(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListTagsForResourceResponse) => void): Request<ManagedBlockchain.Types.ListTagsForResourceResponse, AWSError>;
142
150
  /**
143
151
  * Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network. Applies only to Hyperledger Fabric.
144
152
  */
@@ -147,6 +155,22 @@ declare class ManagedBlockchain extends Service {
147
155
  * Rejects an invitation to join a network. This action can be called by a principal in an AWS account that has received an invitation to create a member and join a network. Applies only to Hyperledger Fabric.
148
156
  */
149
157
  rejectInvitation(callback?: (err: AWSError, data: ManagedBlockchain.Types.RejectInvitationOutput) => void): Request<ManagedBlockchain.Types.RejectInvitationOutput, AWSError>;
158
+ /**
159
+ * Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value. When you specify a tag key that already exists, the tag value is overwritten with the new value. Use UntagResource to remove tag keys. A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
160
+ */
161
+ tagResource(params: ManagedBlockchain.Types.TagResourceRequest, callback?: (err: AWSError, data: ManagedBlockchain.Types.TagResourceResponse) => void): Request<ManagedBlockchain.Types.TagResourceResponse, AWSError>;
162
+ /**
163
+ * Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. Each tag consists of a key and optional value. When you specify a tag key that already exists, the tag value is overwritten with the new value. Use UntagResource to remove tag keys. A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns an error. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
164
+ */
165
+ tagResource(callback?: (err: AWSError, data: ManagedBlockchain.Types.TagResourceResponse) => void): Request<ManagedBlockchain.Types.TagResourceResponse, AWSError>;
166
+ /**
167
+ * Removes the specified tags from the Amazon Managed Blockchain resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
168
+ */
169
+ untagResource(params: ManagedBlockchain.Types.UntagResourceRequest, callback?: (err: AWSError, data: ManagedBlockchain.Types.UntagResourceResponse) => void): Request<ManagedBlockchain.Types.UntagResourceResponse, AWSError>;
170
+ /**
171
+ * Removes the specified tags from the Amazon Managed Blockchain resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
172
+ */
173
+ untagResource(callback?: (err: AWSError, data: ManagedBlockchain.Types.UntagResourceResponse) => void): Request<ManagedBlockchain.Types.UntagResourceResponse, AWSError>;
150
174
  /**
151
175
  * Updates a member configuration with new parameters. Applies only to Hyperledger Fabric.
152
176
  */
@@ -187,6 +211,7 @@ declare namespace ManagedBlockchain {
187
211
  */
188
212
  ThresholdComparator?: ThresholdComparator;
189
213
  }
214
+ export type ArnString = string;
190
215
  export type AvailabilityZoneString = string;
191
216
  export type ClientRequestTokenString = string;
192
217
  export interface CreateMemberInput {
@@ -246,6 +271,10 @@ declare namespace ManagedBlockchain {
246
271
  * Configuration properties for the first member within the network.
247
272
  */
248
273
  MemberConfiguration: MemberConfiguration;
274
+ /**
275
+ * Tags to assign to the network. Each tag consists of a key and optional value. When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 added to each resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
276
+ */
277
+ Tags?: InputTagMap;
249
278
  }
250
279
  export interface CreateNetworkOutput {
251
280
  /**
@@ -274,6 +303,10 @@ declare namespace ManagedBlockchain {
274
303
  * The properties of a node configuration.
275
304
  */
276
305
  NodeConfiguration: NodeConfiguration;
306
+ /**
307
+ * Tags to assign to the node. Each tag consists of a key and optional value. When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 added to each resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
308
+ */
309
+ Tags?: InputTagMap;
277
310
  }
278
311
  export interface CreateNodeOutput {
279
312
  /**
@@ -302,6 +335,10 @@ declare namespace ManagedBlockchain {
302
335
  * A description for the proposal that is visible to voting members, for example, "Proposal to add Example Corp. as member."
303
336
  */
304
337
  Description?: DescriptionString;
338
+ /**
339
+ * Tags to assign to the proposal. Each tag consists of a key and optional value. When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 added to each resource. If the proposal is for a network invitation, the invitation inherits the tags added to the proposal. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
340
+ */
341
+ Tags?: InputTagMap;
305
342
  }
306
343
  export interface CreateProposalOutput {
307
344
  /**
@@ -406,6 +443,7 @@ declare namespace ManagedBlockchain {
406
443
  */
407
444
  Proposal?: Proposal;
408
445
  }
446
+ export type InputTagMap = {[key: string]: TagValue};
409
447
  export type InstanceTypeString = string;
410
448
  export interface Invitation {
411
449
  /**
@@ -425,6 +463,10 @@ declare namespace ManagedBlockchain {
425
463
  */
426
464
  Status?: InvitationStatus;
427
465
  NetworkSummary?: NetworkSummary;
466
+ /**
467
+ * The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
468
+ */
469
+ Arn?: ArnString;
428
470
  }
429
471
  export type InvitationList = Invitation[];
430
472
  export type InvitationStatus = "PENDING"|"ACCEPTED"|"ACCEPTING"|"REJECTED"|"EXPIRED"|string;
@@ -608,6 +650,18 @@ declare namespace ManagedBlockchain {
608
650
  */
609
651
  NextToken?: PaginationToken;
610
652
  }
653
+ export interface ListTagsForResourceRequest {
654
+ /**
655
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
656
+ */
657
+ ResourceArn: ArnString;
658
+ }
659
+ export interface ListTagsForResourceResponse {
660
+ /**
661
+ * The tags assigned to the resource.
662
+ */
663
+ Tags?: OutputTagMap;
664
+ }
611
665
  export interface LogConfiguration {
612
666
  /**
613
667
  * Indicates whether logging is enabled.
@@ -653,6 +707,14 @@ declare namespace ManagedBlockchain {
653
707
  * The date and time that the member was created.
654
708
  */
655
709
  CreationDate?: Timestamp;
710
+ /**
711
+ * Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
712
+ */
713
+ Tags?: OutputTagMap;
714
+ /**
715
+ * The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
716
+ */
717
+ Arn?: ArnString;
656
718
  }
657
719
  export interface MemberConfiguration {
658
720
  /**
@@ -671,6 +733,10 @@ declare namespace ManagedBlockchain {
671
733
  * Configuration properties for logging events associated with a member of a Managed Blockchain network.
672
734
  */
673
735
  LogPublishingConfiguration?: MemberLogPublishingConfiguration;
736
+ /**
737
+ * Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide. When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 added to each resource.
738
+ */
739
+ Tags?: InputTagMap;
674
740
  }
675
741
  export interface MemberFabricAttributes {
676
742
  /**
@@ -743,6 +809,10 @@ declare namespace ManagedBlockchain {
743
809
  * An indicator of whether the member is owned by your AWS account or a different AWS account.
744
810
  */
745
811
  IsOwned?: IsOwned;
812
+ /**
813
+ * The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
814
+ */
815
+ Arn?: ArnString;
746
816
  }
747
817
  export type MemberSummaryList = MemberSummary[];
748
818
  export type NameString = string;
@@ -787,6 +857,14 @@ declare namespace ManagedBlockchain {
787
857
  * The date and time that the network was created.
788
858
  */
789
859
  CreationDate?: Timestamp;
860
+ /**
861
+ * Tags assigned to the network. Each tag consists of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
862
+ */
863
+ Tags?: OutputTagMap;
864
+ /**
865
+ * The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
866
+ */
867
+ Arn?: ArnString;
790
868
  }
791
869
  export interface NetworkEthereumAttributes {
792
870
  /**
@@ -816,7 +894,7 @@ declare namespace ManagedBlockchain {
816
894
  */
817
895
  Fabric?: NetworkFabricAttributes;
818
896
  /**
819
- * Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
897
+ * Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network. Ethereum on Managed Blockchain is in preview release and is subject to change.
820
898
  */
821
899
  Ethereum?: NetworkEthereumAttributes;
822
900
  }
@@ -858,6 +936,10 @@ declare namespace ManagedBlockchain {
858
936
  * The date and time that the network was created.
859
937
  */
860
938
  CreationDate?: Timestamp;
939
+ /**
940
+ * The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
941
+ */
942
+ Arn?: ArnString;
861
943
  }
862
944
  export type NetworkSummaryList = NetworkSummary[];
863
945
  export interface Node {
@@ -878,7 +960,7 @@ declare namespace ManagedBlockchain {
878
960
  */
879
961
  InstanceType?: InstanceTypeString;
880
962
  /**
881
- * The Availability Zone in which the node exists.
963
+ * The Availability Zone in which the node exists. Required for Ethereum nodes. Ethereum on Managed Blockchain is in preview release and is subject to change.
882
964
  */
883
965
  AvailabilityZone?: AvailabilityZoneString;
884
966
  /**
@@ -901,6 +983,14 @@ declare namespace ManagedBlockchain {
901
983
  * The date and time that the node was created.
902
984
  */
903
985
  CreationDate?: Timestamp;
986
+ /**
987
+ * Tags assigned to the node. Each tag consists of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
988
+ */
989
+ Tags?: OutputTagMap;
990
+ /**
991
+ * The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
992
+ */
993
+ Arn?: ArnString;
904
994
  }
905
995
  export interface NodeConfiguration {
906
996
  /**
@@ -908,7 +998,7 @@ declare namespace ManagedBlockchain {
908
998
  */
909
999
  InstanceType: InstanceTypeString;
910
1000
  /**
911
- * The Availability Zone in which the node exists.
1001
+ * The Availability Zone in which the node exists. Required for Ethereum nodes. Ethereum on Managed Blockchain is in preview release and is subject to change.
912
1002
  */
913
1003
  AvailabilityZone?: AvailabilityZoneString;
914
1004
  /**
@@ -956,7 +1046,7 @@ declare namespace ManagedBlockchain {
956
1046
  */
957
1047
  Fabric?: NodeFabricAttributes;
958
1048
  /**
959
- * Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
1049
+ * Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum. Ethereum on Managed Blockchain is in preview release and is subject to change.
960
1050
  */
961
1051
  Ethereum?: NodeEthereumAttributes;
962
1052
  }
@@ -989,8 +1079,13 @@ declare namespace ManagedBlockchain {
989
1079
  * The EC2 instance type for the node.
990
1080
  */
991
1081
  InstanceType?: InstanceTypeString;
1082
+ /**
1083
+ * The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1084
+ */
1085
+ Arn?: ArnString;
992
1086
  }
993
1087
  export type NodeSummaryList = NodeSummary[];
1088
+ export type OutputTagMap = {[key: string]: TagValue};
994
1089
  export type PaginationToken = string;
995
1090
  export type PasswordString = string;
996
1091
  export type PrincipalString = string;
@@ -1043,6 +1138,14 @@ declare namespace ManagedBlockchain {
1043
1138
  * The number of votes remaining to be cast on the proposal by members. In other words, the number of members minus the sum of YES votes and NO votes.
1044
1139
  */
1045
1140
  OutstandingVoteCount?: VoteCount;
1141
+ /**
1142
+ * Tags assigned to the proposal. Each tag consists of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
1143
+ */
1144
+ Tags?: OutputTagMap;
1145
+ /**
1146
+ * The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1147
+ */
1148
+ Arn?: ArnString;
1046
1149
  }
1047
1150
  export interface ProposalActions {
1048
1151
  /**
@@ -1086,6 +1189,10 @@ declare namespace ManagedBlockchain {
1086
1189
  * The date and time that the proposal expires. This is the CreationDate plus the ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this date and time, if members have not cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED and Actions are not carried out.
1087
1190
  */
1088
1191
  ExpirationDate?: Timestamp;
1192
+ /**
1193
+ * The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1194
+ */
1195
+ Arn?: ArnString;
1089
1196
  }
1090
1197
  export type ProposalSummaryList = ProposalSummary[];
1091
1198
  export type ProposalVoteList = VoteSummary[];
@@ -1107,9 +1214,36 @@ declare namespace ManagedBlockchain {
1107
1214
  export type ResourceIdString = string;
1108
1215
  export type StateDBType = "LevelDB"|"CouchDB"|string;
1109
1216
  export type String = string;
1217
+ export type TagKey = string;
1218
+ export type TagKeyList = TagKey[];
1219
+ export interface TagResourceRequest {
1220
+ /**
1221
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1222
+ */
1223
+ ResourceArn: ArnString;
1224
+ /**
1225
+ * The tags to assign to the specified resource. Tag values can be empty, for example, "MyTagKey" : "". You can specify multiple key-value pairs in a single request, with an overall maximum of 50 added to each resource.
1226
+ */
1227
+ Tags: InputTagMap;
1228
+ }
1229
+ export interface TagResourceResponse {
1230
+ }
1231
+ export type TagValue = string;
1110
1232
  export type ThresholdComparator = "GREATER_THAN"|"GREATER_THAN_OR_EQUAL_TO"|string;
1111
1233
  export type ThresholdPercentageInt = number;
1112
1234
  export type Timestamp = Date;
1235
+ export interface UntagResourceRequest {
1236
+ /**
1237
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
1238
+ */
1239
+ ResourceArn: ArnString;
1240
+ /**
1241
+ * The tag keys.
1242
+ */
1243
+ TagKeys: TagKeyList;
1244
+ }
1245
+ export interface UntagResourceResponse {
1246
+ }
1113
1247
  export interface UpdateMemberInput {
1114
1248
  /**
1115
1249
  * The unique identifier of the Managed Blockchain network to which the member belongs.
package/clients/rds.d.ts CHANGED
@@ -1420,7 +1420,7 @@ declare namespace RDS {
1420
1420
  }
1421
1421
  export interface CopyDBClusterParameterGroupMessage {
1422
1422
  /**
1423
- * The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide. Constraints: Must specify a valid DB cluster parameter group. If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group, or a valid ARN. If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1.
1423
+ * The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide. Constraints: Must specify a valid DB cluster parameter group.
1424
1424
  */
1425
1425
  SourceDBClusterParameterGroupIdentifier: String;
1426
1426
  /**
@@ -1468,7 +1468,7 @@ declare namespace RDS {
1468
1468
  }
1469
1469
  export interface CopyDBParameterGroupMessage {
1470
1470
  /**
1471
- * The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. Constraints: Must specify a valid DB parameter group. Must specify a valid DB parameter group identifier, for example my-db-param-group, or a valid ARN.
1471
+ * The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. Constraints: Must specify a valid DB parameter group.
1472
1472
  */
1473
1473
  SourceDBParameterGroupIdentifier: String;
1474
1474
  /**
@@ -1685,7 +1685,7 @@ declare namespace RDS {
1685
1685
  */
1686
1686
  EnableCloudwatchLogsExports?: LogTypeList;
1687
1687
  /**
1688
- * The DB engine mode of the DB cluster, either provisioned serverless, parallelquery, global, or multimaster. The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions. The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions. The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a. For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless Limitations of Parallel Query Limitations of Aurora Global Databases Limitations of Multi-Master Clusters
1688
+ * The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster. The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions. The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions. The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a. For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless Limitations of Parallel Query Limitations of Aurora Global Databases Limitations of Multi-Master Clusters
1689
1689
  */
1690
1690
  EngineMode?: String;
1691
1691
  /**
@@ -1768,7 +1768,7 @@ declare namespace RDS {
1768
1768
  }
1769
1769
  export interface CreateDBInstanceMessage {
1770
1770
  /**
1771
- * The meaning of this parameter differs according to the database engine you use. MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine Oracle The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters SQL Server Not applicable. Must be null. Amazon Aurora The name of the database to create when the primary instance of the DB cluster is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Can't be a word reserved by the specified database engine
1771
+ * The meaning of this parameter differs according to the database engine you use. MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine PostgreSQL The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the specified database engine Oracle The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName. Default: ORCL Constraints: Can't be longer than 8 characters SQL Server Not applicable. Must be null. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints: It must contain 1 to 64 alphanumeric characters. It can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. Constraints: It must contain 1 to 63 alphanumeric characters. It must begin with a letter or an underscore. Subsequent characters can be letters, underscores, or digits (0 to 9). It can't be a word reserved by the database engine.
1772
1772
  */
1773
1773
  DBName?: String;
1774
1774
  /**
@@ -1952,7 +1952,7 @@ declare namespace RDS {
1952
1952
  */
1953
1953
  DeletionProtection?: BooleanOptional;
1954
1954
  /**
1955
- * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
1955
+ * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
1956
1956
  */
1957
1957
  MaxAllocatedStorage?: IntegerOptional;
1958
1958
  /**
@@ -2083,7 +2083,7 @@ declare namespace RDS {
2083
2083
  */
2084
2084
  ReplicaMode?: ReplicaMode;
2085
2085
  /**
2086
- * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
2086
+ * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
2087
2087
  */
2088
2088
  MaxAllocatedStorage?: IntegerOptional;
2089
2089
  /**
@@ -2287,7 +2287,7 @@ declare namespace RDS {
2287
2287
  */
2288
2288
  OptionGroupName: String;
2289
2289
  /**
2290
- * Specifies the name of the engine that this option group should be associated with.
2290
+ * Specifies the name of the engine that this option group should be associated with. Valid Values: mariadb mysql oracle-ee oracle-se2 oracle-se1 oracle-se postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
2291
2291
  */
2292
2292
  EngineName: String;
2293
2293
  /**
@@ -4164,7 +4164,7 @@ declare namespace RDS {
4164
4164
  }
4165
4165
  export interface DescribeDBEngineVersionsMessage {
4166
4166
  /**
4167
- * The database engine to return.
4167
+ * The database engine to return. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-se2 oracle-se1 oracle-se postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4168
4168
  */
4169
4169
  Engine?: String;
4170
4170
  /**
@@ -4686,7 +4686,7 @@ declare namespace RDS {
4686
4686
  }
4687
4687
  export interface DescribeOptionGroupOptionsMessage {
4688
4688
  /**
4689
- * A required parameter. Options available for the given engine name are described.
4689
+ * A required parameter. Options available for the given engine name are described. Valid Values: mariadb mysql oracle-ee oracle-se2 oracle-se1 oracle-se postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4690
4690
  */
4691
4691
  EngineName: String;
4692
4692
  /**
@@ -4724,7 +4724,7 @@ declare namespace RDS {
4724
4724
  */
4725
4725
  MaxRecords?: IntegerOptional;
4726
4726
  /**
4727
- * Filters the list of option groups to only include groups associated with a specific database engine.
4727
+ * Filters the list of option groups to only include groups associated with a specific database engine. Valid Values: mariadb mysql oracle-ee oracle-se2 oracle-se1 oracle-se postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4728
4728
  */
4729
4729
  EngineName?: String;
4730
4730
  /**
@@ -4734,7 +4734,7 @@ declare namespace RDS {
4734
4734
  }
4735
4735
  export interface DescribeOrderableDBInstanceOptionsMessage {
4736
4736
  /**
4737
- * The name of the engine to retrieve DB instance options for.
4737
+ * The name of the engine to retrieve DB instance options for. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-se2 oracle-se1 oracle-se postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4738
4738
  */
4739
4739
  Engine: String;
4740
4740
  /**
@@ -5747,7 +5747,7 @@ declare namespace RDS {
5747
5747
  */
5748
5748
  DeletionProtection?: BooleanOptional;
5749
5749
  /**
5750
- * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
5750
+ * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
5751
5751
  */
5752
5752
  MaxAllocatedStorage?: IntegerOptional;
5753
5753
  /**
@@ -7480,7 +7480,7 @@ declare namespace RDS {
7480
7480
  */
7481
7481
  DeletionProtection?: BooleanOptional;
7482
7482
  /**
7483
- * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
7483
+ * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
7484
7484
  */
7485
7485
  MaxAllocatedStorage?: IntegerOptional;
7486
7486
  }
@@ -7610,7 +7610,7 @@ declare namespace RDS {
7610
7610
  */
7611
7611
  SourceDbiResourceId?: String;
7612
7612
  /**
7613
- * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
7613
+ * The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
7614
7614
  */
7615
7615
  MaxAllocatedStorage?: IntegerOptional;
7616
7616
  /**
@@ -2698,7 +2698,7 @@ declare namespace Redshift {
2698
2698
  /**
2699
2699
  * Describes a connection endpoint.
2700
2700
  */
2701
- VpcEndpoints?: SpartaProxyVpcEndpointList;
2701
+ VpcEndpoints?: VpcEndpointsList;
2702
2702
  }
2703
2703
  export interface Event {
2704
2704
  /**
@@ -4355,13 +4355,6 @@ declare namespace Redshift {
4355
4355
  export type SortByOrder = "ASC"|"DESC"|string;
4356
4356
  export type SourceIdsList = String[];
4357
4357
  export type SourceType = "cluster"|"cluster-parameter-group"|"cluster-security-group"|"cluster-snapshot"|"scheduled-action"|string;
4358
- export interface SpartaProxyVpcEndpoint {
4359
- /**
4360
- * The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
4361
- */
4362
- VpcEndpointId?: String;
4363
- }
4364
- export type SpartaProxyVpcEndpointList = SpartaProxyVpcEndpoint[];
4365
4358
  export type String = string;
4366
4359
  export interface Subnet {
4367
4360
  /**
@@ -4577,6 +4570,13 @@ declare namespace Redshift {
4577
4570
  export type UsageLimitPeriod = "daily"|"weekly"|"monthly"|string;
4578
4571
  export type UsageLimits = UsageLimit[];
4579
4572
  export type ValueStringList = String[];
4573
+ export interface VpcEndpoint {
4574
+ /**
4575
+ * The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
4576
+ */
4577
+ VpcEndpointId?: String;
4578
+ }
4579
+ export type VpcEndpointsList = VpcEndpoint[];
4580
4580
  export type VpcSecurityGroupIdList = String[];
4581
4581
  export interface VpcSecurityGroupMembership {
4582
4582
  /**