aws-sdk-managedblockchain 1.18.0 → 1.19.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6a216150f1901acb059dc12fda790490f061d73ae82579ce84a8ff85f359a7e
4
- data.tar.gz: 2ef6723b27656cb47a9df676baf39e7f96958806b9066b9d4f86736c1c600021
3
+ metadata.gz: d156426f9bed9b7f5596d4374a1d4efe70851b448c5039e3c009f96e62bb3f69
4
+ data.tar.gz: bf2c96746dade4adb51a90944c9c973f0f6e88ec68e6b3df9b01c3dcce9cc8d2
5
5
  SHA512:
6
- metadata.gz: ad62a2b8539471ab64366f9fd3b6638fbe0340d0f34c3b6a9dd97c5a0dae735c65522a32f10417e770528efacf63df7671b5bc1933bbaaf6ab87aad096eade08
7
- data.tar.gz: f6d8b9f2d0a4d00d264039e52d394357be88c6487d3e15a90336daca90c582591e5e8c6a1e506890b6f5849e7032c0c848266e87478399fc14190394ac45ab44
6
+ metadata.gz: 72f23fbce8122ddf15e47353cdd8d160843e88632cda2196b6441a3339ab64ad71d405c269e8274e577f930adec8cb51ec595a984dc875940733b80338d9cac1
7
+ data.tar.gz: 8533b4f30b26b9329a1b702ede396a08de1836c0e330bf9c7a76b25b9eb6118e3011720d9f9deccd5773c542bd9dd3e19bc65812379ef424feb44cc89be59c67
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
48
48
  # @!group service
49
49
  module Aws::ManagedBlockchain
50
50
 
51
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
@@ -379,6 +379,9 @@ module Aws::ManagedBlockchain
379
379
  # },
380
380
  # },
381
381
  # },
382
+ # tags: {
383
+ # "TagKey" => "TagValue",
384
+ # },
382
385
  # },
383
386
  # })
384
387
  #
@@ -432,6 +435,24 @@ module Aws::ManagedBlockchain
432
435
  # @option params [required, Types::MemberConfiguration] :member_configuration
433
436
  # Configuration properties for the first member within the network.
434
437
  #
438
+ # @option params [Hash<String,String>] :tags
439
+ # Tags to assign to the network. Each tag consists of a key and optional
440
+ # value.
441
+ #
442
+ # When specifying tags during creation, you can specify multiple
443
+ # key-value pairs in a single request, with an overall maximum of 50
444
+ # added to each resource.
445
+ #
446
+ # For more information about tags, see [Tagging Resources][1] in the
447
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
448
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
449
+ # Developer Guide*.
450
+ #
451
+ #
452
+ #
453
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
454
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
455
+ #
435
456
  # @return [Types::CreateNetworkOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
436
457
  #
437
458
  # * {Types::CreateNetworkOutput#network_id #network_id} => String
@@ -475,6 +496,12 @@ module Aws::ManagedBlockchain
475
496
  # },
476
497
  # },
477
498
  # },
499
+ # tags: {
500
+ # "TagKey" => "TagValue",
501
+ # },
502
+ # },
503
+ # tags: {
504
+ # "TagKey" => "TagValue",
478
505
  # },
479
506
  # })
480
507
  #
@@ -496,6 +523,9 @@ module Aws::ManagedBlockchain
496
523
  #
497
524
  # Applies to Hyperledger Fabric and Ethereum.
498
525
  #
526
+ # Ethereum on Managed Blockchain is in preview release and is subject to
527
+ # change.
528
+ #
499
529
  # @option params [required, String] :client_request_token
500
530
  # A unique, case-sensitive identifier that you provide to ensure the
501
531
  # idempotency of the operation. An idempotent operation completes no
@@ -525,6 +555,24 @@ module Aws::ManagedBlockchain
525
555
  # @option params [required, Types::NodeConfiguration] :node_configuration
526
556
  # The properties of a node configuration.
527
557
  #
558
+ # @option params [Hash<String,String>] :tags
559
+ # Tags to assign to the node. Each tag consists of a key and optional
560
+ # value.
561
+ #
562
+ # When specifying tags during creation, you can specify multiple
563
+ # key-value pairs in a single request, with an overall maximum of 50
564
+ # added to each resource.
565
+ #
566
+ # For more information about tags, see [Tagging Resources][1] in the
567
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
568
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
569
+ # Developer Guide*.
570
+ #
571
+ #
572
+ #
573
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
574
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
575
+ #
528
576
  # @return [Types::CreateNodeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
