aws-sdk-core 2.11.511 → 2.11.516

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.
@@ -47,6 +47,12 @@
47
47
  "output_token": "NextToken",
48
48
  "limit_key": "MaxResults",
49
49
  "result_key": "Multiplexes"
50
+ },
51
+ "ListInputDevices": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "MaxResults",
55
+ "result_key": "InputDevices"
50
56
  }
51
57
  }
52
58
  }
@@ -107,6 +107,87 @@
107
107
  }
108
108
  ]
109
109
  },
110
+ "InputAttached": {
111
+ "description": "Wait until an input has been attached",
112
+ "operation": "DescribeInput",
113
+ "delay": 5,
114
+ "maxAttempts": 20,
115
+ "acceptors": [
116
+ {
117
+ "state": "success",
118
+ "matcher": "path",
119
+ "argument": "State",
120
+ "expected": "ATTACHED"
121
+ },
122
+ {
123
+ "state": "retry",
124
+ "matcher": "path",
125
+ "argument": "State",
126
+ "expected": "DETACHED"
127
+ },
128
+ {
129
+ "state": "retry",
130
+ "matcher": "status",
131
+ "expected": 500
132
+ }
133
+ ]
134
+ },
135
+ "InputDetached": {
136
+ "description": "Wait until an input has been detached",
137
+ "operation": "DescribeInput",
138
+ "delay": 5,
139
+ "maxAttempts": 84,
140
+ "acceptors": [
141
+ {
142
+ "state": "success",
143
+ "matcher": "path",
144
+ "argument": "State",
145
+ "expected": "DETACHED"
146
+ },
147
+ {
148
+ "state": "retry",
149
+ "matcher": "path",
150
+ "argument": "State",
151
+ "expected": "CREATING"
152
+ },
153
+ {
154
+ "state": "retry",
155
+ "matcher": "path",
156
+ "argument": "State",
157
+ "expected": "ATTACHED"
158
+ },
159
+ {
160
+ "state": "retry",
161
+ "matcher": "status",
162
+ "expected": 500
163
+ }
164
+ ]
165
+ },
166
+ "InputDeleted": {
167
+ "description": "Wait until an input has been deleted",
168
+ "operation": "DescribeInput",
169
+ "delay": 5,
170
+ "maxAttempts": 20,
171
+ "acceptors": [
172
+ {
173
+ "state": "success",
174
+ "matcher": "path",
175
+ "argument": "State",
176
+ "expected": "DELETED"
177
+ },
178
+ {
179
+ "state": "retry",
180
+ "matcher": "path",
181
+ "argument": "State",
182
+ "expected": "DELETING"
183
+ },
184
+ {
185
+ "state": "retry",
186
+ "matcher": "status",
187
+ "expected": 500
188
+ }
189
+ ]
190
+ },
110
191
  "MultiplexCreated": {
111
192
  "description": "Wait until a multiplex has been created",
112
193
  "operation": "DescribeMultiplex",
@@ -1865,6 +1865,8 @@
1865
1865
  "DashboardErrorType":{
1866
1866
  "type":"string",
1867
1867
  "enum":[
1868
+ "ACCESS_DENIED",
1869
+ "SOURCE_NOT_FOUND",
1868
1870
  "DATA_SET_NOT_FOUND",
1869
1871
  "INTERNAL_FAILURE",
1870
1872
  "PARAMETER_VALUE_INCOMPATIBLE",
@@ -1957,6 +1959,7 @@
1957
1959
  "Status":{"shape":"ResourceStatus"},
1958
1960
  "Arn":{"shape":"Arn"},
1959
1961
  "SourceEntityArn":{"shape":"Arn"},
1962
+ "DataSetArns":{"shape":"DataSetArnsList"},
1960
1963
  "Description":{"shape":"VersionDescription"}
1961
1964
  }
1962
1965
  },
@@ -1993,6 +1996,11 @@
1993
1996
  "RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
1994
1997
  }
1995
1998
  },
