aws-sdk-core 2.11.394 → 2.11.395

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
  SHA1:
3
- metadata.gz: 1d408039479ee2173bac77f922ac1ce1007cfd4b
4
- data.tar.gz: 3928100ee1501ec64d8c70a82fd56661dd10d5b6
3
+ metadata.gz: 7a566244377d5be8549994731a3a4b35abce1d2b
4
+ data.tar.gz: a9a6de1f84e0a8bc7351e548542923a98c891332
5
5
  SHA512:
6
- metadata.gz: 3a955a52186cb03a9b6e02fc79b826f4c8cd7f90e38b14a6633b4b5d22c1c415c4e3ef1a49707a92c7008c7f8afd796c38ceb448478ab10bc75b18a733b1bbb2
7
- data.tar.gz: 0fe472ab13c03b307d661da6fbf43facf1049ce4ebe6be2221f768f3035e313ad16225a7e2d4b27f34e458c1d923028325f98e7413149f0550a7b6154e5e3f46
6
+ metadata.gz: 3eb8a066df97ea876a418a7ef83fb953a2df82f44a36acc7e76c04caa1fa45ab6fa9316cd2e94726c4d429f49998021a22c547923e06a87cdfb964e300a829a7
7
+ data.tar.gz: bbe629b76860018d3bf946a3b770eeca98eb577f3d68f24ac28a5b0fb55d5b29ffe46aa2f659a35e6fb68b47651f081fee41da312b3158029aca6315addb9c50
@@ -30,6 +30,22 @@
30
30
  {"shape":"RequestChangedException"}
31
31
  ]
32
32
  },
33
+ "GetCostAndUsageWithResources":{
34
+ "name":"GetCostAndUsageWithResources",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"GetCostAndUsageWithResourcesRequest"},
40
+ "output":{"shape":"GetCostAndUsageWithResourcesResponse"},
41
+ "errors":[
42
+ {"shape":"DataUnavailableException"},
43
+ {"shape":"LimitExceededException"},
44
+ {"shape":"BillExpirationException"},
45
+ {"shape":"InvalidNextTokenException"},
46
+ {"shape":"RequestChangedException"}
47
+ ]
48
+ },
33
49
  "GetCostForecast":{
34
50
  "name":"GetCostForecast",
35
51
  "http":{
@@ -335,6 +351,7 @@
335
351
  "INSTANCE_TYPE_FAMILY",
336
352
  "BILLING_ENTITY",
337
353
  "RESERVATION_ID",
354
+ "RESOURCE_ID",
338
355
  "RIGHTSIZING_TYPE",
339
356
  "SAVINGS_PLANS_TYPE",
340
357
  "SAVINGS_PLAN_ARN",
@@ -473,6 +490,26 @@
473
490
  "ResultsByTime":{"shape":"ResultsByTime"}
474
491
  }
475
492
  },
493
+ "GetCostAndUsageWithResourcesRequest":{
494
+ "type":"structure",
495
+ "required":["TimePeriod"],
496
+ "members":{
497
+ "TimePeriod":{"shape":"DateInterval"},
498
+ "Granularity":{"shape":"Granularity"},
499
+ "Filter":{"shape":"Expression"},
500
+ "Metrics":{"shape":"MetricNames"},
501
+ "GroupBy":{"shape":"GroupDefinitions"},
502
+ "NextPageToken":{"shape":"NextPageToken"}
503
+ }
504
+ },
505
+ "GetCostAndUsageWithResourcesResponse":{
506
+ "type":"structure",
507
+ "members":{
508
+ "NextPageToken":{"shape":"NextPageToken"},
509
+ "GroupDefinitions":{"shape":"GroupDefinitions"},
510
+ "ResultsByTime":{"shape":"ResultsByTime"}
511
+ }
512
+ },
476
513
  "GetCostForecastRequest":{
477
514
  "type":"structure",
478
515
  "required":[
@@ -741,7 +741,8 @@
741
741
  "enum":[
742
742
  "Add",
743
743
  "Modify",
744
- "Remove"
744
+ "Remove",
745
+ "Import"
745
746
  ]
746
747
  },
747
748
  "ChangeSetId":{
@@ -805,7 +806,8 @@
805
806
  "type":"string",
806
807
  "enum":[
807
808
  "CREATE",
808
- "UPDATE"
809
+ "UPDATE",
810
+ "IMPORT"
809
811
  ]
810
812
  },
811
813
  "ChangeSource":{
@@ -873,7 +875,8 @@
873
875
  "ChangeSetName":{"shape":"ChangeSetName"},
874
876
  "ClientToken":{"shape":"ClientToken"},
875
877
  "Description":{"shape":"Description"},
876
- "ChangeSetType":{"shape":"ChangeSetType"}
878
+ "ChangeSetType":{"shape":"ChangeSetType"},
879
+ "ResourcesToImport":{"shape":"ResourcesToImport"}
877
880
  }
878
881
  },
