aws-sdk-cloudcontrolapi 1.6.0 → 1.7.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: 4364092ac79d89a083eadce9d44b7d19b7c594abdc0d6a277c983ad55b974212
4
- data.tar.gz: 3bcb2ffc51085bd6f849919115a4933ed7e41eb4fe60c658f0bf2163e2e318c8
3
+ metadata.gz: 0e92fe62792acb6b58879d4e106005eea7a5514efda5652553b1fefcac178297
4
+ data.tar.gz: 5f56275d02b5b3c9ef6e430d3eaa403fed4de2abb9cae2a01b63595d5f7c0332
5
5
  SHA512:
6
- metadata.gz: f41a2d4ad42157fab91136b46cf7fb261571d916ce70f71f4d653f38158e3d426f89f248cee24a8701cb40b3bc2382511bc4f30293201cde9c6b86e6f95dec6e
7
- data.tar.gz: d14c9b413da29b0cc838d25b39ec219bdb65dcfb85cb40a9386ab3e40b725bea077105c29239c0cd06fdacb384610c6650510034a7c44c640134c6ae9e6ededd
6
+ metadata.gz: e38d3a967d8c9156b8f5afabeb416b3ddc4588df53a77de8416d7e3e666b6f1799ebe1dc86fd9ee3af1dca1b9152bd9aee5638bcded7123f18ec6556e4fd4cdf
7
+ data.tar.gz: ec82f9889b9479a162a5bc501f8b6d1c49a47d46a8c26830bb5e0d97aa6d7bf0d527c780aa572dca329b9e42cc4f6fe5f2405ed12095ff81794cea1c4c4d77ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2022-03-31)
5
+ ------------------
6
+
7
+ * Feature - SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
8
+
4
9
  1.6.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -366,7 +366,7 @@ module Aws::CloudControlApi
366
366
  # *Amazon Web Services Cloud Control API User Guide*.
367
367
  #
368
368
  # Only resource operations requests with a status of `PENDING` or
369
- # `IN_PROGRESS` can be cancelled.
369
+ # `IN_PROGRESS` can be canceled.
370
370
  #
371
371
  #
372
372
  #
@@ -432,7 +432,7 @@ module Aws::CloudControlApi
432
432
  #
433
433
  # @option params [String] :role_arn
434
434
  # The Amazon Resource Name (ARN) of the Identity and Access Management
435
- # (IAM) for Cloud Control API to use when performing this resource
435
+ # (IAM) role for Cloud Control API to use when performing this resource
436
436
  # operation. The role specified must have the permissions required for
437
437
  # this operation. The necessary permissions for each event handler are
438
438
  # defined in the ` handlers ` section of the [resource type definition
@@ -492,8 +492,7 @@ module Aws::CloudControlApi
492
492
  #
493
493
  # For more information about the properties of a specific resource,
494
494
  # refer to the related topic for the resource in the [Resource and
495
- # property types reference][2] in the *Amazon Web Services
496
- # CloudFormation Users Guide*.
495
+ # property types reference][2] in the *CloudFormation Users Guide*.
497
496
  #
498
497
  #
499
498
  #
@@ -560,7 +559,7 @@ module Aws::CloudControlApi
560
559
  #
561
560
  # @option params [String] :role_arn
562
561
  # The Amazon Resource Name (ARN) of the Identity and Access Management
563
- # (IAM) for Cloud Control API to use when performing this resource
562
+ # (IAM) role for Cloud Control API to use when performing this resource
564
563
  # operation. The role specified must have the permissions required for
565
564
  # this operation. The necessary permissions for each event handler are
566
565
  # defined in the ` handlers ` section of the [resource type definition
@@ -660,8 +659,8 @@ module Aws::CloudControlApi
660
659
  # For details, see [Reading a resource's current state][1].
661
660
  #
662
661
  # You can use this action to return information about an existing
