aws-sdk-core 2.11.33 → 2.11.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07dc2230faafb47e4e45989f6cbfb1195402b9b1
4
- data.tar.gz: 820382a6d5cbf8e2d6ac98759b1330c0d7573998
3
+ metadata.gz: 30f8bec497cb66f14025fc902e00c2a6f370fcd5
4
+ data.tar.gz: c3a40b2628efebfb92013d4616d65c06fa762783
5
5
  SHA512:
6
- metadata.gz: 48f908f10a44462ad4686195a9bf920c76ce32fb70d537674b9700e9550d3e416b04e530c8786b361b24e6d81e585d164368423197407dd63384fcdbad32c756
7
- data.tar.gz: 2f465bca4e07f667839ba1ba082fe09d194d040be0333296fab15d7d5dabe7d476e4193da3e2d8549ac037c75e155cd9443cd3c53a8b7806a9624ef1fd80bba6
6
+ metadata.gz: c868eee1671523f29fc611b2668ddccd3b6b55c6b10083f8afb886c5ea858ccfab5facd8df61a946452ae0ea456d63f0b611cd9a3dc7510e95cd0ba7f6b76dcf
7
+ data.tar.gz: d8315739b9d7b9449553d4f2d9ba421e01d8307e875ee019f7d46e04a166d1d6186df0c451810e859b1987dd7d450094dde2afd14cf131ba76ecabed127abccb
@@ -26,7 +26,8 @@
26
26
  {"shape":"LimitExceededException"},
27
27
  {"shape":"BillExpirationException"},
28
28
  {"shape":"DataUnavailableException"},
29
- {"shape":"InvalidNextTokenException"}
29
+ {"shape":"InvalidNextTokenException"},
30
+ {"shape":"RequestChangedException"}
30
31
  ]
31
32
  },
32
33
  "GetDimensionValues":{
@@ -40,7 +41,9 @@
40
41
  "errors":[
41
42
  {"shape":"LimitExceededException"},
42
43
  {"shape":"BillExpirationException"},
43
- {"shape":"InvalidNextTokenException"}
44
+ {"shape":"DataUnavailableException"},
45
+ {"shape":"InvalidNextTokenException"},
46
+ {"shape":"RequestChangedException"}
44
47
  ]
45
48
  },
46
49
  "GetReservationCoverage":{
@@ -96,7 +99,9 @@
96
99
  "errors":[
97
100
  {"shape":"LimitExceededException"},
98
101
  {"shape":"BillExpirationException"},
99
- {"shape":"InvalidNextTokenException"}
102
+ {"shape":"DataUnavailableException"},
103
+ {"shape":"InvalidNextTokenException"},
104
+ {"shape":"RequestChangedException"}
100
105
  ]
101
106
  }
102
107
  },
@@ -427,7 +432,8 @@
427
432
  "InstanceDetails":{
428
433
  "type":"structure",
429
434
  "members":{
430
- "EC2InstanceDetails":{"shape":"EC2InstanceDetails"}
435
+ "EC2InstanceDetails":{"shape":"EC2InstanceDetails"},
436
+ "RDSInstanceDetails":{"shape":"RDSInstanceDetails"}
431
437
  }
432
438
  },
433
439
  "InvalidNextTokenException":{
@@ -499,6 +505,26 @@
499
505
  ]
500
506
  },
501
507
  "PurchasedHours":{"type":"string"},
508
+ "RDSInstanceDetails":{
509
+ "type":"structure",
510
+ "members":{
511
+ "Family":{"shape":"GenericString"},
512
+ "InstanceType":{"shape":"GenericString"},
513
+ "Region":{"shape":"GenericString"},
514
+ "DatabaseEngine":{"shape":"GenericString"},
515
+ "DeploymentOption":{"shape":"GenericString"},
516
+ "LicenseModel":{"shape":"GenericString"},
517
+ "CurrentGeneration":{"shape":"GenericBoolean"},
518
+ "SizeFlexEligible":{"shape":"GenericBoolean"}
519
+ }
520
+ },
521
+ "RequestChangedException":{
522
+ "type":"structure",
523
+ "members":{
524
+ "Message":{"shape":"ErrorMessage"}
525
+ },
526
+ "exception":true
527
+ },
502
528
  "ReservationAggregates":{
503
529
  "type":"structure",
504
530
  "members":{
@@ -1351,7 +1351,8 @@
1351
1351
  "pipelineExecutionId":{"shape":"PipelineExecutionId"},
1352
1352
  "status":{"shape":"PipelineExecutionStatus"},
1353
1353
  "startTime":{"shape":"Timestamp"},
1354
- "lastUpdateTime":{"shape":"Timestamp"}
1354
+ "lastUpdateTime":{"shape":"Timestamp"},
1355
+ "sourceRevisions":{"shape":"SourceRevisionList"}
1355
1356
  }
1356
1357
  },
1357
1358
  "PipelineExecutionSummaryList":{
@@ -1596,6 +1597,20 @@
1596
1597
  "S3ObjectKey":{"type":"string"},
1597
1598
  "SecretAccessKey":{"type":"string"},
1598
1599
  "SessionToken":{"type":"string"},
1600
+ "SourceRevision":{
1601
+ "type":"structure",
1602
+ "required":["actionName"],
1603
+ "members":{
1604
+ "actionName":{"shape":"ActionName"},
1605
+ "revisionId":{"shape":"Revision"},
1606
+ "revisionSummary":{"shape":"RevisionSummary"},
1607
+ "revisionUrl":{"shape":"Url"}
1608
+ }
1609
+ },
1610
+ "SourceRevisionList":{
1611
+ "type":"list",
1612
+ "member":{"shape":"SourceRevision"}
1613
+ },
1599
1614
  "StageActionDeclarationList":{
1600
1615
  "type":"list",
1601
1616
  "member":{"shape":"ActionDeclaration"}
@@ -102,6 +102,20 @@
102
102
  {"shape":"ServiceAccountException"}
103
103
  ]
104
104
  },