879
882
  "CreateChangeSetOutput":{
@@ -1401,7 +1404,8 @@
1401
1404
  "ResourceTypes":{"shape":"ResourceTypes"},
1402
1405
  "Version":{"shape":"Version"},
1403
1406
  "Metadata":{"shape":"Metadata"},
1404
- "DeclaredTransforms":{"shape":"TransformsList"}
1407
+ "DeclaredTransforms":{"shape":"TransformsList"},
1408
+ "ResourceIdentifierSummaries":{"shape":"ResourceIdentifierSummaries"}
1405
1409
  }
1406
1410
  },
1407
1411
  "Imports":{
@@ -1838,6 +1842,39 @@
1838
1842
  "type":"list",
1839
1843
  "member":{"shape":"ResourceChangeDetail"}
1840
1844
  },
1845
+ "ResourceIdentifierProperties":{
1846
+ "type":"map",
1847
+ "key":{"shape":"ResourceIdentifierPropertyKey"},
1848
+ "value":{"shape":"ResourceIdentifierPropertyValue"},
1849
+ "max":256,
1850
+ "min":1
1851
+ },
1852
+ "ResourceIdentifierPropertyKey":{
1853
+ "type":"string",
1854
+ "max":2048,
1855
+ "min":1
1856
+ },
1857
+ "ResourceIdentifierPropertyValue":{
1858
+ "type":"string",
1859
+ "max":2048,
1860
+ "min":1
1861
+ },
1862
+ "ResourceIdentifierSummaries":{
1863
+ "type":"list",
1864
+ "member":{"shape":"ResourceIdentifierSummary"}
1865
+ },
1866
+ "ResourceIdentifierSummary":{
1867
+ "type":"structure",
1868
+ "members":{
1869
+ "ResourceType":{"shape":"ResourceType"},
1870
+ "LogicalResourceIds":{"shape":"LogicalResourceIds"},
1871
+ "ResourceIdentifiers":{"shape":"ResourceIdentifiers"}
1872
+ }
1873
+ },
1874
+ "ResourceIdentifiers":{
1875
+ "type":"list",
1876
+ "member":{"shape":"ResourceIdentifierPropertyKey"}
1877
+ },
1841
1878
  "ResourceProperties":{"type":"string"},
1842
1879
  "ResourceSignalStatus":{
1843
1880
  "type":"string",
@@ -1863,7 +1900,13 @@
1863
1900
  "DELETE_SKIPPED",
1864
1901
  "UPDATE_IN_PROGRESS",
1865
1902
  "UPDATE_FAILED",
1866
- "UPDATE_COMPLETE"
1903
+ "UPDATE_COMPLETE",
1904
+ "IMPORT_FAILED",
1905
+ "IMPORT_COMPLETE",
1906
+ "IMPORT_IN_PROGRESS",
1907
+ "IMPORT_ROLLBACK_IN_PROGRESS",
1908
+ "IMPORT_ROLLBACK_FAILED",
1909
+ "IMPORT_ROLLBACK_COMPLETE"
1867
1910
  ]
1868
1911
  },
1869
1912
  "ResourceStatusReason":{"type":"string"},
@@ -1875,6 +1918,19 @@
1875
1918
  "RequiresRecreation":{"shape":"RequiresRecreation"}
1876
1919
  }
1877
1920
  },
1921
+ "ResourceToImport":{
1922
+ "type":"structure",
1923
+ "required":[
1924
+ "ResourceType",
1925
+ "LogicalResourceId",
1926
+ "ResourceIdentifier"
1927
+ ],
1928
+ "members":{
1929
+ "ResourceType":{"shape":"ResourceType"},
1930
+ "LogicalResourceId":{"shape":"LogicalResourceId"},
1931
+ "ResourceIdentifier":{"shape":"ResourceIdentifierProperties"}
1932
+ }
1933
+ },
1878
1934
  "ResourceToSkip":{
1879
1935
  "type":"string",
1880
1936
  "pattern":"[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+"
@@ -1888,6 +1944,11 @@
1888
1944
  "type":"list",
1889
1945
  "member":{"shape":"ResourceType"}
1890
1946
  },