663
- # resource in your account and Amazon Web Services Region, whether or
664
- # not those resources were provisioned using Cloud Control API.
662
+ # resource in your account and Amazon Web Services Region, whether those
663
+ # resources were provisioned using Cloud Control API.
665
664
  #
666
665
  #
667
666
  #
@@ -677,7 +676,7 @@ module Aws::CloudControlApi
677
676
  #
678
677
  # @option params [String] :role_arn
679
678
  # The Amazon Resource Name (ARN) of the Identity and Access Management
680
- # (IAM) for Cloud Control API to use when performing this resource
679
+ # (IAM) role for Cloud Control API to use when performing this resource
681
680
  # operation. The role specified must have the permissions required for
682
681
  # this operation. The necessary permissions for each event handler are
683
682
  # defined in the ` handlers ` section of the [resource type definition
@@ -801,7 +800,7 @@ module Aws::CloudControlApi
801
800
  # resource operation requests][1] in the *Amazon Web Services Cloud
802
801
  # Control API User Guide*.
803
802
  #
804
- # <note markdown="1"> Resource operation requests expire after seven days.
803
+ # <note markdown="1"> Resource operation requests expire after 7 days.
805
804
  #
806
805
  # </note>
807
806
  #
@@ -871,14 +870,17 @@ module Aws::CloudControlApi
871
870
  end
872
871
 
873
872
  # Returns information about the specified resources. For more
874
- # information, see [Discovering
875
- # resources](cloudcontrolapi/latest/userguide/resource-operations-list.html)
876
- # in the *Amazon Web Services Cloud Control API User Guide*.
873
+ # information, see [Discovering resources][1] in the *Amazon Web
874
+ # Services Cloud Control API User Guide*.
877
875
  #
878
876
  # You can use this action to return information about existing resources
879
- # in your account and Amazon Web Services Region, whether or not those
877
+ # in your account and Amazon Web Services Region, whether those
880
878
  # resources were provisioned using Cloud Control API.
881
879
  #
880
+ #
881
+ #
882
+ # [1]: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-list.html
883
+ #
882
884
  # @option params [required, String] :type_name
883
885
  # The name of the resource type.
884
886
  #
@@ -889,7 +891,7 @@ module Aws::CloudControlApi
889
891
  #
890
892
  # @option params [String] :role_arn
891
893
  # The Amazon Resource Name (ARN) of the Identity and Access Management
892
- # (IAM) for Cloud Control API to use when performing this resource
894
+ # (IAM) role for Cloud Control API to use when performing this resource
893
895
  # operation. The role specified must have the permissions required for
894
896
  # this operation. The necessary permissions for each event handler are
895
897
  # defined in the ` handlers ` section of the [resource type definition
@@ -915,12 +917,7 @@ module Aws::CloudControlApi
915
917
  # `NextToken` parameter is set to `null`.
916
918
  #
917
919
  # @option params [Integer] :max_results
918
- # The maximum number of results to be returned with a single call. If
919
- # the number of available results exceeds this maximum, the response
920
- # includes a `NextToken` value that you can assign to the `NextToken`
921
- # request parameter to get the next set of results.
922
- #
923
- # The default is `20`.
920
+ # Reserved.
924
921
  #
925
922
  # @option params [String] :resource_model
926
923
  # The resource model to use to select the resources to return.
@@ -978,8 +975,7 @@ module Aws::CloudControlApi
978
975
  #
979
976
  # For more information about the properties of a specific resource,
980
977
  # refer to the related topic for the resource in the [Resource and
981
- # property types reference][4] in the *Amazon Web Services
982
- # CloudFormation Users Guide*.
978
+ # property types reference][4] in the *CloudFormation Users Guide*.
983
979
  #
984
980
  #
985
981
  #
@@ -998,7 +994,7 @@ module Aws::CloudControlApi
998
994
  #
999
995
  # @option params [String] :role_arn
1000
996
  # The Amazon Resource Name (ARN) of the Identity and Access Management
