cdk-docker-image-deployment 0.0.46 → 0.0.47

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 (33) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +30 -27
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +377 -134
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +5 -1
  11. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +173 -49
  12. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +132 -132
  14. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +311 -1
  15. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +533 -12
  16. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +28 -1
  17. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +290 -63
  18. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
  19. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +3 -3
  20. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +54 -40
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +24 -24
  22. package/node_modules/aws-sdk/clients/connect.d.ts +327 -55
  23. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +191 -46
  24. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  25. package/node_modules/aws-sdk/clients/supportapp.d.ts +48 -10
  26. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +199 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +727 -165
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +8 -8
@@ -11,6 +11,14 @@ declare class ManagedBlockchain extends Service {
11
11
  */
12
12
  constructor(options?: ManagedBlockchain.Types.ClientConfiguration)
13
13
  config: Config & ManagedBlockchain.Types.ClientConfiguration;
14
+ /**
15
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
16
+ */
17
+ createAccessor(params: ManagedBlockchain.Types.CreateAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateAccessorOutput) => void): Request<ManagedBlockchain.Types.CreateAccessorOutput, AWSError>;
18
+ /**
19
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
20
+ */
21
+ createAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateAccessorOutput) => void): Request<ManagedBlockchain.Types.CreateAccessorOutput, AWSError>;
14
22
  /**
15
23
  * Creates a member within a Managed Blockchain network. Applies only to Hyperledger Fabric.
16
24
  */
@@ -44,21 +52,37 @@ declare class ManagedBlockchain extends Service {
44
52
  */
45
53
  createProposal(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateProposalOutput) => void): Request<ManagedBlockchain.Types.CreateProposalOutput, AWSError>;
46
54
  /**
47
- * Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the AWS account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last AWS account, the network is deleted also. Applies only to Hyperledger Fabric.
55
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that are initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).
56
+ */
57
+ deleteAccessor(params: ManagedBlockchain.Types.DeleteAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteAccessorOutput) => void): Request<ManagedBlockchain.Types.DeleteAccessorOutput, AWSError>;
58
+ /**
59
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that are initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).
60
+ */
61
+ deleteAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteAccessorOutput) => void): Request<ManagedBlockchain.Types.DeleteAccessorOutput, AWSError>;
62
+ /**
63
+ * Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last Amazon Web Services account, the network is deleted also. Applies only to Hyperledger Fabric.
48
64
  */
49
65
  deleteMember(params: ManagedBlockchain.Types.DeleteMemberInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteMemberOutput) => void): Request<ManagedBlockchain.Types.DeleteMemberOutput, AWSError>;
50
66
  /**
51
- * Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the AWS account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last AWS account, the network is deleted also. Applies only to Hyperledger Fabric.
67
+ * Deletes a member. Deleting a member removes the member and all associated resources from the network. DeleteMember can only be called for a specified MemberId if the principal performing the action is associated with the Amazon Web Services account that owns the member. In all other cases, the DeleteMember action is carried out as the result of an approved proposal to remove a member. If MemberId is the last member in a network specified by the last Amazon Web Services account, the network is deleted also. Applies only to Hyperledger Fabric.
52
68
  */
53
69
  deleteMember(callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteMemberOutput) => void): Request<ManagedBlockchain.Types.DeleteMemberOutput, AWSError>;
54
70
  /**
55
- * Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered. Applies to Hyperledger Fabric and Ethereum.
71
+ * Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered. Applies to Hyperledger Fabric and Ethereum.
56
72
  */
57
73
  deleteNode(params: ManagedBlockchain.Types.DeleteNodeInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteNodeOutput) => void): Request<ManagedBlockchain.Types.DeleteNodeOutput, AWSError>;
58
74
  /**
59
- * Deletes a node that your AWS account owns. All data on the node is lost and cannot be recovered. Applies to Hyperledger Fabric and Ethereum.
75
+ * Deletes a node that your Amazon Web Services account owns. All data on the node is lost and cannot be recovered. Applies to Hyperledger Fabric and Ethereum.
60
76
  */
61
77
  deleteNode(callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteNodeOutput) => void): Request<ManagedBlockchain.Types.DeleteNodeOutput, AWSError>;