105
+ "CreateVPCEConfiguration":{
106
+ "name":"CreateVPCEConfiguration",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/"
110
+ },
111
+ "input":{"shape":"CreateVPCEConfigurationRequest"},
112
+ "output":{"shape":"CreateVPCEConfigurationResult"},
113
+ "errors":[
114
+ {"shape":"ArgumentException"},
115
+ {"shape":"LimitExceededException"},
116
+ {"shape":"ServiceAccountException"}
117
+ ]
118
+ },
105
119
  "DeleteDevicePool":{
106
120
  "name":"DeleteDevicePool",
107
121
  "http":{
@@ -207,6 +221,21 @@
207
221
  {"shape":"ServiceAccountException"}
208
222
  ]
209
223
  },
224
+ "DeleteVPCEConfiguration":{
225
+ "name":"DeleteVPCEConfiguration",
226
+ "http":{
227
+ "method":"POST",
228
+ "requestUri":"/"
229
+ },
230
+ "input":{"shape":"DeleteVPCEConfigurationRequest"},
231
+ "output":{"shape":"DeleteVPCEConfigurationResult"},
232
+ "errors":[
233
+ {"shape":"ArgumentException"},
234
+ {"shape":"NotFoundException"},
235
+ {"shape":"ServiceAccountException"},
236
+ {"shape":"InvalidOperationException"}
237
+ ]
238
+ },
210
239
  "GetAccountSettings":{
211
240
  "name":"GetAccountSettings",
212
241
  "http":{
@@ -433,6 +462,20 @@
433
462
  {"shape":"ServiceAccountException"}
434
463
  ]
435
464
  },
465
+ "GetVPCEConfiguration":{
466
+ "name":"GetVPCEConfiguration",
467
+ "http":{
468
+ "method":"POST",
469
+ "requestUri":"/"
470
+ },
471
+ "input":{"shape":"GetVPCEConfigurationRequest"},
472
+ "output":{"shape":"GetVPCEConfigurationResult"},
473
+ "errors":[
474
+ {"shape":"ArgumentException"},
475
+ {"shape":"NotFoundException"},
476
+ {"shape":"ServiceAccountException"}
477
+ ]
478
+ },
436
479
  "InstallToRemoteAccessSession":{
437
480
  "name":"InstallToRemoteAccessSession",
438
481
  "http":{
@@ -721,6 +764,19 @@
721
764
  {"shape":"ServiceAccountException"}
722
765
  ]
723
766
  },
767
+ "ListVPCEConfigurations":{
768
+ "name":"ListVPCEConfigurations",
769
+ "http":{
770
+ "method":"POST",
771
+ "requestUri":"/"
772
+ },
773
+ "input":{"shape":"ListVPCEConfigurationsRequest"},
774
+ "output":{"shape":"ListVPCEConfigurationsResult"},
775
+ "errors":[
776
+ {"shape":"ArgumentException"},
777
+ {"shape":"ServiceAccountException"}
778
+ ]
779
+ },
724
780
  "PurchaseOffering":{
725
781
  "name":"PurchaseOffering",
726
782
  "http":{
@@ -873,6 +929,21 @@
873
929
  {"shape":"LimitExceededException"},
874
930
  {"shape":"ServiceAccountException"}
875
931
  ]
932
+ },
933
+ "UpdateVPCEConfiguration":{
934
+ "name":"UpdateVPCEConfiguration",
935
+ "http":{
936
+ "method":"POST",
937
+ "requestUri":"/"
938
+ },
939
+ "input":{"shape":"UpdateVPCEConfigurationRequest"},
940
+ "output":{"shape":"UpdateVPCEConfigurationResult"},
941
+ "errors":[
942
+ {"shape":"ArgumentException"},
943
+ {"shape":"NotFoundException"},
944
+ {"shape":"ServiceAccountException"},
945
+ {"shape":"InvalidOperationException"}
946
+ ]
876
947
  }
877
948
  },
878
949
  "shapes":{
@@ -1138,6 +1209,26 @@
1138
1209
  "upload":{"shape":"Upload"}
1139
1210
  }
1140
1211
  },
1212
+ "CreateVPCEConfigurationRequest":{
1213
+ "type":"structure",
1214
+ "required":[
1215
+ "vpceConfigurationName",
1216
+ "vpceServiceName",
1217
+ "serviceDnsName"
1218
+ ],
1219
+ "members":{
1220
+ "vpceConfigurationName":{"shape":"VPCEConfigurationName"},
1221
+ "vpceServiceName":{"shape":"VPCEServiceName"},
1222
+ "serviceDnsName":{"shape":"ServiceDnsName"},
1223
+ "vpceConfigurationDescription":{"shape":"VPCEConfigurationDescription"}
1224
+ }
1225
+ },
1226
+ "CreateVPCEConfigurationResult":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "vpceConfiguration":{"shape":"VPCEConfiguration"}
1230
+ }
1231
+ },
1141
1232
  "CurrencyCode":{
1142
1233
  "type":"string",
1143
1234
  "enum":["USD"]
@@ -1235,6 +1326,18 @@
1235
1326
  "members":{
1236
1327
  }
1237
1328
  },
1329
+ "DeleteVPCEConfigurationRequest":{
1330
+ "type":"structure",
1331
+ "required":["arn"],
1332
+ "members":{
1333
+ "arn":{"shape":"AmazonResourceName"}
1334
+ }
1335
+ },
1336
+ "DeleteVPCEConfigurationResult":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ }
1340
+ },
1238
1341
  "Device":{
1239
1342
  "type":"structure",
1240
1343
  "members":{
@@ -1271,7 +1374,8 @@
1271
1374
  "REMOTE_DEBUG_ENABLED",
1272
1375
  "APPIUM_VERSION",
1273
1376
  "INSTANCE_ARN",
1274
- "INSTANCE_LABELS"
1377
+ "INSTANCE_LABELS",
1378
+ "FLEET_TYPE"
1275
1379
  ]
1276
1380
  },
1277
1381
  "DeviceFormFactor":{
@@ -1376,7 +1480,10 @@
1376
1480
  },
1377
1481
  "ExecutionResultCode":{
1378
1482
  "type":"string",
1379
- "enum":["PARSING_FAILED"]
1483
+ "enum":[
1484
+ "PARSING_FAILED",
1485
+ "VPC_ENDPOINT_SETUP_FAILED"
1486
+ ]
1380
1487
  },