1001
- # (IAM) for Cloud Control API to use when performing this resource
997
+ # (IAM) role for Cloud Control API to use when performing this resource
1002
998
  # operation. The role specified must have the permissions required for
1003
999
  # this operation. The necessary permissions for each event handler are
1004
1000
  # defined in the ` handlers ` section of the [resource type definition
@@ -1118,7 +1114,7 @@ module Aws::CloudControlApi
1118
1114
  params: params,
1119
1115
  config: config)
1120
1116
  context[:gem_name] = 'aws-sdk-cloudcontrolapi'
1121
- context[:gem_version] = '1.6.0'
1117
+ context[:gem_version] = '1.7.0'
1122
1118
  Seahorse::Client::Request.new(handlers, context)
1123
1119
  end
1124
1120
 
@@ -64,7 +64,7 @@ module Aws::CloudControlApi
64
64
  # The specified client token has already been used in another resource
65
65
  # request.
66
66
  #
67
- # It is best practice for client tokens to be unique for each resource
67
+ # It's best practice for client tokens to be unique for each resource
68
68
  # operation request. However, client token expire after 36 hours.
69
69
  #
70
70
  # @!attribute [rw] message
@@ -128,11 +128,11 @@ module Aws::CloudControlApi
128
128
  #
129
129
  # @!attribute [rw] role_arn
130
130
  # The Amazon Resource Name (ARN) of the Identity and Access Management
131
- # (IAM) for Cloud Control API to use when performing this resource
132
- # operation. The role specified must have the permissions required for
133
- # this operation. The necessary permissions for each event handler are
134
- # defined in the ` handlers ` section of the [resource type definition
135
- # schema][1].
131
+ # (IAM) role for Cloud Control API to use when performing this
132
+ # resource operation. The role specified must have the permissions
133
+ # required for this operation. The necessary permissions for each
134
+ # event handler are defined in the ` handlers ` section of the
135
+ # [resource type definition schema][1].
136
136
  #
137
137
  # If you do not specify a role, Cloud Control API uses a temporary
138
138
  # session created using your Amazon Web Services user credentials.
@@ -195,8 +195,7 @@ module Aws::CloudControlApi
195
195
  #
196
196
  # For more information about the properties of a specific resource,
197
197
  # refer to the related topic for the resource in the [Resource and
198
- # property types reference][2] in the *Amazon Web Services
199
- # CloudFormation Users Guide*.
198
+ # property types reference][2] in the *CloudFormation Users Guide*.
200
199
  #
201
200
  #
202
201
  #
@@ -260,11 +259,11 @@ module Aws::CloudControlApi
260
259
  #
261
260
  # @!attribute [rw] role_arn
262
261
  # The Amazon Resource Name (ARN) of the Identity and Access Management
263
- # (IAM) for Cloud Control API to use when performing this resource
264
- # operation. The role specified must have the permissions required for
265
- # this operation. The necessary permissions for each event handler are
266
- # defined in the ` handlers ` section of the [resource type definition
267
- # schema][1].
262
+ # (IAM) role for Cloud Control API to use when performing this
263
+ # resource operation. The role specified must have the permissions
264
+ # required for this operation. The necessary permissions for each
265
+ # event handler are defined in the ` handlers ` section of the
266
+ # [resource type definition schema][1].
268
267
  #
269
268
  # If you do not specify a role, Cloud Control API uses a temporary
270
269
  # session created using your Amazon Web Services user credentials.
@@ -361,7 +360,7 @@ module Aws::CloudControlApi
361
360
  end
362
361
 
363
362
  # The resource handler has returned that the downstream service
364
- # generated an error that does not map to any other handler error code.
363
+ # generated an error that doesn't map to any other handler error code.
365
364
  #
366
365
  # @!attribute [rw] message
367
366
  # @return [String]
@@ -396,11 +395,11 @@ module Aws::CloudControlApi
396
395
  #