529
577
  #
530
578
  # * {Types::CreateNodeOutput#node_id #node_id} => String
@@ -554,6 +602,9 @@ module Aws::ManagedBlockchain
554
602
  # },
555
603
  # state_db: "LevelDB", # accepts LevelDB, CouchDB
556
604
  # },
605
+ # tags: {
606
+ # "TagKey" => "TagValue",
607
+ # },
557
608
  # })
558
609
  #
559
610
  # @example Response structure
@@ -603,6 +654,25 @@ module Aws::ManagedBlockchain
603
654
  # A description for the proposal that is visible to voting members, for
604
655
  # example, "Proposal to add Example Corp. as member."
605
656
  #
657
+ # @option params [Hash<String,String>] :tags
658
+ # Tags to assign to the proposal. Each tag consists of a key and
659
+ # optional value.
660
+ #
661
+ # When specifying tags during creation, you can specify multiple
662
+ # key-value pairs in a single request, with an overall maximum of 50
663
+ # added to each resource. If the proposal is for a network invitation,
664
+ # the invitation inherits the tags added to the proposal.
665
+ #
666
+ # For more information about tags, see [Tagging Resources][1] in the
667
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
668
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
669
+ # Developer Guide*.
670
+ #
671
+ #
672
+ #
673
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
674
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
675
+ #
606
676
  # @return [Types::CreateProposalOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
607
677
  #
608
678
  # * {Types::CreateProposalOutput#proposal_id #proposal_id} => String
@@ -626,6 +696,9 @@ module Aws::ManagedBlockchain
626
696
  # ],
627
697
  # },
628
698
  # description: "DescriptionString",
699
+ # tags: {
700
+ # "TagKey" => "TagValue",
701
+ # },
629
702
  # })
630
703
  #
631
704
  # @example Response structure
@@ -752,6 +825,9 @@ module Aws::ManagedBlockchain
752
825
  # resp.member.log_publishing_configuration.fabric.ca_logs.cloudwatch.enabled #=> Boolean
753
826
  # resp.member.status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED"
754
827
  # resp.member.creation_date #=> Time
828
+ # resp.member.tags #=> Hash
829
+ # resp.member.tags["TagKey"] #=> String
830
+ # resp.member.arn #=> String
755
831
  #
756
832
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetMember AWS API Documentation
757
833
  #
@@ -795,6 +871,9 @@ module Aws::ManagedBlockchain
795
871
  # resp.network.voting_policy.approval_threshold_policy.threshold_comparator #=> String, one of "GREATER_THAN", "GREATER_THAN_OR_EQUAL_TO"
796
872
  # resp.network.status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "DELETING", "DELETED"
797
873
  # resp.network.creation_date #=> Time
874
+ # resp.network.tags #=> Hash
875
+ # resp.network.tags["TagKey"] #=> String
876
+ # resp.network.arn #=> String
798
877
  #
799
878
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetNetwork AWS API Documentation
800
879
  #
@@ -849,6 +928,9 @@ module Aws::ManagedBlockchain
849
928
  # resp.node.state_db #=> String, one of "LevelDB", "CouchDB"
850
929
  # resp.node.status #=> String, one of "CREATING", "AVAILABLE", "UNHEALTHY", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED", "FAILED"
851
930
  # resp.node.creation_date #=> Time
931
+ # resp.node.tags #=> Hash
932
+ # resp.node.tags["TagKey"] #=> String
933
+ # resp.node.arn #=> String
852
934
  #
853
935
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetNode AWS API Documentation
854
936
  #
@@ -897,6 +979,9 @@ module Aws::ManagedBlockchain
897
979
  # resp.proposal.yes_vote_count #=> Integer
898
980
  # resp.proposal.no_vote_count #=> Integer
899
981
  # resp.proposal.outstanding_vote_count #=> Integer
982
+ # resp.proposal.tags #=> Hash
983
+ # resp.proposal.tags["TagKey"] #=> String
984
+ # resp.proposal.arn #=> String
900
985
  #
901
986
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/GetProposal AWS API Documentation
902
987
  #
@@ -946,6 +1031,8 @@ module Aws::ManagedBlockchain
946
1031
  # resp.invitations[0].network_summary.framework_version #=> String