1381
1488
  "ExecutionStatus":{
1382
1489
  "type":"string",
@@ -1428,7 +1535,8 @@
1428
1535
  "devicePoolArn":{"shape":"AmazonResourceName"},
1429
1536
  "appArn":{"shape":"AmazonResourceName"},
1430
1537
  "testType":{"shape":"TestType"},
1431
- "test":{"shape":"ScheduleRunTest"}
1538
+ "test":{"shape":"ScheduleRunTest"},
1539
+ "configuration":{"shape":"ScheduleRunConfiguration"}
1432
1540
  }
1433
1541
  },
1434
1542
  "GetDevicePoolCompatibilityResult":{
@@ -1595,6 +1703,19 @@
1595
1703
  "upload":{"shape":"Upload"}
1596
1704
  }
1597
1705
  },
1706
+ "GetVPCEConfigurationRequest":{
1707
+ "type":"structure",
1708
+ "required":["arn"],
1709
+ "members":{
1710
+ "arn":{"shape":"AmazonResourceName"}
1711
+ }
1712
+ },
1713
+ "GetVPCEConfigurationResult":{
1714
+ "type":"structure",
1715
+ "members":{
1716
+ "vpceConfiguration":{"shape":"VPCEConfiguration"}
1717
+ }
1718
+ },
1598
1719
  "HostAddress":{
1599
1720
  "type":"string",
1600
1721
  "max":1024
@@ -1673,6 +1794,13 @@
1673
1794
  "max":64,
1674
1795
  "min":0
1675
1796
  },
1797
+ "InvalidOperationException":{
1798
+ "type":"structure",
1799
+ "members":{
1800
+ "message":{"shape":"Message"}
1801
+ },
1802
+ "exception":true
1803
+ },
1676
1804
  "IosPaths":{
1677
1805
  "type":"list",
1678
1806
  "member":{"shape":"String"}
@@ -1973,6 +2101,20 @@
1973
2101
  "nextToken":{"shape":"PaginationToken"}
1974
2102
  }
1975
2103
  },
2104
+ "ListVPCEConfigurationsRequest":{
2105
+ "type":"structure",
2106
+ "members":{
2107
+ "maxResults":{"shape":"Integer"},
2108
+ "nextToken":{"shape":"PaginationToken"}
2109
+ }
2110
+ },
2111
+ "ListVPCEConfigurationsResult":{
2112
+ "type":"structure",
2113
+ "members":{
2114
+ "vpceConfigurations":{"shape":"VPCEConfigurations"},
2115
+ "nextToken":{"shape":"PaginationToken"}
2116
+ }
2117
+ },
1976
2118
  "Location":{
1977
2119
  "type":"structure",
1978
2120
  "required":[
@@ -2372,6 +2514,7 @@
2372
2514
  "networkProfileArn":{"shape":"AmazonResourceName"},
2373
2515
  "locale":{"shape":"String"},
2374
2516
  "location":{"shape":"Location"},
2517
+ "vpceConfigurationArns":{"shape":"AmazonResourceNames"},
2375
2518
  "customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
2376
2519
  "radios":{"shape":"Radios"},
2377
2520
  "auxiliaryApps":{"shape":"AmazonResourceNames"},
@@ -2418,6 +2561,11 @@
2418
2561
  },
2419
2562
  "exception":true
2420
2563
  },
2564
+ "ServiceDnsName":{
2565
+ "type":"string",
2566
+ "max":2048,
2567
+ "min":0
2568
+ },
2421
2569
  "SkipAppResign":{"type":"boolean"},
2422
2570
  "SshPublicKey":{
2423
2571
  "type":"string",
@@ -2638,6 +2786,23 @@
2638
2786
  "project":{"shape":"Project"}
2639
2787
  }
2640
2788
  },
2789
+ "UpdateVPCEConfigurationRequest":{
2790
+ "type":"structure",
2791
+ "required":["arn"],
2792
+ "members":{
2793
+ "arn":{"shape":"AmazonResourceName"},
2794
+ "vpceConfigurationName":{"shape":"VPCEConfigurationName"},
2795
+ "vpceServiceName":{"shape":"VPCEServiceName"},
2796
+ "serviceDnsName":{"shape":"ServiceDnsName"},
2797
+ "vpceConfigurationDescription":{"shape":"VPCEConfigurationDescription"}
2798
+ }
2799
+ },
2800
+ "UpdateVPCEConfigurationResult":{
2801
+ "type":"structure",
2802
+ "members":{
2803
+ "vpceConfiguration":{"shape":"VPCEConfiguration"}
2804
+ }
2805
+ },
2641
2806
  "Upload":{
2642
2807
  "type":"structure",
2643
2808
  "members":{
@@ -2685,6 +2850,35 @@
2685
2850
  "Uploads":{
2686
2851
  "type":"list",
2687
2852
  "member":{"shape":"Upload"}
2853
+ },
2854
+ "VPCEConfiguration":{
2855
+ "type":"structure",
2856
+ "members":{
2857
+ "arn":{"shape":"AmazonResourceName"},
2858
+ "vpceConfigurationName":{"shape":"VPCEConfigurationName"},
2859
+ "vpceServiceName":{"shape":"VPCEServiceName"},
2860
+ "serviceDnsName":{"shape":"ServiceDnsName"},
2861
+ "vpceConfigurationDescription":{"shape":"VPCEConfigurationDescription"}
2862
+ }
2863
+ },
2864
+ "VPCEConfigurationDescription":{
2865
+ "type":"string",
2866
+ "max":2048,
2867
+ "min":0
2868
+ },
2869
+ "VPCEConfigurationName":{
2870
+ "type":"string",
2871
+ "max":1024,
2872
+ "min":0
2873
+ },
2874
+ "VPCEConfigurations":{
2875
+ "type":"list",
2876
+ "member":{"shape":"VPCEConfiguration"}
2877
+ },
2878
+ "VPCEServiceName":{
2879
+ "type":"string",
2880
+ "max":2048,
2881
+ "min":0
2688
2882
  }
2689
2883
  }
2690
2884
  }