1999
+ "DataSetArnsList":{
2000
+ "type":"list",
2001
+ "member":{"shape":"Arn"},
2002
+ "max":100
2003
+ },
1996
2004
  "DataSetConfiguration":{
1997
2005
  "type":"structure",
1998
2006
  "members":{
@@ -4794,6 +4802,7 @@
4794
4802
  "TemplateErrorType":{
4795
4803
  "type":"string",
4796
4804
  "enum":[
4805
+ "SOURCE_NOT_FOUND",
4797
4806
  "DATA_SET_NOT_FOUND",
4798
4807
  "INTERNAL_FAILURE"
4799
4808
  ]
@@ -212,7 +212,8 @@
212
212
  "input":{"shape":"DeleteObjectsRequest"},
213
213
  "output":{"shape":"DeleteObjectsOutput"},
214
214
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html",
215
- "alias":"DeleteMultipleObjects"
215
+ "alias":"DeleteMultipleObjects",
216
+ "httpChecksumRequired":true
216
217
  },
217
218
  "DeletePublicAccessBlock":{
218
219
  "name":"DeletePublicAccessBlock",
@@ -631,7 +632,8 @@
631
632
  "requestUri":"/{Bucket}?acl"
632
633
  },
633
634
  "input":{"shape":"PutBucketAclRequest"},
634
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html"
635
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html",
636
+ "httpChecksumRequired":true
635
637
  },
636
638
  "PutBucketAnalyticsConfiguration":{
637
639
  "name":"PutBucketAnalyticsConfiguration",
@@ -648,7 +650,8 @@
648
650
  "requestUri":"/{Bucket}?cors"
649
651
  },
650
652
  "input":{"shape":"PutBucketCorsRequest"},
651
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html"
653
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html",
654
+ "httpChecksumRequired":true
652
655
  },
653
656
  "PutBucketEncryption":{
654
657
  "name":"PutBucketEncryption",
@@ -656,7 +659,8 @@
656
659
  "method":"PUT",
657
660
  "requestUri":"/{Bucket}?encryption"
658
661
  },
659
- "input":{"shape":"PutBucketEncryptionRequest"}
662
+ "input":{"shape":"PutBucketEncryptionRequest"},
663
+ "httpChecksumRequired":true
660
664
  },
661
665
  "PutBucketInventoryConfiguration":{
662
666
  "name":"PutBucketInventoryConfiguration",
@@ -674,7 +678,8 @@
674
678
  },
675
679
  "input":{"shape":"PutBucketLifecycleRequest"},
676
680
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html",
677
- "deprecated":true
681
+ "deprecated":true,
682
+ "httpChecksumRequired":true
678
683
  },
679
684
  "PutBucketLifecycleConfiguration":{
680
685
  "name":"PutBucketLifecycleConfiguration",
@@ -682,7 +687,8 @@
682
687
  "method":"PUT",
683
688
  "requestUri":"/{Bucket}?lifecycle"
684
689
  },
685
- "input":{"shape":"PutBucketLifecycleConfigurationRequest"}
690
+ "input":{"shape":"PutBucketLifecycleConfigurationRequest"},
691
+ "httpChecksumRequired":true
686
692
  },
687
693
  "PutBucketLogging":{
688
694
  "name":"PutBucketLogging",
@@ -691,7 +697,8 @@
691
697
  "requestUri":"/{Bucket}?logging"
692
698
  },
693
699
  "input":{"shape":"PutBucketLoggingRequest"},
694
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html"
700
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html",
701
+ "httpChecksumRequired":true
695
702
  },
696
703
  "PutBucketMetricsConfiguration":{
697
704
  "name":"PutBucketMetricsConfiguration",
@@ -709,7 +716,8 @@
709
716
  },
710
717
  "input":{"shape":"PutBucketNotificationRequest"},
711
718
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html",
712
- "deprecated":true
719
+ "deprecated":true,
720
+ "httpChecksumRequired":true
713
721
  },
714
722
  "PutBucketNotificationConfiguration":{
715
723
  "name":"PutBucketNotificationConfiguration",
@@ -726,7 +734,8 @@
726
734
  "requestUri":"/{Bucket}?policy"
727
735
  },
728
736
  "input":{"shape":"PutBucketPolicyRequest"},
729
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html"
737
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html",
738
+ "httpChecksumRequired":true
730
739
  },
731
740
  "PutBucketReplication":{
732
741
  "name":"PutBucketReplication",
@@ -734,7 +743,8 @@
734
743
  "method":"PUT",
735
744
  "requestUri":"/{Bucket}?replication"
736
745
  },
737
- "input":{"shape":"PutBucketReplicationRequest"}
746
+ "input":{"shape":"PutBucketReplicationRequest"},
747
+ "httpChecksumRequired":true
738
748
  },
739
749
  "PutBucketRequestPayment":{
740
750
  "name":"PutBucketRequestPayment",
@@ -743,7 +753,8 @@
743
753
  "requestUri":"/{Bucket}?requestPayment"
744
754
  },
745
755
  "input":{"shape":"PutBucketRequestPaymentRequest"},
746
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html"
756
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html",
757
+ "httpChecksumRequired":true
747
758
  },
748
759
  "PutBucketTagging":{
749
760
  "name":"PutBucketTagging",
@@ -752,7 +763,8 @@
752
763
  "requestUri":"/{Bucket}?tagging"
753
764
  },
754
765
  "input":{"shape":"PutBucketTaggingRequest"},
755
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html"
766
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html",
767
+ "httpChecksumRequired":true
756
768
  },