947
1032
  # resp.invitations[0].network_summary.status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "DELETING", "DELETED"
948
1033
  # resp.invitations[0].network_summary.creation_date #=> Time
1034
+ # resp.invitations[0].network_summary.arn #=> String
1035
+ # resp.invitations[0].arn #=> String
949
1036
  # resp.next_token #=> String
950
1037
  #
951
1038
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListInvitations AWS API Documentation
@@ -1011,6 +1098,7 @@ module Aws::ManagedBlockchain
1011
1098
  # resp.members[0].status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETED"
1012
1099
  # resp.members[0].creation_date #=> Time
1013
1100
  # resp.members[0].is_owned #=> Boolean
1101
+ # resp.members[0].arn #=> String
1014
1102
  # resp.next_token #=> String
1015
1103
  #
1016
1104
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListMembers AWS API Documentation
@@ -1074,6 +1162,7 @@ module Aws::ManagedBlockchain
1074
1162
  # resp.networks[0].framework_version #=> String
1075
1163
  # resp.networks[0].status #=> String, one of "CREATING", "AVAILABLE", "CREATE_FAILED", "DELETING", "DELETED"
1076
1164
  # resp.networks[0].creation_date #=> Time
1165
+ # resp.networks[0].arn #=> String
1077
1166
  # resp.next_token #=> String
1078
1167
  #
1079
1168
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListNetworks AWS API Documentation
@@ -1134,6 +1223,7 @@ module Aws::ManagedBlockchain
1134
1223
  # resp.nodes[0].creation_date #=> Time
1135
1224
  # resp.nodes[0].availability_zone #=> String
1136
1225
  # resp.nodes[0].instance_type #=> String
1226
+ # resp.nodes[0].arn #=> String
1137
1227
  # resp.next_token #=> String
1138
1228
  #
1139
1229
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListNodes AWS API Documentation
@@ -1236,6 +1326,7 @@ module Aws::ManagedBlockchain
1236
1326
  # resp.proposals[0].status #=> String, one of "IN_PROGRESS", "APPROVED", "REJECTED", "EXPIRED", "ACTION_FAILED"
1237
1327
  # resp.proposals[0].creation_date #=> Time
1238
1328
  # resp.proposals[0].expiration_date #=> Time
1329
+ # resp.proposals[0].arn #=> String
1239
1330
  # resp.next_token #=> String
1240
1331
  #
1241
1332
  # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListProposals AWS API Documentation
@@ -1247,6 +1338,52 @@ module Aws::ManagedBlockchain
1247
1338
  req.send_request(options)
1248
1339
  end
1249
1340
 
1341
+ # Returns a list of tags for the specified resource. Each tag consists
1342
+ # of a key and optional value.
1343
+ #
1344
+ # For more information about tags, see [Tagging Resources][1] in the
1345
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1346
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1347
+ # Developer Guide*.
1348
+ #
1349
+ #
1350
+ #
1351
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1352
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1353
+ #
1354
+ # @option params [required, String] :resource_arn
1355
+ # The Amazon Resource Name (ARN) of the resource. For more information
1356
+ # about ARNs and their format, see [Amazon Resource Names (ARNs)][1] in
1357
+ # the *AWS General Reference*.
1358
+ #
1359
+ #
1360
+ #
1361
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1362
+ #
1363
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1364
+ #
1365
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Hash&lt;String,String&gt;
1366
+ #
1367
+ # @example Request syntax with placeholder values
1368
+ #
1369
+ # resp = client.list_tags_for_resource({
1370
+ # resource_arn: "ArnString", # required
1371
+ # })
1372
+ #
1373
+ # @example Response structure
1374
+ #
1375
+ # resp.tags #=> Hash
1376
+ # resp.tags["TagKey"] #=> String
1377
+ #
1378
+ # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListTagsForResource AWS API Documentation
1379
+ #
1380
+ # @overload list_tags_for_resource(params = {})
1381
+ # @param [Hash] params ({})
1382
+ def list_tags_for_resource(params = {}, options = {})
1383
+ req = build_request(:list_tags_for_resource, params)
1384
+ req.send_request(options)
1385
+ end
1386
+
1250
1387
  # Rejects an invitation to join a network. This action can be called by
1251
1388
  # a principal in an AWS account that has received an invitation to
1252
1389
  # create a member and join a network.