1947
+ "ResourcesToImport":{
1948
+ "type":"list",
1949
+ "member":{"shape":"ResourceToImport"},
1950
+ "max":200
1951
+ },
1891
1952
  "ResourcesToSkip":{
1892
1953
  "type":"list",
1893
1954
  "member":{"shape":"ResourceToSkip"}
@@ -2415,7 +2476,12 @@
2415
2476
  "UPDATE_ROLLBACK_FAILED",
2416
2477
  "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
2417
2478
  "UPDATE_ROLLBACK_COMPLETE",
2418
- "REVIEW_IN_PROGRESS"
2479
+ "REVIEW_IN_PROGRESS",
2480
+ "IMPORT_IN_PROGRESS",
2481
+ "IMPORT_COMPLETE",
2482
+ "IMPORT_ROLLBACK_IN_PROGRESS",
2483
+ "IMPORT_ROLLBACK_FAILED",
2484
+ "IMPORT_ROLLBACK_COMPLETE"
2419
2485
  ]
2420
2486
  },
2421
2487
  "StackStatusFilter":{
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListStacks",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "CreateStack",
12
+ "input": {
13
+ "StackName": "fakestack",
14
+ "TemplateURL": "http:\/\/s3.amazonaws.com\/foo\/bar"
15
+ },
16
+ "errorExpectedFromService": true
17
+ }
18
+ ]
19
+ }
@@ -102,6 +102,12 @@
102
102
  "matcher": "pathAny",
103
103
  "state": "failure"
104
104
  },
105
+ {
106
+ "argument": "Stacks[].StackStatus",
107
+ "expected": "UPDATE_ROLLBACK_IN_PROGRESS",
108
+ "matcher": "pathAny",
109
+ "state": "failure"
110
+ },
105
111
  {
106
112
  "argument": "Stacks[].StackStatus",
107
113
  "expected": "UPDATE_ROLLBACK_FAILED",
@@ -110,7 +116,7 @@
110
116
  },
111
117
  {
112
118
  "argument": "Stacks[].StackStatus",
113
- "expected": "UPDATE_ROLLBACK_IN_PROGRESS",
119
+ "expected": "UPDATE_ROLLBACK_COMPLETE",
114
120
  "matcher": "pathAny",
115
121
  "state": "failure"
116
122
  }
@@ -153,6 +159,55 @@
153
159
  }
154
160
  ]
155
161
  },
162
+ "StackImportComplete": {
163
+ "delay": 30,
164
+ "maxAttempts": 120,
165
+ "operation": "DescribeStacks",
166
+ "description": "Wait until stack status is IMPORT_COMPLETE.",
167
+ "acceptors": [
168
+ {
169
+ "argument": "Stacks[].StackStatus",
170
+ "expected": "IMPORT_COMPLETE",
171
+ "matcher": "pathAll",
172
+ "state": "success"
173
+ },
174
+ {
175
+ "expected": "ROLLBACK_COMPLETE",
176
+ "matcher": "pathAny",
177
+ "state": "failure",
178
+ "argument": "Stacks[].StackStatus"
179
+ },
180
+ {
181
+ "expected": "ROLLBACK_FAILED",
182
+ "matcher": "pathAny",
183
+ "state": "failure",
184
+ "argument": "Stacks[].StackStatus"
185
+ },
186
+ {
187
+ "argument": "Stacks[].StackStatus",
188
+ "expected": "IMPORT_ROLLBACK_IN_PROGRESS",
189
+ "matcher": "pathAny",
190
+ "state": "failure"
191
+ },
192
+ {
193
+ "argument": "Stacks[].StackStatus",
194
+ "expected": "IMPORT_ROLLBACK_FAILED",
195
+ "matcher": "pathAny",
196
+ "state": "failure"
197
+ },
198
+ {
199
+ "expected": "IMPORT_ROLLBACK_COMPLETE",
200
+ "matcher": "pathAny",
201
+ "state": "failure",
202
+ "argument": "Stacks[].StackStatus"
203
+ },
204
+ {
205
+ "expected": "ValidationError",
206
+ "matcher": "error",
207
+ "state": "failure"
208
+ }
209
+ ]
210
+ },
156
211
  "ChangeSetCreateComplete": {
157
212
  "delay": 30,
158
213
  "operation": "DescribeChangeSet",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.394'
2
+ VERSION = '2.11.395'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.394
4
+ version: 2.11.395
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: 2019-11-08 00:00:00.000000000 Z
11
+ date: 2019-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -136,6 +136,7 @@ files:
136
136
  - apis/cloudformation/2010-05-15/examples-1.json
137
137
  - apis/cloudformation/2010-05-15/paginators-1.json
138
138
  - apis/cloudformation/2010-05-15/resources-1.json
139
+ - apis/cloudformation/2010-05-15/smoke.json
139
140
  - apis/cloudformation/2010-05-15/waiters-2.json
140
141
  - apis/cloudfront/2016-01-28/api-2.json
141
142
  - apis/cloudfront/2016-01-28/examples-1.json