757
769
  "PutBucketVersioning":{
758
770
  "name":"PutBucketVersioning",
@@ -761,7 +773,8 @@
761
773
  "requestUri":"/{Bucket}?versioning"
762
774
  },
763
775
  "input":{"shape":"PutBucketVersioningRequest"},
764
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html"
776
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html",
777
+ "httpChecksumRequired":true
765
778
  },
766
779
  "PutBucketWebsite":{
767
780
  "name":"PutBucketWebsite",
@@ -770,7 +783,8 @@
770
783
  "requestUri":"/{Bucket}?website"
771
784
  },
772
785
  "input":{"shape":"PutBucketWebsiteRequest"},
773
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html"
786
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html",
787
+ "httpChecksumRequired":true
774
788
  },
775
789
  "PutObject":{
776
790
  "name":"PutObject",
@@ -793,7 +807,8 @@
793
807
  "errors":[
794
808
  {"shape":"NoSuchKey"}
795
809
  ],
796
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html"
810
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html",
811
+ "httpChecksumRequired":true
797
812
  },
798
813
  "PutObjectLegalHold":{
799
814
  "name":"PutObjectLegalHold",
@@ -802,7 +817,8 @@
802
817
  "requestUri":"/{Bucket}/{Key+}?legal-hold"
803
818
  },
804
819
  "input":{"shape":"PutObjectLegalHoldRequest"},
805
- "output":{"shape":"PutObjectLegalHoldOutput"}
820
+ "output":{"shape":"PutObjectLegalHoldOutput"},
821
+ "httpChecksumRequired":true
806
822
  },
807
823
  "PutObjectLockConfiguration":{
808
824
  "name":"PutObjectLockConfiguration",
@@ -811,7 +827,8 @@
811
827
  "requestUri":"/{Bucket}?object-lock"
812
828
  },
813
829
  "input":{"shape":"PutObjectLockConfigurationRequest"},
814
- "output":{"shape":"PutObjectLockConfigurationOutput"}
830
+ "output":{"shape":"PutObjectLockConfigurationOutput"},
831
+ "httpChecksumRequired":true
815
832
  },
816
833
  "PutObjectRetention":{
817
834
  "name":"PutObjectRetention",
@@ -820,7 +837,8 @@
820
837
  "requestUri":"/{Bucket}/{Key+}?retention"
821
838
  },
822
839
  "input":{"shape":"PutObjectRetentionRequest"},
823
- "output":{"shape":"PutObjectRetentionOutput"}
840
+ "output":{"shape":"PutObjectRetentionOutput"},
841
+ "httpChecksumRequired":true
824
842
  },
825
843
  "PutObjectTagging":{
826
844
  "name":"PutObjectTagging",
@@ -829,7 +847,8 @@
829
847
  "requestUri":"/{Bucket}/{Key+}?tagging"
830
848
  },
831
849
  "input":{"shape":"PutObjectTaggingRequest"},
832
- "output":{"shape":"PutObjectTaggingOutput"}
850
+ "output":{"shape":"PutObjectTaggingOutput"},
851
+ "httpChecksumRequired":true
833
852
  },
834
853
  "PutPublicAccessBlock":{
835
854
  "name":"PutPublicAccessBlock",
@@ -837,7 +856,8 @@
837
856
  "method":"PUT",
838
857
  "requestUri":"/{Bucket}?publicAccessBlock"
839
858
  },
840
- "input":{"shape":"PutPublicAccessBlockRequest"}
859
+ "input":{"shape":"PutPublicAccessBlockRequest"},
860
+ "httpChecksumRequired":true
841
861
  },
842
862
  "RestoreObject":{
843
863
  "name":"RestoreObject",
@@ -4751,6 +4771,8 @@
4751
4771
  },
4752
4772
  "ContentMD5":{
4753
4773
  "shape":"ContentMD5",
4774
+ "deprecated":true,
4775
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4754
4776
  "location":"header",
4755
4777
  "locationName":"Content-MD5"
4756
4778
  },
@@ -4827,6 +4849,8 @@
4827
4849
  },
4828
4850
  "ContentMD5":{
4829
4851
  "shape":"ContentMD5",
4852
+ "deprecated":true,
4853
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4830
4854
  "location":"header",
4831
4855
  "locationName":"Content-MD5"
4832
4856
  }
@@ -4847,6 +4871,8 @@
4847
4871
  },
4848
4872
  "ContentMD5":{
4849
4873
  "shape":"ContentMD5",
4874
+ "deprecated":true,
4875
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4850
4876
  "location":"header",
4851
4877
  "locationName":"Content-MD5"
4852
4878
  },
@@ -4912,6 +4938,8 @@
4912
4938
  },