@@ -1273,6 +1410,104 @@ module Aws::ManagedBlockchain
1273
1410
  req.send_request(options)
1274
1411
  end
1275
1412
 
1413
+ # Adds or overwrites the specified tags for the specified Amazon Managed
1414
+ # Blockchain resource. Each tag consists of a key and optional value.
1415
+ #
1416
+ # When you specify a tag key that already exists, the tag value is
1417
+ # overwritten with the new value. Use `UntagResource` to remove tag
1418
+ # keys.
1419
+ #
1420
+ # A resource can have up to 50 tags. If you try to create more than 50
1421
+ # tags for a resource, your request fails and returns an error.
1422
+ #
1423
+ # For more information about tags, see [Tagging Resources][1] in the
1424
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1425
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1426
+ # Developer Guide*.
1427
+ #
1428
+ #
1429
+ #
1430
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1431
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1432
+ #
1433
+ # @option params [required, String] :resource_arn
1434
+ # The Amazon Resource Name (ARN) of the resource. For more information
1435
+ # about ARNs and their format, see [Amazon Resource Names (ARNs)][1] in
1436
+ # the *AWS General Reference*.
1437
+ #
1438
+ #
1439
+ #
1440
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1441
+ #
1442
+ # @option params [required, Hash<String,String>] :tags
1443
+ # The tags to assign to the specified resource. Tag values can be empty,
1444
+ # for example, `"MyTagKey" : ""`. You can specify multiple key-value
1445
+ # pairs in a single request, with an overall maximum of 50 added to each
1446
+ # resource.
1447
+ #
1448
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1449
+ #
1450
+ # @example Request syntax with placeholder values
1451
+ #
1452
+ # resp = client.tag_resource({
1453
+ # resource_arn: "ArnString", # required
1454
+ # tags: { # required
1455
+ # "TagKey" => "TagValue",
1456
+ # },
1457
+ # })
1458
+ #
1459
+ # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/TagResource AWS API Documentation
1460
+ #
1461
+ # @overload tag_resource(params = {})
1462
+ # @param [Hash] params ({})
1463
+ def tag_resource(params = {}, options = {})
1464
+ req = build_request(:tag_resource, params)
1465
+ req.send_request(options)
1466
+ end
1467
+
1468
+ # Removes the specified tags from the Amazon Managed Blockchain
1469
+ # resource.
1470
+ #
1471
+ # For more information about tags, see [Tagging Resources][1] in the
1472
+ # *Amazon Managed Blockchain Ethereum Developer Guide*, or [Tagging
1473
+ # Resources][2] in the *Amazon Managed Blockchain Hyperledger Fabric
1474
+ # Developer Guide*.
1475
+ #
1476
+ #
1477
+ #
1478
+ # [1]: https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html
1479
+ # [2]: https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html
1480
+ #
1481
+ # @option params [required, String] :resource_arn
1482
+ # The Amazon Resource Name (ARN) of the resource. For more information
1483
+ # about ARNs and their format, see [Amazon Resource Names (ARNs)][1] in
1484
+ # the *AWS General Reference*.
1485
+ #
1486
+ #
1487
+ #
1488
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1489
+ #
1490
+ # @option params [required, Array<String>] :tag_keys
1491
+ # The tag keys.
1492
+ #
1493
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1494
+ #
1495
+ # @example Request syntax with placeholder values
1496
+ #
1497
+ # resp = client.untag_resource({
1498
+ # resource_arn: "ArnString", # required
1499
+ # tag_keys: ["TagKey"], # required
1500
+ # })
1501
+ #
1502
+ # @see http://docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/UntagResource AWS API Documentation
1503
+ #
1504
+ # @overload untag_resource(params = {})
1505
+ # @param [Hash] params ({})
1506
+ def untag_resource(params = {}, options = {})
1507
+ req = build_request(:untag_resource, params)
1508
+ req.send_request(options)
1509
+ end
1510
+
1276
1511
  # Updates a member configuration with new parameters.
1277
1512
  #
1278
1513
  # Applies only to Hyperledger Fabric.
@@ -1416,7 +1651,7 @@ module Aws::ManagedBlockchain
1416
1651
  params: params,
1417
1652
  config: config)
1418
1653
  context[:gem_name] = 'aws-sdk-managedblockchain'