@@ -9320,6 +9320,14 @@
9320
9320
  "State":{
9321
9321
  "shape":"AllocationState",
9322
9322
  "locationName":"state"
9323
+ },
9324
+ "AllocationTime":{
9325
+ "shape":"DateTime",
9326
+ "locationName":"allocationTime"
9327
+ },
9328
+ "ReleaseTime":{
9329
+ "shape":"DateTime",
9330
+ "locationName":"releaseTime"
9323
9331
  }
9324
9332
  }
9325
9333
  },
@@ -3976,7 +3976,8 @@
3976
3976
  "OptionGroupName":{"shape":"String"},
3977
3977
  "PreferredBackupWindow":{"shape":"String"},
3978
3978
  "PreferredMaintenanceWindow":{"shape":"String"},
3979
- "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
3979
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
3980
+ "EngineVersion":{"shape":"String"}
3980
3981
  }
3981
3982
  },
3982
3983
  "ModifyDBClusterParameterGroupMessage":{
@@ -1,5 +1,509 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CancelRotateSecret": [
5
+ {
6
+ "input": {
7
+ "SecretId": "MyTestDatabaseSecret"
8
+ },
9
+ "output": {
10
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
11
+ "Name": "Name"
12
+ },
13
+ "comments": {
14
+ "input": {
15
+ },
16
+ "output": {
17
+ }
18
+ },
19
+ "description": "The following example shows how to cancel rotation for a secret. The operation sets the RotationEnabled field to false and cancels all scheduled rotations. To resume scheduled rotations, you must re-enable rotation by calling the rotate-secret operation.",
20
+ "id": "to-cancel-scheduled-rotation-for-a-secret-1523996016032",
21
+ "title": "To cancel scheduled rotation for a secret"
22
+ }
23
+ ],
24
+ "CreateSecret": [
25
+ {
26
+ "input": {
27
+ "ClientRequestToken": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1",
28
+ "Description": "My test database secret created with the CLI",
29
+ "Name": "MyTestDatabaseSecret",
30
+ "SecretString": "{\"username\":\"david\",\"password\":\"BnQw!XDWgaEeT9XGTT29\"}"
31
+ },
32
+ "output": {
33
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
34
+ "Name": "MyTestDatabaseSecret",
35
+ "VersionId": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1"
36
+ },
37
+ "comments": {
38
+ "input": {
39
+ },
40
+ "output": {
41
+ }
42
+ },
43
+ "description": "The following example shows how to create a secret. The credentials stored in the encrypted secret value are retrieved from a file on disk named mycreds.json.",
44
+ "id": "to-create-a-basic-secret-1523996473658",
45
+ "title": "To create a basic secret"
46
+ }
47
+ ],
48
+ "DeleteSecret": [
49
+ {
50
+ "input": {
51
+ "RecoveryWindowInDays": 7,
52
+ "SecretId": "MyTestDatabaseSecret1"
53
+ },
54
+ "output": {
55
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
56
+ "DeletionDate": "1524085349.095",
57
+ "Name": "MyTestDatabaseSecret"
58
+ },
59
+ "comments": {
60
+ "input": {
61
+ },
62
+ "output": {
63
+ }
64
+ },
65
+ "description": "The following example shows how to delete a secret. The secret stays in your account in a deprecated and inaccessible state until the recovery window ends. After the date and time in the DeletionDate response field has passed, you can no longer recover this secret with restore-secret.",
66
+ "id": "to-delete-a-secret-1523996905092",
67
+ "title": "To delete a secret"
68
+ }
69
+ ],
70
+ "DescribeSecret": [
71
+ {
72
+ "input": {
73
+ "SecretId": "MyTestDatabaseSecret"
74
+ },
75
+ "output": {
76
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
77
+ "Description": "My test database secret",
78
+ "KmsKeyId": "arn:aws:kms:us-west-2:123456789012:key/EXAMPLE1-90ab-cdef-fedc-ba987KMSKEY1",
79
+ "LastAccessedDate": "1523923200",
80
+ "LastChangedDate": 1523477145.729,
81
+ "LastRotatedDate": 1525747253.72,
82
+ "Name": "MyTestDatabaseSecret",
83
+ "RotationEnabled": true,
84
+ "RotationLambdaARN": "arn:aws:lambda:us-west-2:123456789012:function:MyTestRotationLambda",
85
+ "RotationRules": {
86
+ "AutomaticallyAfterDays": 30
87
+ },
88
+ "Tags": [
89
+ {
90
+ "Key": "SecondTag",
91
+ "Value": "AnotherValue"
92
+ },
93
+ {
94
+ "Key": "FirstTag",
95
+ "Value": "SomeValue"
96
+ }
97
+ ],
98
+ "VersionIdsToStages": {
99
+ "EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE": [
100
+ "AWSPREVIOUS"
101
+ ],
102
+ "EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE": [
103
+ "AWSCURRENT"
104
+ ]
105
+ }
106
+ },
107
+ "comments": {
108
+ "input": {
109
+ },
110
+ "output": {
111
+ }
112
+ },
113
+ "description": "The following example shows how to get the details about a secret.",
114
+ "id": "to-retrieve-the-details-of-a-secret-1524000138629",
115
+ "title": "To retrieve the details of a secret"
116
+ }
117
+ ],
118
+ "GetRandomPassword": [
119
+ {
120
+ "input": {
121
+ "IncludeSpace": true,
122
+ "PasswordLength": 20,
123
+ "RequireEachIncludedType": true
124
+ },
125
+ "output": {
126
+ "RandomPassword": "N+Z43a,>vx7j O8^*<8i3"
127
+ },
128
+ "comments": {
129
+ "input": {
130
+ },
131
+ "output": {
132
+ }
133
+ },
134
+ "description": "The following example shows how to request a randomly generated password. This example includes the optional flags to require spaces and at least one character of each included type. It specifies a length of 20 characters.",
135
+ "id": "to-generate-a-random-password-1524000546092",
136
+ "title": "To generate a random password"
137
+ }
138
+ ],
139
+ "GetSecretValue": [
140
+ {
141
+ "input": {
142
+ "SecretId": "MyTestDatabaseSecret",
143
+ "VersionStage": "AWSPREVIOUS"
144
+ },
145
+ "output": {
146
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
147
+ "CreatedDate": 1523477145.713,
148
+ "Name": "MyTestDatabaseSecret",
149
+ "SecretString": "{\n \"username\":\"david\",\n \"password\":\"BnQw&XDWgaEeT9XGTT29\"\n}\n",
150
+ "VersionId": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1",
151
+ "VersionStages": [
152
+ "AWSPREVIOUS"
153
+ ]
154
+ },
155
+ "comments": {
156
+ "input": {
157
+ },
158
+ "output": {
159
+ }
160
+ },
161
+ "description": "The following example shows how to retrieve the secret string value from the version of the secret that has the AWSPREVIOUS staging label attached. If you want to retrieve the AWSCURRENT version of the secret, then you can omit the VersionStage parameter because it defaults to AWSCURRENT.",
162
+ "id": "to-retrieve-the-encrypted-secret-value-of-a-secret-1524000702484",
163
+ "title": "To retrieve the encrypted secret value of a secret"
164
+ }
165
+ ],
166
+ "ListSecretVersionIds": [
167
+ {
168
+ "input": {
169
+ "IncludeDeprecated": true,
170
+ "SecretId": "MyTestDatabaseSecret"
171
+ },
172
+ "output": {
173
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
174
+ "Name": "MyTestDatabaseSecret",
175
+ "Versions": [
176
+ {
177
+ "CreatedDate": 1523477145.713,
178
+ "VersionId": "EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE",
179
+ "VersionStages": [
180
+ "AWSPREVIOUS"
181
+ ]
182
+ },
183
+ {
184
+ "CreatedDate": 1523486221.391,
185
+ "VersionId": "EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE",
186
+ "VersionStages": [
187
+ "AWSCURRENT"
188
+ ]
189
+ },
190
+ {
191
+ "CreatedDate": 1511974462.36,
192
+ "VersionId": "EXAMPLE3-90ab-cdef-fedc-ba987EXAMPLE;"
193
+ }
194
+ ]
195
+ },
196
+ "comments": {
197
+ "input": {
198
+ },
199
+ "output": {
200
+ }
201
+ },
202
+ "description": "The following example shows how to retrieve a list of all of the versions of a secret, including those without any staging labels.",
203
+ "id": "to-list-all-of-the-secret-versions-associated-with-a-secret-1524000999164",
204
+ "title": "To list all of the secret versions associated with a secret"
205
+ }
206
+ ],
207
+ "ListSecrets": [
208
+ {
209
+ "input": {
210
+ },
211
+ "output": {
212
+ "SecretList": [
213
+ {
214
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
215
+ "Description": "My test database secret",
216
+ "LastChangedDate": 1523477145.729,
217
+ "Name": "MyTestDatabaseSecret",
218
+ "SecretVersionsToStages": {
219
+ "EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE": [
220
+ "AWSCURRENT"
221
+ ]
222
+ }
223
+ },
224
+ {
225
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret1-d4e5f6",
226
+ "Description": "Another secret created for a different database",
227
+ "LastChangedDate": 1523482025.685,
228
+ "Name": "MyTestDatabaseSecret1",
229
+ "SecretVersionsToStages": {
230
+ "EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE": [
231
+ "AWSCURRENT"
232
+ ]
233
+ }
234
+ }
235
+ ]
236
+ },
237
+ "comments": {
238
+ "input": {
239
+ },
240
+ "output": {
241
+ }
242
+ },
243
+ "description": "The following example shows how to list all of the secrets in your account.",
244
+ "id": "to-list-the-secrets-in-your-account-1524001246087",
245
+ "title": "To list the secrets in your account"
246
+ }
247
+ ],
248
+ "PutSecretValue": [
249
+ {
250
+ "input": {
251
+ "ClientRequestToken": "EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE",
252
+ "SecretId": "MyTestDatabaseSecret",
253
+ "SecretString": "{\"username\":\"david\",\"password\":\"BnQw!XDWgaEeT9XGTT29\"}"
254
+ },
255
+ "output": {
256
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
257
+ "Name": "MyTestDatabaseSecret",
258
+ "VersionId": "EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE",
259
+ "VersionStages": [
260
+ "AWSCURRENT"
261
+ ]
262
+ },
263
+ "comments": {
264
+ "input": {
265
+ },
266
+ "output": {
267
+ }
268
+ },
269
+ "description": "The following example shows how to create a new version of the secret. Alternatively, you can use the update-secret command.",
270
+ "id": "to-store-a-secret-value-in-a-new-version-of-a-secret-1524001393971",
271
+ "title": "To store a secret value in a new version of a secret"
272
+ }
273
+ ],
274
+ "RestoreSecret": [
275
+ {
276
+ "input": {
277
+ "SecretId": "MyTestDatabaseSecret"
278
+ },
279
+ "output": {
280
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
281
+ "Name": "MyTestDatabaseSecret"
282
+ },
283
+ "comments": {
284
+ "input": {
285
+ },
286
+ "output": {
287
+ }
288
+ },
289
+ "description": "The following example shows how to restore a secret that you previously scheduled for deletion.",
290
+ "id": "to-restore-a-previously-deleted-secret-1524001513930",
291
+ "title": "To restore a previously deleted secret"
292
+ }
293
+ ],
294
+ "RotateSecret": [
295
+ {
296
+ "input": {
297
+ "RotationLambdaARN": "arn:aws:lambda:us-west-2:123456789012:function:MyTestDatabaseRotationLambda",
298
+ "RotationRules": {
299
+ "AutomaticallyAfterDays": 30
300
+ },
301
+ "SecretId": "MyTestDatabaseSecret"
302
+ },
303
+ "output": {
304
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
305
+ "Name": "MyTestDatabaseSecret",
306
+ "VersionId": "EXAMPLE2-90ab-cdef-fedc-ba987SECRET2"
307
+ },
308
+ "comments": {
309
+ "input": {
310
+ },
311
+ "output": {
312
+ }
313
+ },
314
+ "description": "The following example configures rotation for a secret by providing the ARN of a Lambda rotation function (which must already exist) and the number of days between rotation. The first rotation happens immediately upon completion of this command. The rotation function runs asynchronously in the background.",
315
+ "id": "to-configure-rotation-for-a-secret-1524001629475",
316
+ "title": "To configure rotation for a secret"
317
+ },
318
+ {
319
+ "input": {
320
+ "SecretId": "MyTestDatabaseSecret"
321
+ },
322
+ "output": {
323
+ "SecretARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
324
+ "SecretName": "MyTestDatabaseSecret",
325
+ "SecretVersionId": "EXAMPLE2-90ab-cdef-fedc-ba987SECRET2"
326
+ },
327
+ "comments": {
328
+ "input": {
329
+ },
330
+ "output": {
331
+ }
332
+ },
333
+ "description": "The following example requests an immediate invocation of the secret's Lambda rotation function. It assumes that the specified secret already has rotation configured. The rotation function runs asynchronously in the background.",
334
+ "id": "to-request-an-immediate-rotation-for-a-secret-1524001949004",
335
+ "title": "To request an immediate rotation for a secret"
336
+ }
337
+ ],
338
+ "TagResource": [
339
+ {
340
+ "input": {
341
+ "SecretId": "MyExampleSecret",
342
+ "Tags": [
343
+ {
344
+ "Key": "FirstTag",
345
+ "Value": "SomeValue"
346
+ },
347
+ {
348
+ "Key": "SecondTag",
349
+ "Value": "AnotherValue"
350
+ }
351
+ ]
352
+ },
353
+ "comments": {
354
+ "input": {
355
+ },
356
+ "output": {
357
+ }
358
+ },
359
+ "description": "The following example shows how to attach two tags each with a Key and Value to a secret. There is no output from this API. To see the result, use the DescribeSecret operation.",
360
+ "id": "to-add-tags-to-a-secret-1524002106718",
361
+ "title": "To add tags to a secret"
362
+ }
363
+ ],
364
+ "UntagResource": [
365
+ {
366
+ "input": {
367
+ "SecretId": "MyTestDatabaseSecret",
368
+ "TagKeys": [
369
+ "FirstTag",
370
+ "SecondTag"
371
+ ]
372
+ },
373
+ "comments": {
374
+ "input": {
375
+ },
376
+ "output": {
377
+ }
378
+ },
379
+ "description": "The following example shows how to remove two tags from a secret's metadata. For each, both the tag and the associated value are removed. There is no output from this API. To see the result, use the DescribeSecret operation.",
380
+ "id": "to-remove-tags-from-a-secret-1524002239065",
381
+ "title": "To remove tags from a secret"
382
+ }
383
+ ],
384
+ "UpdateSecret": [
385
+ {
386
+ "input": {
387
+ "ClientRequestToken": "EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE",
388
+ "Description": "This is a new description for the secret.",
389
+ "SecretId": "MyTestDatabaseSecret"
390
+ },
391
+ "output": {
392
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
393
+ "Name": "MyTestDatabaseSecret"
394
+ },
395
+ "comments": {
396
+ "input": {
397
+ },
398
+ "output": {
399
+ }
400
+ },
401
+ "description": "The following example shows how to modify the description of a secret.",
402
+ "id": "to-update-the-description-of-a-secret-1524002349094",
403
+ "title": "To update the description of a secret"
404
+ },
405
+ {
406
+ "input": {
407
+ "KmsKeyId": "arn:aws:kms:us-west-2:123456789012:key/EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE",
408
+ "SecretId": "MyTestDatabaseSecret"
409
+ },
410
+ "output": {
411
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
412
+ "Name": "MyTestDatabaseSecret"
413
+ },
414
+ "comments": {
415
+ "input": {
416
+ },
417
+ "output": {
418
+ }
419
+ },
420
+ "description": "This example shows how to update the KMS customer managed key (CMK) used to encrypt the secret value. The KMS CMK must be in the same region as the secret.",
421
+ "id": "to-update-the-kms-key-associated-with-a-secret-1524002421563",
422
+ "title": "To update the KMS key associated with a secret"
423
+ },
424
+ {
425
+ "input": {
426
+ "SecretId": "MyTestDatabaseSecret",
427
+ "SecretString": "{JSON STRING WITH CREDENTIALS}"
428
+ },
429
+ "output": {
430
+ "ARN": "aws:arn:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
431
+ "Name": "MyTestDatabaseSecret",
432
+ "VersionId": "EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE"
433
+ },
434
+ "comments": {
435
+ "input": {
436
+ },
437
+ "output": {
438
+ }
439
+ },
440
+ "description": "The following example shows how to create a new version of the secret by updating the SecretString field. Alternatively, you can use the put-secret-value operation.",
441
+ "id": "to-create-a-new-version-of-the-encrypted-secret-value-1524004651836",
442
+ "title": "To create a new version of the encrypted secret value"
443
+ }
444
+ ],
445
+ "UpdateSecretVersionStage": [
446
+ {
447
+ "input": {
448
+ "MoveToVersionId": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1",
449
+ "SecretId": "MyTestDatabaseSecret",
450
+ "VersionStage": "STAGINGLABEL1"
451
+ },
452
+ "output": {
453
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
454
+ "Name": "MyTestDatabaseSecret"
455
+ },
456
+ "comments": {
457
+ "input": {
458
+ },
459
+ "output": {
460
+ }
461
+ },
462
+ "description": "The following example shows you how to add a staging label to a version of a secret. You can review the results by running the operation ListSecretVersionIds and viewing the VersionStages response field for the affected version.",
463
+ "id": "to-add-a-staging-label-attached-to-a-version-of-a-secret-1524004783841",
464
+ "title": "To add a staging label attached to a version of a secret"
465
+ },
466
+ {
467
+ "input": {
468
+ "RemoveFromVersionId": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1",
469
+ "SecretId": "MyTestDatabaseSecret",
470
+ "VersionStage": "STAGINGLABEL1"
471
+ },
472
+ "output": {
473
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
474
+ "Name": "MyTestDatabaseSecret"
475
+ },
476
+ "comments": {
477
+ "input": {
478
+ },
479
+ "output": {
480
+ }
481
+ },
482
+ "description": "The following example shows you how to delete a staging label that is attached to a version of a secret. You can review the results by running the operation ListSecretVersionIds and viewing the VersionStages response field for the affected version.",
483
+ "id": "to-delete-a-staging-label-attached-to-a-version-of-a-secret-1524004862181",
484
+ "title": "To delete a staging label attached to a version of a secret"
485
+ },
486
+ {
487
+ "input": {
488
+ "MoveToVersionId": "EXAMPLE2-90ab-cdef-fedc-ba987SECRET2",
489
+ "RemoveFromVersionId": "EXAMPLE1-90ab-cdef-fedc-ba987SECRET1",
490
+ "SecretId": "MyTestDatabaseSecret",
491
+ "VersionStage": "AWSCURRENT"
492
+ },
493
+ "output": {
494
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestDatabaseSecret-a1b2c3",
495
+ "Name": "MyTestDatabaseSecret"
496
+ },
497
+ "comments": {
498
+ "input": {
499
+ },
500
+ "output": {
501
+ }
502
+ },
503
+ "description": "The following example shows you how to move a staging label that is attached to one version of a secret to a different version. You can review the results by running the operation ListSecretVersionIds and viewing the VersionStages response field for the affected version.",
504
+ "id": "to-move-a-staging-label-from-one-version-of-a-secret-to-another-1524004963841",
505
+ "title": "To move a staging label from one version of a secret to another"
506
+ }
507
+ ]
4
508
  }