78
+ /**
79
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
80
+ */
81
+ getAccessor(params: ManagedBlockchain.Types.GetAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.GetAccessorOutput) => void): Request<ManagedBlockchain.Types.GetAccessorOutput, AWSError>;
82
+ /**
83
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
84
+ */
85
+ getAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.GetAccessorOutput) => void): Request<ManagedBlockchain.Types.GetAccessorOutput, AWSError>;
62
86
  /**
63
87
  * Returns detailed information about a member. Applies only to Hyperledger Fabric.
64
88
  */
@@ -92,11 +116,19 @@ declare class ManagedBlockchain extends Service {
92
116
  */
93
117
  getProposal(callback?: (err: AWSError, data: ManagedBlockchain.Types.GetProposalOutput) => void): Request<ManagedBlockchain.Types.GetProposalOutput, AWSError>;
94
118
  /**
95
- * Returns a list of all invitations for the current AWS account. Applies only to Hyperledger Fabric.
119
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
120
+ */
121
+ listAccessors(params: ManagedBlockchain.Types.ListAccessorsInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.ListAccessorsOutput) => void): Request<ManagedBlockchain.Types.ListAccessorsOutput, AWSError>;
122
+ /**
123
+ * The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. We recommend that you use this feature only with test scenarios, and not in production environments. Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
124
+ */
125
+ listAccessors(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListAccessorsOutput) => void): Request<ManagedBlockchain.Types.ListAccessorsOutput, AWSError>;
126
+ /**
127
+ * Returns a list of all invitations for the current Amazon Web Services account. Applies only to Hyperledger Fabric.
96
128
  */
97
129
  listInvitations(params: ManagedBlockchain.Types.ListInvitationsInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.ListInvitationsOutput) => void): Request<ManagedBlockchain.Types.ListInvitationsOutput, AWSError>;
98
130
  /**
99
- * Returns a list of all invitations for the current AWS account. Applies only to Hyperledger Fabric.
131
+ * Returns a list of all invitations for the current Amazon Web Services account. Applies only to Hyperledger Fabric.
100
132
  */
101
133
  listInvitations(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListInvitationsOutput) => void): Request<ManagedBlockchain.Types.ListInvitationsOutput, AWSError>;
102
134
  /**
@@ -108,11 +140,11 @@ declare class ManagedBlockchain extends Service {
108
140
  */
109
141
  listMembers(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListMembersOutput) => void): Request<ManagedBlockchain.Types.ListMembersOutput, AWSError>;
110
142
  /**
111
- * Returns information about the networks in which the current AWS account participates. Applies to Hyperledger Fabric and Ethereum.
143
+ * Returns information about the networks in which the current Amazon Web Services account participates. Applies to Hyperledger Fabric and Ethereum.
112
144
  */
113
145
  listNetworks(params: ManagedBlockchain.Types.ListNetworksInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.ListNetworksOutput) => void): Request<ManagedBlockchain.Types.ListNetworksOutput, AWSError>;
114
146
  /**
115
- * Returns information about the networks in which the current AWS account participates. Applies to Hyperledger Fabric and Ethereum.
147
+ * Returns information about the networks in which the current Amazon Web Services account participates. Applies to Hyperledger Fabric and Ethereum.
116
148
  */
117
149
  listNetworks(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListNetworksOutput) => void): Request<ManagedBlockchain.Types.ListNetworksOutput, AWSError>;
118
150
  /**
@@ -148,11 +180,11 @@ declare class ManagedBlockchain extends Service {
148
180
  */
149
181
  listTagsForResource(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListTagsForResourceResponse) => void): Request<ManagedBlockchain.Types.ListTagsForResourceResponse, AWSError>;
150
182
  /**
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.
183
+ * Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network. Applies only to Hyperledger Fabric.
152
184
  */
153
185
  rejectInvitation(params: ManagedBlockchain.Types.RejectInvitationInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.RejectInvitationOutput) => void): Request<ManagedBlockchain.Types.RejectInvitationOutput, AWSError>;
154
186
  /**
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.
187
+ * Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network. Applies only to Hyperledger Fabric.
156
188
  */
157
189
  rejectInvitation(callback?: (err: AWSError, data: ManagedBlockchain.Types.RejectInvitationOutput) => void): Request<ManagedBlockchain.Types.RejectInvitationOutput, AWSError>;
158
190
  /**
@@ -188,22 +220,75 @@ declare class ManagedBlockchain extends Service {
188
220
  */
189
221
  updateNode(callback?: (err: AWSError, data: ManagedBlockchain.Types.UpdateNodeOutput) => void): Request<ManagedBlockchain.Types.UpdateNodeOutput, AWSError>;