1419
- context[:gem_version] = '1.18.0'
1654
+ context[:gem_version] = '1.19.0'
1420
1655
  Seahorse::Client::Request.new(handlers, context)
1421
1656
  end
1422
1657
 
@@ -15,6 +15,7 @@ module Aws::ManagedBlockchain
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  ApprovalThresholdPolicy = Shapes::StructureShape.new(name: 'ApprovalThresholdPolicy')
18
+ ArnString = Shapes::StringShape.new(name: 'ArnString')
18
19
  AvailabilityZoneString = Shapes::StringShape.new(name: 'AvailabilityZoneString')
19
20
  ClientRequestTokenString = Shapes::StringShape.new(name: 'ClientRequestTokenString')
20
21
  CreateMemberInput = Shapes::StructureShape.new(name: 'CreateMemberInput')
@@ -32,6 +33,7 @@ module Aws::ManagedBlockchain
32
33
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
33
34
  Edition = Shapes::StringShape.new(name: 'Edition')
34
35
  Enabled = Shapes::BooleanShape.new(name: 'Enabled')
36
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
35
37
  Framework = Shapes::StringShape.new(name: 'Framework')
36
38
  FrameworkVersionString = Shapes::StringShape.new(name: 'FrameworkVersionString')
37
39
  GetMemberInput = Shapes::StructureShape.new(name: 'GetMemberInput')
@@ -43,6 +45,7 @@ module Aws::ManagedBlockchain
43
45
  GetProposalInput = Shapes::StructureShape.new(name: 'GetProposalInput')
44
46
  GetProposalOutput = Shapes::StructureShape.new(name: 'GetProposalOutput')
45
47
  IllegalActionException = Shapes::StructureShape.new(name: 'IllegalActionException')
48
+ InputTagMap = Shapes::MapShape.new(name: 'InputTagMap')
46
49
  InstanceTypeString = Shapes::StringShape.new(name: 'InstanceTypeString')
47
50
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
48
51
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
@@ -64,6 +67,8 @@ module Aws::ManagedBlockchain
64
67
  ListProposalVotesOutput = Shapes::StructureShape.new(name: 'ListProposalVotesOutput')
65
68
  ListProposalsInput = Shapes::StructureShape.new(name: 'ListProposalsInput')
66
69
  ListProposalsOutput = Shapes::StructureShape.new(name: 'ListProposalsOutput')
70
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
71
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
67
72
  LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
68
73
  LogConfigurations = Shapes::StructureShape.new(name: 'LogConfigurations')
69
74
  Member = Shapes::StructureShape.new(name: 'Member')
@@ -101,6 +106,7 @@ module Aws::ManagedBlockchain
101
106
  NodeStatus = Shapes::StringShape.new(name: 'NodeStatus')
102
107
  NodeSummary = Shapes::StructureShape.new(name: 'NodeSummary')
103
108
  NodeSummaryList = Shapes::ListShape.new(name: 'NodeSummaryList')
109
+ OutputTagMap = Shapes::MapShape.new(name: 'OutputTagMap')
104
110
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
105
111
  PasswordString = Shapes::StringShape.new(name: 'PasswordString')
106
112
  PrincipalString = Shapes::StringShape.new(name: 'PrincipalString')
@@ -123,10 +129,18 @@ module Aws::ManagedBlockchain
123
129
  ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
124
130
  StateDBType = Shapes::StringShape.new(name: 'StateDBType')
125
131
  String = Shapes::StringShape.new(name: 'String')
132
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
133
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
134
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
135
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
136
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
126
137
  ThresholdComparator = Shapes::StringShape.new(name: 'ThresholdComparator')
127
138
  ThresholdPercentageInt = Shapes::IntegerShape.new(name: 'ThresholdPercentageInt')
128
139
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
129
140
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
141
+ TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
142
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
143
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
130
144
  UpdateMemberInput = Shapes::StructureShape.new(name: 'UpdateMemberInput')
131
145
  UpdateMemberOutput = Shapes::StructureShape.new(name: 'UpdateMemberOutput')
132
146
  UpdateNodeInput = Shapes::StructureShape.new(name: 'UpdateNodeInput')
@@ -164,6 +178,7 @@ module Aws::ManagedBlockchain
164
178
  CreateNetworkInput.add_member(:framework_configuration, Shapes::ShapeRef.new(shape: NetworkFrameworkConfiguration, location_name: "FrameworkConfiguration"))