5
509
  }
@@ -206,6 +206,22 @@
206
206
  {"shape":"AssociatedInstances"}
207
207
  ]
208
208
  },
209
+ "DeleteInventory":{
210
+ "name":"DeleteInventory",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"DeleteInventoryRequest"},
216
+ "output":{"shape":"DeleteInventoryResult"},
217
+ "errors":[
218
+ {"shape":"InternalServerError"},
219
+ {"shape":"InvalidTypeNameException"},
220
+ {"shape":"InvalidOptionException"},
221
+ {"shape":"InvalidDeleteInventoryParametersException"},
222
+ {"shape":"InvalidInventoryRequestException"}
223
+ ]
224
+ },
209
225
  "DeleteMaintenanceWindow":{
210
226
  "name":"DeleteMaintenanceWindow",
211
227
  "http":{
@@ -524,6 +540,20 @@
524
540
  {"shape":"InvalidNextToken"}
525
541
  ]
526
542
  },
543
+ "DescribeInventoryDeletions":{
544
+ "name":"DescribeInventoryDeletions",
545
+ "http":{
546
+ "method":"POST",
547
+ "requestUri":"/"
548
+ },
549
+ "input":{"shape":"DescribeInventoryDeletionsRequest"},
550
+ "output":{"shape":"DescribeInventoryDeletionsResult"},
551
+ "errors":[
552
+ {"shape":"InternalServerError"},
553
+ {"shape":"InvalidDeletionIdException"},
554
+ {"shape":"InvalidNextToken"}
555
+ ]
556
+ },
527
557
  "DescribeMaintenanceWindowExecutionTaskInvocations":{
528
558
  "name":"DescribeMaintenanceWindowExecutionTaskInvocations",
529
559
  "http":{
@@ -2483,6 +2513,27 @@
2483
2513
  "members":{
2484
2514
  }
2485
2515
  },
2516
+ "DeleteInventoryRequest":{
2517
+ "type":"structure",
2518
+ "required":["TypeName"],
2519
+ "members":{
2520
+ "TypeName":{"shape":"InventoryItemTypeName"},
2521
+ "SchemaDeleteOption":{"shape":"InventorySchemaDeleteOption"},
2522
+ "DryRun":{"shape":"DryRun"},
2523
+ "ClientToken":{
2524
+ "shape":"ClientToken",
2525
+ "idempotencyToken":true
2526
+ }
2527
+ }
2528
+ },
2529
+ "DeleteInventoryResult":{
2530
+ "type":"structure",
2531
+ "members":{
2532
+ "DeletionId":{"shape":"InventoryDeletionId"},
2533
+ "TypeName":{"shape":"InventoryItemTypeName"},
2534
+ "DeletionSummary":{"shape":"InventoryDeletionSummary"}
2535
+ }
2536
+ },
2486
2537
  "DeleteMaintenanceWindowRequest":{
2487
2538
  "type":"structure",
2488
2539
  "required":["WindowId"],
@@ -2895,6 +2946,24 @@
2895
2946
  "NextToken":{"shape":"NextToken"}
2896
2947
  }
2897
2948
  },