190
222
  /**
191
- * Casts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same AWS account as the principal that calls the action. Applies only to Hyperledger Fabric.
223
+ * Casts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same Amazon Web Services account as the principal that calls the action. Applies only to Hyperledger Fabric.
192
224
  */
193
225
  voteOnProposal(params: ManagedBlockchain.Types.VoteOnProposalInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.VoteOnProposalOutput) => void): Request<ManagedBlockchain.Types.VoteOnProposalOutput, AWSError>;
194
226
  /**
195
- * Casts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same AWS account as the principal that calls the action. Applies only to Hyperledger Fabric.
227
+ * Casts a vote for a specified ProposalId on behalf of a member. The member to vote as, specified by VoterMemberId, must be in the same Amazon Web Services account as the principal that calls the action. Applies only to Hyperledger Fabric.
196
228
  */
197
229
  voteOnProposal(callback?: (err: AWSError, data: ManagedBlockchain.Types.VoteOnProposalOutput) => void): Request<ManagedBlockchain.Types.VoteOnProposalOutput, AWSError>;
198
230
  }
199
231
  declare namespace ManagedBlockchain {
232
+ export interface Accessor {
233
+ /**
234
+ * The unique identifier of the accessor.
235
+ */
236
+ Id?: ResourceIdString;
237
+ /**
238
+ * The type of the accessor. Currently accessor type is restricted to BILLING_TOKEN.
239
+ */
240
+ Type?: AccessorType;
241
+ /**
242
+ * The billing token is a property of the accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
243
+ */
244
+ BillingToken?: AccessorBillingTokenString;
245
+ /**
246
+ * The current status of the accessor.
247
+ */
248
+ Status?: AccessorStatus;
249
+ /**
250
+ * The creation date and time of the accessor.
251
+ */
252
+ CreationDate?: Timestamp;
253
+ /**
254
+ * The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
255
+ */
256
+ Arn?: ArnString;
257
+ }
258
+ export type AccessorBillingTokenString = string;
259
+ export type AccessorListMaxResults = number;
260
+ export type AccessorStatus = "AVAILABLE"|"PENDING_DELETION"|"DELETED"|string;
261
+ export interface AccessorSummary {
262
+ /**
263
+ * The unique identifier of the accessor.
264
+ */
265
+ Id?: ResourceIdString;
266
+ /**
267
+ * The type of the accessor. Currently accessor type is restricted to BILLING_TOKEN.
268
+ */
269
+ Type?: AccessorType;
270
+ /**
271
+ * The current status of the accessor.
272
+ */
273
+ Status?: AccessorStatus;
274
+ /**
275
+ * The creation date and time of the accessor.
276
+ */
277
+ CreationDate?: Timestamp;
278
+ /**
279
+ * The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
280
+ */
281
+ Arn?: ArnString;
282
+ }
283
+ export type AccessorSummaryList = AccessorSummary[];
284
+ export type AccessorType = "BILLING_TOKEN"|string;
200
285
  export interface ApprovalThresholdPolicy {
201
286
  /**
202
287
  * The percentage of votes among all members that must be YES for a proposal to be approved. For example, a ThresholdPercentage value of 50 indicates 50%. The ThresholdComparator determines the precise comparison. If a ThresholdPercentage value of 50 is specified on a network with 10 members, along with a ThresholdComparator value of GREATER_THAN, this indicates that 6 YES votes are required for the proposal to be approved.
203
288
  */
204
289
  ThresholdPercentage?: ThresholdPercentageInt;
205
290
  /**
206
- * The duration from the time that a proposal is created until it expires. If members cast neither the required number of YES votes to approve the proposal nor the number of NO votes required to reject it before the duration expires, the proposal is EXPIRED and ProposalActions are not carried out.
291
+ * The duration from the time that a proposal is created until it expires. If members cast neither the required number of YES votes to approve the proposal nor the number of NO votes required to reject it before the duration expires, the proposal is EXPIRED and ProposalActions aren't carried out.
207
292
  */
208
293
  ProposalDurationInHours?: ProposalDurationInt;
209
294
  /**
@@ -214,9 +299,29 @@ declare namespace ManagedBlockchain {
214
299
  export type ArnString = string;
215
300
  export type AvailabilityZoneString = string;
216
301
  export type ClientRequestTokenString = string;
302
+ export interface CreateAccessorInput {
303
+ /**
304
+ * This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
305
+ */
306
+ ClientRequestToken: ClientRequestTokenString;
307
+ /**
308
+ * The type of accessor. Currently accessor type is restricted to BILLING_TOKEN.
309
+ */
310
+ AccessorType: AccessorType;
311
+ }
312
+ export interface CreateAccessorOutput {
313
+ /**
314
+ * The unique identifier of the accessor.
315
+ */
316
+ AccessorId?: ResourceIdString;
317
+ /**
318
+ * The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
319
+ */
320
+ BillingToken?: AccessorBillingTokenString;
321
+ }
217
322
  export interface CreateMemberInput {
218
323
  /**
219
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
324
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
220
325
  */
221
326
  ClientRequestToken: ClientRequestTokenString;
222
327
  /**
@@ -240,7 +345,7 @@ declare namespace ManagedBlockchain {
240
345
  }
241
346
  export interface CreateNetworkInput {
242
347
  /**
243
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
348
+ * This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
244
349
  */
245
350
  ClientRequestToken: ClientRequestTokenString;
246
351
  /**
@@ -288,7 +393,7 @@ declare namespace ManagedBlockchain {
288
393
  }
289
394
  export interface CreateNodeInput {
290
395
  /**
291
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
396
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
292
397
  */
293
398
  ClientRequestToken: ClientRequestTokenString;
294
399
  /**
@@ -316,7 +421,7 @@ declare namespace ManagedBlockchain {
316
421
  }
317
422
  export interface CreateProposalInput {
318
423
  /**
319
- * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.
424
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
320
425
  */
321
426
  ClientRequestToken: ClientRequestTokenString;
322
427
  /**
@@ -324,7 +429,7 @@ declare namespace ManagedBlockchain {
324
429
  */
325
430
  NetworkId: ResourceIdString;
326
431
  /**
327
- * The unique identifier of the member that is creating the proposal. This identifier is especially useful for identifying the member making the proposal when multiple members exist in a single AWS account.
432
+ * The unique identifier of the member that is creating the proposal. This identifier is especially useful for identifying the member making the proposal when multiple members exist in a single Amazon Web Services account.
328
433
  */
329
434
  MemberId: ResourceIdString;
330
435
  /**
@@ -346,6 +451,14 @@ declare namespace ManagedBlockchain {
346
451
  */
347
452
  ProposalId?: ResourceIdString;
348
453
  }
454
+ export interface DeleteAccessorInput {
455
+ /**
456
+ * The unique identifier of the accessor.
457
+ */
458
+ AccessorId: ResourceIdString;
459
+ }
460
+ export interface DeleteAccessorOutput {
461
+ }
349
462
  export interface DeleteMemberInput {
350
463
  /**
351
464
  * The unique identifier of the network from which the member is removed.
@@ -379,6 +492,18 @@ declare namespace ManagedBlockchain {
379
492
  export type Enabled = boolean;
380
493
  export type Framework = "HYPERLEDGER_FABRIC"|"ETHEREUM"|string;
381
494
  export type FrameworkVersionString = string;
495
+ export interface GetAccessorInput {
496
+ /**
497
+ * The unique identifier of the accessor.
498
+ */
499
+ AccessorId: ResourceIdString;
500
+ }
501
+ export interface GetAccessorOutput {
502
+ /**
503
+ * The properties of the accessor.
504
+ */
505
+ Accessor?: Accessor;
506
+ }
382
507
  export interface GetMemberInput {
383
508
  /**
384
509
  * The unique identifier of the network to which the member belongs.
@@ -459,12 +584,12 @@ declare namespace ManagedBlockchain {
459
584
  */
460
585
  ExpirationDate?: Timestamp;
461
586
  /**
462
- * The status of the invitation: PENDING - The invitee has not created a member to join the network, and the invitation has not yet expired. ACCEPTING - The invitee has begun creating a member, and creation has not yet completed. ACCEPTED - The invitee created a member and joined the network using the InvitationID. REJECTED - The invitee rejected the invitation. EXPIRED - The invitee neither created a member nor rejected the invitation before the ExpirationDate.
587
+ * The status of the invitation: PENDING - The invitee hasn't created a member to join the network, and the invitation hasn't yet expired. ACCEPTING - The invitee has begun creating a member, and creation hasn't yet completed. ACCEPTED - The invitee created a member and joined the network using the InvitationID. REJECTED - The invitee rejected the invitation. EXPIRED - The invitee neither created a member nor rejected the invitation before the ExpirationDate.
463
588
  */
464
589
  Status?: InvitationStatus;
465
590
  NetworkSummary?: NetworkSummary;
466
591
  /**
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.
592
+ * The Amazon Resource Name (ARN) of the invitation. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
468
593
  */
469
594
  Arn?: ArnString;
470
595
  }
@@ -472,12 +597,32 @@ declare namespace ManagedBlockchain {
472
597
  export type InvitationStatus = "PENDING"|"ACCEPTED"|"ACCEPTING"|"REJECTED"|"EXPIRED"|string;
473
598
  export interface InviteAction {
474
599
  /**
475
- * The AWS account ID to invite.
600
+ * The Amazon Web Services account ID to invite.
476
601
  */
477
602
  Principal: PrincipalString;
478
603
  }
479
604
  export type InviteActionList = InviteAction[];
480
605
  export type IsOwned = boolean;
606
+ export interface ListAccessorsInput {
607
+ /**
608
+ * The maximum number of accessors to list.
609
+ */
610
+ MaxResults?: AccessorListMaxResults;
611
+ /**
612
+ * The pagination token that indicates the next set of results to retrieve.
613
+ */
614
+ NextToken?: PaginationToken;
615
+ }
616
+ export interface ListAccessorsOutput {
617
+ /**
618
+ * An array of AccessorSummary objects that contain configuration properties for each accessor.
619
+ */
620
+ Accessors?: AccessorSummaryList;
621
+ /**
622
+ * The pagination token that indicates the next set of results to retrieve.
623
+ */
624
+ NextToken?: PaginationToken;
625
+ }
481
626
  export interface ListInvitationsInput {
482
627
  /**
483
628
  * The maximum number of invitations to return.
@@ -512,7 +657,7 @@ declare namespace ManagedBlockchain {
512
657
  */
513
658
  Status?: MemberStatus;
514
659
  /**
515
- * An optional Boolean value. If provided, the request is limited either to members that the current AWS account owns (true) or that other AWS accounts own (false). If omitted, all members are listed.
660
+ * An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web Services account owns (true) or that other Amazon Web Services accountsn own (false). If omitted, all members are listed.
516
661
  */
517
662
  IsOwned?: IsOwned;
518
663
  /**
@@ -652,7 +797,7 @@ declare namespace ManagedBlockchain {
652
797
  }
653
798
  export interface ListTagsForResourceRequest {
654
799
  /**
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.
800
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
656
801
  */
657
802
  ResourceArn: ArnString;
658
803
  }
@@ -700,7 +845,7 @@ declare namespace ManagedBlockchain {
700
845
  */
701
846
  LogPublishingConfiguration?: MemberLogPublishingConfiguration;
702
847
  /**
703
- * The status of a member. CREATING - The AWS account is in the process of creating a member. AVAILABLE - The member has been created and can participate in the network. CREATE_FAILED - The AWS account attempted to create a member and creation failed. UPDATING - The member is in the process of being updated. DELETING - The member and all associated resources are in the process of being deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. DELETED - The member can no longer participate on the network and all associated resources are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
848
+ * The status of a member. CREATING - The Amazon Web Services account is in the process of creating a member. AVAILABLE - The member has been created and can participate in the network. CREATE_FAILED - The Amazon Web Services account attempted to create a member and creation failed. UPDATING - The member is in the process of being updated. DELETING - The member and all associated resources are in the process of being deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. DELETED - The member can no longer participate on the network and all associated resources are deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it cannot access the specified customer managed key in KMS for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the member resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
704
849
  */
705
850
  Status?: MemberStatus;
706
851
  /**
@@ -712,11 +857,11 @@ declare namespace ManagedBlockchain {
712
857
  */
713
858
  Tags?: OutputTagMap;
714
859
  /**
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.
860
+ * The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
716
861
  */
717
862
  Arn?: ArnString;
718
863
  /**
719
- * The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.
864
+ * The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the member uses an Amazon Web Services owned KMS key for encryption. This parameter is inherited by the nodes that this member owns. For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
720
865
  */
721
866
  KmsKeyArn?: String;
722
867
  }
@@ -742,7 +887,7 @@ declare namespace ManagedBlockchain {
742
887
  */
743
888
  Tags?: InputTagMap;
744
889
  /**
745
- * The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) to use for encryption at rest in the member. This parameter is inherited by any nodes that this member creates. Use one of the following options to specify this parameter: Undefined or empty string - The member uses an AWS owned KMS key for encryption by default. A valid symmetric customer managed KMS key - The member uses the specified key for encryption. Amazon Managed Blockchain doesn't support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the AWS Key Management Service Developer Guide. The following is an example of a KMS key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
890
+ * The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) to use for encryption at rest in the member. This parameter is inherited by any nodes that this member creates. For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide. Use one of the following options to specify this parameter: Undefined or empty string - By default, use an KMS key that is owned and managed by Amazon Web Services on your behalf. A valid symmetric customer managed KMS key - Use the specified KMS key in your account that you create, own, and manage. Amazon Managed Blockchain doesn't support asymmetric keys. For more information, see Using symmetric and asymmetric keys in the Key Management Service Developer Guide. The following is an example of a KMS key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
746
891
  */
747
892
  KmsKeyArn?: ArnString;
748
893
  }
@@ -806,7 +951,7 @@ declare namespace ManagedBlockchain {
806
951
  */
807
952
  Description?: DescriptionString;
808
953
  /**
809
- * The status of the member. CREATING - The AWS account is in the process of creating a member. AVAILABLE - The member has been created and can participate in the network. CREATE_FAILED - The AWS account attempted to create a member and creation failed. UPDATING - The member is in the process of being updated. DELETING - The member and all associated resources are in the process of being deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. DELETED - The member can no longer participate on the network and all associated resources are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it cannot access the specified customer managed key in AWS Key Management Service (AWS KMS) for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
954
+ * The status of the member. CREATING - The Amazon Web Services account is in the process of creating a member. AVAILABLE - The member has been created and can participate in the network. CREATE_FAILED - The Amazon Web Services account attempted to create a member and creation failed. UPDATING - The member is in the process of being updated. DELETING - The member and all associated resources are in the process of being deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. DELETED - The member can no longer participate on the network and all associated resources are deleted. Either the Amazon Web Services account that owns the member deleted it, or the member is being deleted as the result of an APPROVED PROPOSAL to remove the member. INACCESSIBLE_ENCRYPTION_KEY - The member is impaired and might not function as expected because it cannot access the specified customer managed key in Key Management Service (KMS) for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the member resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
810
955
  */
811
956
  Status?: MemberStatus;
812
957
  /**
@@ -814,11 +959,11 @@ declare namespace ManagedBlockchain {
814
959
  */
815
960
  CreationDate?: Timestamp;
816
961
  /**
817
- * An indicator of whether the member is owned by your AWS account or a different AWS account.
962
+ * An indicator of whether the member is owned by your Amazon Web Services account or a different Amazon Web Services account.
818
963
  */
819
964
  IsOwned?: IsOwned;
820
965
  /**
821
- * 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.
966
+ * The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
822
967
  */
823
968
  Arn?: ArnString;
824
969
  }
@@ -870,7 +1015,7 @@ declare namespace ManagedBlockchain {
870
1015
  */
871
1016
  Tags?: OutputTagMap;
872
1017
  /**
873
- * 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.
1018
+ * The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
874
1019
  */
875
1020
  Arn?: ArnString;
876
1021
  }
@@ -945,7 +1090,7 @@ declare namespace ManagedBlockchain {
945
1090
  */
946
1091
  CreationDate?: Timestamp;
947
1092
  /**
948
- * 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.
1093
+ * The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
949
1094
  */
950
1095
  Arn?: ArnString;
951
1096
  }
@@ -984,7 +1129,7 @@ declare namespace ManagedBlockchain {
984
1129
  */
985
1130
  StateDB?: StateDBType;
986
1131
  /**
987
- * The status of the node. CREATING - The AWS account is in the process of creating a node. AVAILABLE - The node has been created and can participate in the network. UNHEALTHY - The node is impaired and might not function as expected. Amazon Managed Blockchain automatically finds nodes in this state and tries to recover them. If a node is recoverable, it returns to AVAILABLE. Otherwise, it moves to FAILED status. CREATE_FAILED - The AWS account attempted to create a node and creation failed. UPDATING - The node is in the process of being updated. DELETING - The node is in the process of being deleted. DELETED - The node can no longer participate on the network. FAILED - The node is no longer functional, cannot be recovered, and must be deleted. INACCESSIBLE_ENCRYPTION_KEY - The node is impaired and might not function as expected because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key, or revoking a grant is not immediate. The node resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
1132
+ * The status of the node. CREATING - The Amazon Web Services account is in the process of creating a node. AVAILABLE - The node has been created and can participate in the network. UNHEALTHY - The node is impaired and might not function as expected. Amazon Managed Blockchain automatically finds nodes in this state and tries to recover them. If a node is recoverable, it returns to AVAILABLE. Otherwise, it moves to FAILED status. CREATE_FAILED - The Amazon Web Services account attempted to create a node and creation failed. UPDATING - The node is in the process of being updated. DELETING - The node is in the process of being deleted. DELETED - The node can no longer participate on the network. FAILED - The node is no longer functional, cannot be recovered, and must be deleted. INACCESSIBLE_ENCRYPTION_KEY - The node is impaired and might not function as expected because it cannot access the specified customer managed key in KMS for encryption at rest. Either the KMS key was disabled or deleted, or the grants on the key were revoked. The effect of disabling or deleting a key or of revoking a grant isn't immediate. It might take some time for the node resource to discover that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
988
1133
  */
989
1134
  Status?: NodeStatus;
990
1135
  /**
@@ -996,11 +1141,11 @@ declare namespace ManagedBlockchain {
996
1141
  */
997
1142
  Tags?: OutputTagMap;
998
1143
  /**
999
- * 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.
1144
+ * The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1000
1145
  */
1001
1146
  Arn?: ArnString;
1002
1147
  /**
1003
- * The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the node uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the node uses an AWS owned KMS key for encryption. The node inherits this parameter from the member that it belongs to. Applies only to Hyperledger Fabric.
1148
+ * The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the node uses an Amazon Web Services owned KMS key for encryption. The node inherits this parameter from the member that it belongs to. For more information, see Encryption at Rest in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide. Applies only to Hyperledger Fabric.
1004
1149
  */
1005
1150
  KmsKeyArn?: String;
1006
1151
  }
@@ -1024,7 +1169,7 @@ declare namespace ManagedBlockchain {
1024
1169
  }
1025
1170
  export interface NodeEthereumAttributes {
1026
1171
  /**
1027
- * The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using Signature Version 4.
1172
+ * The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using Signature Version 4.
1028
1173
  */
1029
1174
  HttpEndpoint?: String;
1030
1175
  /**
@@ -1092,7 +1237,7 @@ declare namespace ManagedBlockchain {
1092
1237
  */
1093
1238
  InstanceType?: InstanceTypeString;
1094
1239
  /**
1095
- * 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.
1240
+ * The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1096
1241
  */
1097
1242
  Arn?: ArnString;
1098
1243
  }
@@ -1127,7 +1272,7 @@ declare namespace ManagedBlockchain {
1127
1272
  */
1128
1273
  ProposedByMemberName?: NetworkMemberNameString;
1129
1274
  /**
1130
- * The status of the proposal. Values are as follows: IN_PROGRESS - The proposal is active and open for member voting. APPROVED - The proposal was approved with sufficient YES votes among members according to the VotingPolicy specified for the Network. The specified proposal actions are carried out. REJECTED - The proposal was rejected with insufficient YES votes among members according to the VotingPolicy specified for the Network. The specified ProposalActions are not carried out. EXPIRED - Members did not cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions are not carried out. ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was approved could not be completed because of an error. The ACTION_FAILED status occurs even if only one ProposalAction fails and other actions are successful.
1275
+ * The status of the proposal. Values are as follows: IN_PROGRESS - The proposal is active and open for member voting. APPROVED - The proposal was approved with sufficient YES votes among members according to the VotingPolicy specified for the Network. The specified proposal actions are carried out. REJECTED - The proposal was rejected with insufficient YES votes among members according to the VotingPolicy specified for the Network. The specified ProposalActions aren't carried out. EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions aren't carried out. ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was approved couldn't be completed because of an error. The ACTION_FAILED status occurs even if only one ProposalAction fails and other actions are successful.
1131
1276
  */
1132
1277
  Status?: ProposalStatus;
1133
1278
  /**
@@ -1135,7 +1280,7 @@ declare namespace ManagedBlockchain {
1135
1280
  */
1136
1281
  CreationDate?: Timestamp;
1137
1282
  /**
1138
- * 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.
1283
+ * 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 haven't cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED and Actions aren't carried out.
1139
1284
  */
1140
1285
  ExpirationDate?: Timestamp;
1141
1286
  /**
@@ -1155,13 +1300,13 @@ declare namespace ManagedBlockchain {
1155
1300
  */
1156
1301
  Tags?: OutputTagMap;
1157
1302
  /**
1158
- * 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.
1303
+ * The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1159
1304
  */
1160
1305
  Arn?: ArnString;
1161
1306
  }
1162
1307
  export interface ProposalActions {
1163
1308
  /**
1164
- * The actions to perform for an APPROVED proposal to invite an AWS account to create a member and join the network.
1309
+ * The actions to perform for an APPROVED proposal to invite an Amazon Web Services account to create a member and join the network.
1165
1310
  */
1166
1311
  Invitations?: InviteActionList;
1167
1312
  /**
@@ -1190,7 +1335,7 @@ declare namespace ManagedBlockchain {
1190
1335
  */
1191
1336
  ProposedByMemberName?: NetworkMemberNameString;
1192
1337
  /**
1193
- * The status of the proposal. Values are as follows: IN_PROGRESS - The proposal is active and open for member voting. APPROVED - The proposal was approved with sufficient YES votes among members according to the VotingPolicy specified for the Network. The specified proposal actions are carried out. REJECTED - The proposal was rejected with insufficient YES votes among members according to the VotingPolicy specified for the Network. The specified ProposalActions are not carried out. EXPIRED - Members did not cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions are not carried out. ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was approved could not be completed because of an error.
1338
+ * The status of the proposal. Values are as follows: IN_PROGRESS - The proposal is active and open for member voting. APPROVED - The proposal was approved with sufficient YES votes among members according to the VotingPolicy specified for the Network. The specified proposal actions are carried out. REJECTED - The proposal was rejected with insufficient YES votes among members according to the VotingPolicy specified for the Network. The specified ProposalActions aren't carried out. EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions aren't carried out. ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was approved couldn't be completed because of an error.
1194
1339
  */
1195
1340
  Status?: ProposalStatus;
1196
1341
  /**
@@ -1198,11 +1343,11 @@ declare namespace ManagedBlockchain {
1198
1343
  */
1199
1344
  CreationDate?: Timestamp;
1200
1345
  /**
1201
- * 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.
1346
+ * 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 haven't cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED and Actions aren't carried out.
1202
1347
  */
1203
1348
  ExpirationDate?: Timestamp;
1204
1349
  /**
1205
- * 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.
1350
+ * The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1206
1351
  */
1207
1352
  Arn?: ArnString;
1208
1353
  }
@@ -1230,7 +1375,7 @@ declare namespace ManagedBlockchain {
1230
1375
  export type TagKeyList = TagKey[];
1231
1376
  export interface TagResourceRequest {
1232
1377
  /**
1233
- * 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.
1378
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1234
1379
  */
1235
1380
  ResourceArn: ArnString;
1236
1381
  /**
@@ -1246,7 +1391,7 @@ declare namespace ManagedBlockchain {
1246
1391
  export type Timestamp = Date;
1247
1392
  export interface UntagResourceRequest {
1248
1393
  /**
1249
- * 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.
1394
+ * The Amazon Resource Name (ARN) of the resource. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
1250
1395
  */
1251
1396
  ResourceArn: ArnString;
1252
1397
  /**
@@ -975,7 +975,7 @@ declare namespace S3 {
975
975
  */
976
976
  Rules: LifecycleRules;
977
977
  }
978
- export type BucketLocationConstraint = "af-south-1"|"ap-east-1"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ca-central-1"|"cn-north-1"|"cn-northwest-1"|"EU"|"eu-central-1"|"eu-north-1"|"eu-south-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"me-south-1"|"sa-east-1"|"us-east-2"|"us-gov-east-1"|"us-gov-west-1"|"us-west-1"|"us-west-2"|string;
978
+ export type BucketLocationConstraint = "af-south-1"|"ap-east-1"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ca-central-1"|"cn-north-1"|"cn-northwest-1"|"EU"|"eu-central-1"|"eu-north-1"|"eu-south-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"me-south-1"|"sa-east-1"|"us-east-2"|"us-gov-east-1"|"us-gov-west-1"|"us-west-1"|"us-west-2"|string;
979
979
  export interface BucketLoggingStatus {
980
980
  LoggingEnabled?: LoggingEnabled;
981
981
  }