165
179
  CreateNetworkInput.add_member(:voting_policy, Shapes::ShapeRef.new(shape: VotingPolicy, required: true, location_name: "VotingPolicy"))
166
180
  CreateNetworkInput.add_member(:member_configuration, Shapes::ShapeRef.new(shape: MemberConfiguration, required: true, location_name: "MemberConfiguration"))
181
+ CreateNetworkInput.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, location_name: "Tags"))
167
182
  CreateNetworkInput.struct_class = Types::CreateNetworkInput
168
183
 
169
184
  CreateNetworkOutput.add_member(:network_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "NetworkId"))
@@ -174,6 +189,7 @@ module Aws::ManagedBlockchain
174
189
  CreateNodeInput.add_member(:network_id, Shapes::ShapeRef.new(shape: ResourceIdString, required: true, location: "uri", location_name: "networkId"))
175
190
  CreateNodeInput.add_member(:member_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "MemberId"))
176
191
  CreateNodeInput.add_member(:node_configuration, Shapes::ShapeRef.new(shape: NodeConfiguration, required: true, location_name: "NodeConfiguration"))
192
+ CreateNodeInput.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, location_name: "Tags"))
177
193
  CreateNodeInput.struct_class = Types::CreateNodeInput
178
194
 
179
195
  CreateNodeOutput.add_member(:node_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "NodeId"))
@@ -184,6 +200,7 @@ module Aws::ManagedBlockchain
184
200
  CreateProposalInput.add_member(:member_id, Shapes::ShapeRef.new(shape: ResourceIdString, required: true, location_name: "MemberId"))
185
201
  CreateProposalInput.add_member(:actions, Shapes::ShapeRef.new(shape: ProposalActions, required: true, location_name: "Actions"))
186
202
  CreateProposalInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
203
+ CreateProposalInput.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, location_name: "Tags"))
187
204
  CreateProposalInput.struct_class = Types::CreateProposalInput
188
205
 
189
206
  CreateProposalOutput.add_member(:proposal_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "ProposalId"))
@@ -233,6 +250,9 @@ module Aws::ManagedBlockchain
233
250
  IllegalActionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
234
251
  IllegalActionException.struct_class = Types::IllegalActionException
235
252
 
253
+ InputTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
254
+ InputTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
255
+
236
256
  InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
237
257
 
238
258
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -243,6 +263,7 @@ module Aws::ManagedBlockchain
243
263
  Invitation.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationDate"))
244
264
  Invitation.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
245
265
  Invitation.add_member(:network_summary, Shapes::ShapeRef.new(shape: NetworkSummary, location_name: "NetworkSummary"))
266
+ Invitation.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
246
267
  Invitation.struct_class = Types::Invitation
247
268
 
248
269
  InvitationList.member = Shapes::ShapeRef.new(shape: Invitation)
@@ -313,6 +334,12 @@ module Aws::ManagedBlockchain
313
334
  ListProposalsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
314
335
  ListProposalsOutput.struct_class = Types::ListProposalsOutput
315
336
 
337
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ArnString, required: true, location: "uri", location_name: "resourceArn"))
338
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
339
+
340
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
341
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
342
+
316
343
  LogConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
317
344
  LogConfiguration.struct_class = Types::LogConfiguration
318
345
 
@@ -327,12 +354,15 @@ module Aws::ManagedBlockchain
327
354
  Member.add_member(:log_publishing_configuration, Shapes::ShapeRef.new(shape: MemberLogPublishingConfiguration, location_name: "LogPublishingConfiguration"))
328
355
  Member.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, location_name: "Status"))
329
356
  Member.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
357
+ Member.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
358
+ Member.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
330
359
  Member.struct_class = Types::Member
331
360
 
332
361
  MemberConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NetworkMemberNameString, required: true, location_name: "Name"))
333
362
  MemberConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
334
363
  MemberConfiguration.add_member(:framework_configuration, Shapes::ShapeRef.new(shape: MemberFrameworkConfiguration, required: true, location_name: "FrameworkConfiguration"))
335
364
  MemberConfiguration.add_member(:log_publishing_configuration, Shapes::ShapeRef.new(shape: MemberLogPublishingConfiguration, location_name: "LogPublishingConfiguration"))
365
+ MemberConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, location_name: "Tags"))
336
366
  MemberConfiguration.struct_class = Types::MemberConfiguration