4913
4939
  "ContentMD5":{
4914
4940
  "shape":"ContentMD5",
4941
+ "deprecated":true,
4942
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4915
4943
  "location":"header",
4916
4944
  "locationName":"Content-MD5"
4917
4945
  },
@@ -4942,6 +4970,8 @@
4942
4970
  },
4943
4971
  "ContentMD5":{
4944
4972
  "shape":"ContentMD5",
4973
+ "deprecated":true,
4974
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
4945
4975
  "location":"header",
4946
4976
  "locationName":"Content-MD5"
4947
4977
  }
@@ -5008,6 +5038,8 @@
5008
5038
  },
5009
5039
  "ContentMD5":{
5010
5040
  "shape":"ContentMD5",
5041
+ "deprecated":true,
5042
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5011
5043
  "location":"header",
5012
5044
  "locationName":"Content-MD5"
5013
5045
  },
@@ -5033,6 +5065,8 @@
5033
5065
  },
5034
5066
  "ContentMD5":{
5035
5067
  "shape":"ContentMD5",
5068
+ "deprecated":true,
5069
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5036
5070
  "location":"header",
5037
5071
  "locationName":"Content-MD5"
5038
5072
  },
@@ -5059,6 +5093,8 @@
5059
5093
  },
5060
5094
  "ContentMD5":{
5061
5095
  "shape":"ContentMD5",
5096
+ "deprecated":true,
5097
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5062
5098
  "location":"header",
5063
5099
  "locationName":"Content-MD5"
5064
5100
  },
@@ -5089,6 +5125,8 @@
5089
5125
  },
5090
5126
  "ContentMD5":{
5091
5127
  "shape":"ContentMD5",
5128
+ "deprecated":true,
5129
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5092
5130
  "location":"header",
5093
5131
  "locationName":"Content-MD5"
5094
5132
  },
@@ -5114,6 +5152,8 @@
5114
5152
  },
5115
5153
  "ContentMD5":{
5116
5154
  "shape":"ContentMD5",
5155
+ "deprecated":true,
5156
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5117
5157
  "location":"header",
5118
5158
  "locationName":"Content-MD5"
5119
5159
  },
@@ -5139,6 +5179,8 @@
5139
5179
  },
5140
5180
  "ContentMD5":{
5141
5181
  "shape":"ContentMD5",
5182
+ "deprecated":true,
5183
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5142
5184
  "location":"header",
5143
5185
  "locationName":"Content-MD5"
5144
5186
  },
@@ -5169,6 +5211,8 @@
5169
5211
  },
5170
5212
  "ContentMD5":{
5171
5213
  "shape":"ContentMD5",
5214
+ "deprecated":true,
5215
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5172
5216
  "location":"header",
5173
5217
  "locationName":"Content-MD5"
5174
5218
  },
@@ -5214,6 +5258,8 @@
5214
5258
  },
5215
5259
  "ContentMD5":{
5216
5260
  "shape":"ContentMD5",
5261
+ "deprecated":true,
5262
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5217
5263
  "location":"header",
5218
5264
  "locationName":"Content-MD5"
5219
5265
  },
@@ -5304,6 +5350,8 @@
5304
5350
  },
5305
5351
  "ContentMD5":{
5306
5352
  "shape":"ContentMD5",
5353
+ "deprecated":true,
5354
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5307
5355
  "location":"header",
5308
5356
  "locationName":"Content-MD5"
5309
5357
  }
@@ -5346,6 +5394,8 @@
5346
5394
  },
5347
5395
  "ContentMD5":{
5348
5396
  "shape":"ContentMD5",
5397
+ "deprecated":true,
5398
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5349
5399
  "location":"header",
5350
5400
  "locationName":"Content-MD5"
5351
5401
  }
@@ -5610,6 +5660,8 @@
5610
5660
  },
5611
5661
  "ContentMD5":{
5612
5662
  "shape":"ContentMD5",
5663
+ "deprecated":true,
5664
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5613
5665
  "location":"header",
5614
5666
  "locationName":"Content-MD5"
5615
5667
  }
@@ -5651,6 +5703,8 @@
5651
5703
  },
5652
5704
  "ContentMD5":{
5653
5705
  "shape":"ContentMD5",
5706
+ "deprecated":true,
5707
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5654
5708
  "location":"header",
5655
5709
  "locationName":"Content-MD5"
5656
5710
  },
@@ -5676,6 +5730,8 @@
5676
5730
  },
5677
5731
  "ContentMD5":{
5678
5732
  "shape":"ContentMD5",
5733
+ "deprecated":true,
5734
+ "deprecatedMessage":"Content-MD5 header will now be automatically computed and injected in associated operation's Http request.",
5679
5735
  "location":"header",
5680
5736
  "locationName":"Content-MD5"
5681
5737
  },