2949
+ "DescribeInventoryDeletionsRequest":{
2950
+ "type":"structure",
2951
+ "members":{
2952
+ "DeletionId":{"shape":"InventoryDeletionId"},
2953
+ "NextToken":{"shape":"NextToken"},
2954
+ "MaxResults":{
2955
+ "shape":"MaxResults",
2956
+ "box":true
2957
+ }
2958
+ }
2959
+ },
2960
+ "DescribeInventoryDeletionsResult":{
2961
+ "type":"structure",
2962
+ "members":{
2963
+ "InventoryDeletions":{"shape":"InventoryDeletionsList"},
2964
+ "NextToken":{"shape":"NextToken"}
2965
+ }
2966
+ },
2898
2967
  "DescribeMaintenanceWindowExecutionTaskInvocationsRequest":{
2899
2968
  "type":"structure",
2900
2969
  "required":[
@@ -3333,6 +3402,7 @@
3333
3402
  },
3334
3403
  "exception":true
3335
3404
  },
3405
+ "DryRun":{"type":"boolean"},
3336
3406
  "DuplicateDocumentContent":{
3337
3407
  "type":"structure",
3338
3408
  "members":{
@@ -4165,6 +4235,20 @@
4165
4235
  },
4166
4236
  "exception":true
4167
4237
  },