337
367
 
338
368
  MemberFabricAttributes.add_member(:admin_username, Shapes::ShapeRef.new(shape: UsernameString, location_name: "AdminUsername"))
@@ -361,6 +391,7 @@ module Aws::ManagedBlockchain
361
391
  MemberSummary.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, location_name: "Status"))
362
392
  MemberSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
363
393
  MemberSummary.add_member(:is_owned, Shapes::ShapeRef.new(shape: IsOwned, location_name: "IsOwned"))
394
+ MemberSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
364
395
  MemberSummary.struct_class = Types::MemberSummary
365
396
 
366
397
  MemberSummaryList.member = Shapes::ShapeRef.new(shape: MemberSummary)
@@ -375,6 +406,8 @@ module Aws::ManagedBlockchain
375
406
  Network.add_member(:voting_policy, Shapes::ShapeRef.new(shape: VotingPolicy, location_name: "VotingPolicy"))
376
407
  Network.add_member(:status, Shapes::ShapeRef.new(shape: NetworkStatus, location_name: "Status"))
377
408
  Network.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
409
+ Network.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
410
+ Network.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
378
411
  Network.struct_class = Types::Network
379
412
 
380
413
  NetworkEthereumAttributes.add_member(:chain_id, Shapes::ShapeRef.new(shape: String, location_name: "ChainId"))
@@ -401,6 +434,7 @@ module Aws::ManagedBlockchain
401
434
  NetworkSummary.add_member(:framework_version, Shapes::ShapeRef.new(shape: FrameworkVersionString, location_name: "FrameworkVersion"))
402
435
  NetworkSummary.add_member(:status, Shapes::ShapeRef.new(shape: NetworkStatus, location_name: "Status"))
403
436
  NetworkSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
437
+ NetworkSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
404
438
  NetworkSummary.struct_class = Types::NetworkSummary
405
439
 
406
440
  NetworkSummaryList.member = Shapes::ShapeRef.new(shape: NetworkSummary)
@@ -415,6 +449,8 @@ module Aws::ManagedBlockchain
415
449
  Node.add_member(:state_db, Shapes::ShapeRef.new(shape: StateDBType, location_name: "StateDB"))
416
450
  Node.add_member(:status, Shapes::ShapeRef.new(shape: NodeStatus, location_name: "Status"))
417
451
  Node.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
452
+ Node.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
453
+ Node.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
418
454
  Node.struct_class = Types::Node
419
455
 
420
456
  NodeConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceTypeString, required: true, location_name: "InstanceType"))
@@ -447,10 +483,14 @@ module Aws::ManagedBlockchain
447
483
  NodeSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
448
484
  NodeSummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneString, location_name: "AvailabilityZone"))
449
485
  NodeSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceTypeString, location_name: "InstanceType"))
486
+ NodeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
450
487
  NodeSummary.struct_class = Types::NodeSummary
451
488
 
452
489
  NodeSummaryList.member = Shapes::ShapeRef.new(shape: NodeSummary)
453
490
 
491
+ OutputTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
492
+ OutputTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
493
+
454
494
  Proposal.add_member(:proposal_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "ProposalId"))
455
495
  Proposal.add_member(:network_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "NetworkId"))
456
496
  Proposal.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -463,6 +503,8 @@ module Aws::ManagedBlockchain
463
503
  Proposal.add_member(:yes_vote_count, Shapes::ShapeRef.new(shape: VoteCount, location_name: "YesVoteCount"))
464
504
  Proposal.add_member(:no_vote_count, Shapes::ShapeRef.new(shape: VoteCount, location_name: "NoVoteCount"))
465
505
  Proposal.add_member(:outstanding_vote_count, Shapes::ShapeRef.new(shape: VoteCount, location_name: "OutstandingVoteCount"))
506
+ Proposal.add_member(:tags, Shapes::ShapeRef.new(shape: OutputTagMap, location_name: "Tags"))
507
+ Proposal.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
466
508
  Proposal.struct_class = Types::Proposal
467
509
 
468
510
  ProposalActions.add_member(:invitations, Shapes::ShapeRef.new(shape: InviteActionList, location_name: "Invitations"))
@@ -476,6 +518,7 @@ module Aws::ManagedBlockchain
476
518
  ProposalSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProposalStatus, location_name: "Status"))
477
519
  ProposalSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationDate"))