397
396
  # @!attribute [rw] role_arn
398
397
  # The Amazon Resource Name (ARN) of the Identity and Access Management
399
- # (IAM) for Cloud Control API to use when performing this resource
400
- # operation. The role specified must have the permissions required for
401
- # this operation. The necessary permissions for each event handler are
402
- # defined in the ` handlers ` section of the [resource type definition
403
- # schema][1].
398
+ # (IAM) role for Cloud Control API to use when performing this
399
+ # resource operation. The role specified must have the permissions
400
+ # required for this operation. The necessary permissions for each
401
+ # event handler are defined in the ` handlers ` section of the
402
+ # [resource type definition schema][1].
404
403
  #
405
404
  # If you do not specify a role, Cloud Control API uses a temporary
406
405
  # session created using your Amazon Web Services user credentials.
@@ -644,11 +643,11 @@ module Aws::CloudControlApi
644
643
  #
645
644
  # @!attribute [rw] role_arn
646
645
  # The Amazon Resource Name (ARN) of the Identity and Access Management
647
- # (IAM) for Cloud Control API to use when performing this resource
648
- # operation. The role specified must have the permissions required for
649
- # this operation. The necessary permissions for each event handler are
650
- # defined in the ` handlers ` section of the [resource type definition
651
- # schema][1].
646
+ # (IAM) role for Cloud Control API to use when performing this
647
+ # resource operation. The role specified must have the permissions
648
+ # required for this operation. The necessary permissions for each
649
+ # event handler are defined in the ` handlers ` section of the
650
+ # [resource type definition schema][1].
652
651
  #
653
652
  # If you do not specify a role, Cloud Control API uses a temporary
654
653
  # session created using your Amazon Web Services user credentials.
@@ -672,12 +671,7 @@ module Aws::CloudControlApi
672
671
  # @return [String]
673
672
  #
674
673
  # @!attribute [rw] max_results
675
- # The maximum number of results to be returned with a single call. If
676
- # the number of available results exceeds this maximum, the response
677
- # includes a `NextToken` value that you can assign to the `NextToken`
678
- # request parameter to get the next set of results.
679
- #
680
- # The default is `20`.
674
+ # Reserved.
681
675
  # @return [Integer]
682
676
  #
683
677
  # @!attribute [rw] resource_model
@@ -724,7 +718,7 @@ module Aws::CloudControlApi
724
718
  include Aws::Structure
725
719
  end
726
720
 
727
- # The resource handler has returned that the request could not be
721
+ # The resource handler has returned that the request couldn't be
728
722
  # completed due to networking issues, such as a failure to receive a
729
723
  # response from the server.
730
724
  #
@@ -754,7 +748,7 @@ module Aws::CloudControlApi
754
748
  end
755
749
 
756
750
  # One or more properties included in this resource operation are defined
757
- # as create-only, and therefore cannot be updated.
751
+ # as create-only, and therefore can't be updated.
758
752
  #
759
753
  # @!attribute [rw] message
760
754
  # @return [String]
@@ -767,7 +761,7 @@ module Aws::CloudControlApi
767
761
  include Aws::Structure
768
762
  end
769
763
 
770
- # Cloud Control API has not received a valid response from the resource
764
+ # Cloud Control API hasn't received a valid response from the resource
771
765
  # handler, due to a configuration error. This includes issues such as
772
766
  # the resource handler returning an invalid response, or timing out.
773
767
  #
@@ -821,7 +815,7 @@ module Aws::CloudControlApi
821
815
  # @!attribute [rw] operation_status
822
816
  # The current status of the resource operation request.
823
817
  #
824
- # * `PENDING`\: The resource operation has not yet started.
818
+ # * `PENDING`\: The resource operation hasn't yet started.
825
819
  #
826
820
  # * `IN_PROGRESS`\: The resource operation is currently in progress.
827
821
  #
@@ -882,7 +876,7 @@ module Aws::CloudControlApi
882
876
  include Aws::Structure