4238
+ "InvalidDeleteInventoryParametersException":{
4239
+ "type":"structure",
4240
+ "members":{
4241
+ "Message":{"shape":"String"}
4242
+ },
4243
+ "exception":true
4244
+ },
4245
+ "InvalidDeletionIdException":{
4246
+ "type":"structure",
4247
+ "members":{
4248
+ "Message":{"shape":"String"}
4249
+ },
4250
+ "exception":true
4251
+ },
4168
4252
  "InvalidDocument":{
4169
4253
  "type":"structure",
4170
4254
  "members":{
@@ -4248,6 +4332,13 @@
4248
4332
  },
4249
4333
  "exception":true
4250
4334
  },
4335
+ "InvalidInventoryRequestException":{
4336
+ "type":"structure",
4337
+ "members":{
4338
+ "Message":{"shape":"String"}
4339
+ },
4340
+ "exception":true
4341
+ },
4251
4342
  "InvalidItemContentException":{
4252
4343
  "type":"structure",
4253
4344
  "members":{
@@ -4277,6 +4368,13 @@
4277
4368
  },
4278
4369
  "exception":true
4279
4370
  },
4371
+ "InvalidOptionException":{
4372
+ "type":"structure",
4373
+ "members":{
4374
+ "Message":{"shape":"String"}
4375
+ },
4376
+ "exception":true
4377
+ },
4280
4378
  "InvalidOutputFolder":{
4281
4379
  "type":"structure",
4282
4380
  "members":{
@@ -4388,6 +4486,53 @@
4388
4486
  "number"
4389
4487
  ]
4390
4488
  },