478
520
  ProposalSummary.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationDate"))
521
+ ProposalSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "Arn"))
479
522
  ProposalSummary.struct_class = Types::ProposalSummary
480
523
 
481
524
  ProposalSummaryList.member = Shapes::ShapeRef.new(shape: ProposalSummary)
@@ -499,13 +542,32 @@ module Aws::ManagedBlockchain
499
542
  ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
500
543
 
501
544
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
545
+ ResourceNotFoundException.add_member(:resource_name, Shapes::ShapeRef.new(shape: ArnString, location_name: "ResourceName"))
502
546
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
503
547
 
504
548
  ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
505
549
  ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
506
550
 
551
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
552
+
553
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ArnString, required: true, location: "uri", location_name: "resourceArn"))
554
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagMap, required: true, location_name: "Tags"))
555
+ TagResourceRequest.struct_class = Types::TagResourceRequest
556
+
557
+ TagResourceResponse.struct_class = Types::TagResourceResponse
558
+
507
559
  ThrottlingException.struct_class = Types::ThrottlingException
508
560
 
561
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
562
+ TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: ArnString, location_name: "ResourceName"))
563
+ TooManyTagsException.struct_class = Types::TooManyTagsException
564
+
565
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ArnString, required: true, location: "uri", location_name: "resourceArn"))
566
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
567
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
568
+
569
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
570
+
509
571
  UpdateMemberInput.add_member(:network_id, Shapes::ShapeRef.new(shape: ResourceIdString, required: true, location: "uri", location_name: "networkId"))
510
572
  UpdateMemberInput.add_member(:member_id, Shapes::ShapeRef.new(shape: ResourceIdString, required: true, location: "uri", location_name: "memberId"))
511
573
  UpdateMemberInput.add_member(:log_publishing_configuration, Shapes::ShapeRef.new(shape: MemberLogPublishingConfiguration, location_name: "LogPublishingConfiguration"))
@@ -570,6 +632,7 @@ module Aws::ManagedBlockchain
570
632
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
571
633
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
572
634
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
635
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
573
636
  end)
574
637
 
575
638
  api.add_operation(:create_network, Seahorse::Model::Operation.new.tap do |o|
@@ -584,6 +647,7 @@ module Aws::ManagedBlockchain
584
647
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
585
648
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
586
649
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
650
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
587
651
  end)
588
652
 
589
653
  api.add_operation(:create_node, Seahorse::Model::Operation.new.tap do |o|
@@ -600,6 +664,7 @@ module Aws::ManagedBlockchain
600
664
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
601
665
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
602
666
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
667
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
603
668
  end)
604
669
 
605
670
  api.add_operation(:create_proposal, Seahorse::Model::Operation.new.tap do |o|
@@ -614,6 +679,7 @@ module Aws::ManagedBlockchain
614
679
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
615
680
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
616
681
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
682
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
617
683
  end)
618
684
 
619
685
  api.add_operation(:delete_member, Seahorse::Model::Operation.new.tap do |o|
@@ -807,6 +873,18 @@ module Aws::ManagedBlockchain
807
873
  )
808
874
  end)
809
875
 
876
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
877
+ o.name = "ListTagsForResource"
878
+ o.http_method = "GET"
879
+ o.http_request_uri = "/tags/{resourceArn}"
880
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
881
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
882
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
883
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
885
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
886
+ end)
887
+
810
888
  api.add_operation(:reject_invitation, Seahorse::Model::Operation.new.tap do |o|
811
889
  o.name = "RejectInvitation"
812
890
  o.http_method = "DELETE"
@@ -821,6 +899,31 @@ module Aws::ManagedBlockchain
821
899
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
822
900
  end)
823
901
 
902
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
903
+ o.name = "TagResource"
904
+ o.http_method = "POST"
905
+ o.http_request_uri = "/tags/{resourceArn}"
906
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
907
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
908
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
909
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
911
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
912
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
913
+ end)
914
+
915
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
916
+ o.name = "UntagResource"
917
+ o.http_method = "DELETE"
918
+ o.http_request_uri = "/tags/{resourceArn}"
919
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
920
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
921
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
923
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
924
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
925
+ end)
926
+
824
927
  api.add_operation(:update_member, Seahorse::Model::Operation.new.tap do |o|
825
928
  o.name = "UpdateMember"
826
929
  o.http_method = "PATCH"