883
877
  end
884
878
 
885
- # A resource operation with the specified request token cannot be found.
879
+ # A resource operation with the specified request token can't be found.
886
880
  #
887
881
  # @!attribute [rw] message
888
882
  # @return [String]
@@ -896,7 +890,7 @@ module Aws::CloudControlApi
896
890
  end
897
891
 
898
892
  # The resource is temporarily unavailable to be acted upon. For example,
899
- # if the resource is currently undergoing an operation and cannot be
893
+ # if the resource is currently undergoing an operation and can't be
900
894
  # acted upon until that operation is finished.
901
895
  #
902
896
  # @!attribute [rw] message
@@ -936,7 +930,7 @@ module Aws::CloudControlApi
936
930
  include Aws::Structure
937
931
  end
938
932
 
939
- # A resource with the specified identifier cannot be found.
933
+ # A resource with the specified identifier can't be found.
940
934
  #
941
935
  # @!attribute [rw] message
942
936
  # @return [String]
@@ -969,14 +963,14 @@ module Aws::CloudControlApi
969
963
  # * `PENDING`\: The operation has been requested, but not yet
970
964
  # initiated.
971
965
  #
972
- # * `IN_PROGRESS`\: The operation is currently in progress.
966
+ # * `IN_PROGRESS`\: The operation is in progress.
973
967
  #
974
- # * `SUCCESS`\: The operation has successfully completed.
968
+ # * `SUCCESS`\: The operation completed.
975
969
  #
976
- # * `FAILED`\: The operation has failed.
970
+ # * `FAILED`\: The operation failed.
977
971
  #
978
- # * `CANCEL_IN_PROGRESS`\: The operation is currently in the process
979
- # of being canceled.
972
+ # * `CANCEL_IN_PROGRESS`\: The operation is in the process of being
973
+ # canceled.
980
974
  #
981
975
  # * `CANCEL_COMPLETE`\: The operation has been canceled.
982
976
  # @return [Array<String>]
@@ -1031,7 +1025,7 @@ module Aws::CloudControlApi
1031
1025
  include Aws::Structure
1032
1026
  end
1033
1027
 
1034
- # The specified extension does not exist in the CloudFormation registry.
1028
+ # The specified extension doesn't exist in the CloudFormation registry.
1035
1029
  #
1036
1030
  # @!attribute [rw] message
1037
1031
  # @return [String]
@@ -1044,7 +1038,7 @@ module Aws::CloudControlApi
1044
1038
  include Aws::Structure
1045
1039
  end
1046
1040
 
1047
- # The specified resource does not support this resource operation.
1041
+ # The specified resource doesn't support this resource operation.
1048
1042
  #
1049
1043
  # @!attribute [rw] message
1050
1044
  # @return [String]
@@ -1081,11 +1075,11 @@ module Aws::CloudControlApi
1081
1075
  #
1082
1076
  # @!attribute [rw] role_arn
1083
1077
  # The Amazon Resource Name (ARN) of the Identity and Access Management
1084
- # (IAM) for Cloud Control API to use when performing this resource
1085
- # operation. The role specified must have the permissions required for
1086
- # this operation. The necessary permissions for each event handler are
1087
- # defined in the ` handlers ` section of the [resource type definition
1088
- # schema][1].
1078
+ # (IAM) role for Cloud Control API to use when performing this
1079
+ # resource operation. The role specified must have the permissions
1080
+ # required for this operation. The necessary permissions for each
1081
+ # event handler are defined in the ` handlers ` section of the
1082
+ # [resource type definition schema][1].
1089
1083
  #
1090
1084
  # If you do not specify a role, Cloud Control API uses a temporary
1091
1085
  # session created using your Amazon Web Services user credentials.
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudcontrolapi/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudControlApi
51
51
 
52
- GEM_VERSION = '1.6.0'
52
+ GEM_VERSION = '1.7.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudcontrolapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core