4489
+ "InventoryDeletionId":{"type":"string"},
4490
+ "InventoryDeletionLastStatusMessage":{"type":"string"},
4491
+ "InventoryDeletionLastStatusUpdateTime":{"type":"timestamp"},
4492
+ "InventoryDeletionStartTime":{"type":"timestamp"},
4493
+ "InventoryDeletionStatus":{
4494
+ "type":"string",
4495
+ "enum":[
4496
+ "InProgress",
4497
+ "Complete"
4498
+ ]
4499
+ },
4500
+ "InventoryDeletionStatusItem":{
4501
+ "type":"structure",
4502
+ "members":{
4503
+ "DeletionId":{"shape":"InventoryDeletionId"},
4504
+ "TypeName":{"shape":"InventoryItemTypeName"},
4505
+ "DeletionStartTime":{"shape":"InventoryDeletionStartTime"},
4506
+ "LastStatus":{"shape":"InventoryDeletionStatus"},
4507
+ "LastStatusMessage":{"shape":"InventoryDeletionLastStatusMessage"},
4508
+ "DeletionSummary":{"shape":"InventoryDeletionSummary"},
4509
+ "LastStatusUpdateTime":{"shape":"InventoryDeletionLastStatusUpdateTime"}
4510
+ }
4511
+ },
4512
+ "InventoryDeletionSummary":{
4513
+ "type":"structure",
4514
+ "members":{
4515
+ "TotalCount":{"shape":"TotalCount"},
4516
+ "RemainingCount":{"shape":"RemainingCount"},
4517
+ "SummaryItems":{"shape":"InventoryDeletionSummaryItems"}
4518
+ }
4519
+ },
4520
+ "InventoryDeletionSummaryItem":{
4521
+ "type":"structure",
4522
+ "members":{
4523
+ "Version":{"shape":"InventoryItemSchemaVersion"},
4524
+ "Count":{"shape":"ResourceCount"},
4525
+ "RemainingCount":{"shape":"RemainingCount"}
4526
+ }
4527
+ },
4528
+ "InventoryDeletionSummaryItems":{
4529
+ "type":"list",
4530
+ "member":{"shape":"InventoryDeletionSummaryItem"}
4531
+ },
4532
+ "InventoryDeletionsList":{
4533
+ "type":"list",
4534
+ "member":{"shape":"InventoryDeletionStatusItem"}
4535
+ },
4391
4536
  "InventoryFilter":{
4392
4537
  "type":"structure",
4393
4538
  "required":[
@@ -4561,6 +4706,13 @@
4561
4706
  "key":{"shape":"InventoryResultItemKey"},
4562
4707
  "value":{"shape":"InventoryResultItem"}
4563
4708
  },
4709
+ "InventorySchemaDeleteOption":{
4710
+ "type":"string",
4711
+ "enum":[
4712
+ "DisableSchema",
4713
+ "DeleteSchema"
4714
+ ]
4715
+ },
4564
4716
  "InventoryTypeDisplayName":{"type":"string"},
4565
4717
  "InvocationDoesNotExist":{
4566
4718
  "type":"structure",
@@ -5884,6 +6036,7 @@
5884
6036
  "members":{
5885
6037
  }
5886
6038
  },
6039
+ "PutInventoryMessage":{"type":"string"},
5887
6040
  "PutInventoryRequest":{
5888
6041
  "type":"structure",
5889
6042
  "required":[
@@ -5898,6 +6051,7 @@
5898
6051
  "PutInventoryResult":{
5899
6052
  "type":"structure",
5900
6053
  "members":{
6054
+ "Message":{"shape":"PutInventoryMessage"}
5901
6055
  }
5902
6056
  },
5903
6057
  "PutParameterRequest":{
@@ -6033,6 +6187,7 @@
6033
6187
  "max":1000,
6034
6188
  "min":1
6035
6189
  },
6190
+ "RemainingCount":{"type":"integer"},
6036
6191
  "RemoveTagsFromResourceRequest":{
6037
6192
  "type":"structure",
6038
6193
  "required":[
@@ -6075,6 +6230,7 @@
6075
6230
  "type":"list",
6076
6231
  "member":{"shape":"ResourceComplianceSummaryItem"}
6077
6232
  },
6233
+ "ResourceCount":{"type":"integer"},
6078
6234
  "ResourceDataSyncAWSKMSKeyARN":{
6079
6235
  "type":"string",
6080
6236
  "max":512,
@@ -6568,6 +6724,7 @@
6568
6724
  },
6569
6725
  "exception":true
6570
6726
  },
6727
+ "TotalCount":{"type":"integer"},
6571
6728
  "TotalSizeLimitExceededException":{
6572
6729
  "type":"structure",
6573
6730
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.33'
2
+ VERSION = '2.11.34'
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.33
4
+ version: 2.11.34
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: 2018-04-10 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath