aws-sdk-core 2.11.434 → 2.11.435

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: 1eb3a552dd02c7155ae36d4cba7409a96b6a00ef
4
- data.tar.gz: 31acc37c5a6bc174986b0503fa6a08fbab4f0762
3
+ metadata.gz: f5e8fafa069e1e33991394b569797e5cdc577f4a
4
+ data.tar.gz: b7084efdc79621090ad317b9aab2c50f0a51d6fc
5
5
  SHA512:
6
- metadata.gz: d8ef977e4351d2e26c238f5d228bfac5d19f87a426591510cdfe110292d30dd0a2ea605da20e8e5fa4d0e91a52c66ba6a9af970a5107215829cf3b6127af6d14
7
- data.tar.gz: 5522f25eda572fa2834308e6aaf8f0e5ab5e3b59b85890d8edb8c75dd1e14722c2abdbb2ba41c7fb85301cb28d3d65376645e999f9269693e2b7b86181d43516
6
+ metadata.gz: 66f35ca033c04b8ce310af531a72f6dc4490d2caadaa23cf0b677aad82a5577c6089f1bc940fca1d9c90575c16603d2e90f0bd79148aaff9f3b59e7bb0fe1cbb
7
+ data.tar.gz: 165f40ff0f56e48bb474805cfd88ec3e777676267bcef2afd3d932ec414746f4c4dd84fd737a1bedc5772116124e82b392cb94be8b7932625579d53218173b48
@@ -3028,6 +3028,7 @@
3028
3028
  "MatchedStatements":{"shape":"StatementListType"},
3029
3029
  "MissingContextValues":{"shape":"ContextKeyNamesResultListType"},
3030
3030
  "OrganizationsDecisionDetail":{"shape":"OrganizationsDecisionDetail"},
3031
+ "PermissionsBoundaryDecisionDetail":{"shape":"PermissionsBoundaryDecisionDetail"},
3031
3032
  "EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"},
3032
3033
  "ResourceSpecificResults":{"shape":"ResourceSpecificResultListType"}
3033
3034
  }
@@ -4242,6 +4243,12 @@
4242
4243
  "type":"string",
4243
4244
  "enum":["PermissionsBoundaryPolicy"]
4244
4245
  },
4246
+ "PermissionsBoundaryDecisionDetail":{
4247
+ "type":"structure",
4248
+ "members":{
4249
+ "AllowedByPermissionsBoundary":{"shape":"booleanType"}
4250
+ }
4251
+ },
4245
4252
  "Policy":{
4246
4253
  "type":"structure",
4247
4254
  "members":{
@@ -4547,7 +4554,8 @@
4547
4554
  "EvalResourceDecision":{"shape":"PolicyEvaluationDecisionType"},
4548
4555
  "MatchedStatements":{"shape":"StatementListType"},
4549
4556
  "MissingContextValues":{"shape":"ContextKeyNamesResultListType"},
4550
- "EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"}
4557
+ "EvalDecisionDetails":{"shape":"EvalDecisionDetailsType"},
4558
+ "PermissionsBoundaryDecisionDetail":{"shape":"PermissionsBoundaryDecisionDetail"}
4551
4559
  }
4552
4560
  },
4553
4561
  "ResourceSpecificResultListType":{
@@ -4843,6 +4851,7 @@
4843
4851
  ],
4844
4852
  "members":{
4845
4853
  "PolicyInputList":{"shape":"SimulationPolicyListType"},
4854
+ "PermissionsBoundaryPolicyInputList":{"shape":"SimulationPolicyListType"},
4846
4855
  "ActionNames":{"shape":"ActionNameListType"},
4847
4856
  "ResourceArns":{"shape":"ResourceNameListType"},
4848
4857
  "ResourcePolicy":{"shape":"policyDocumentType"},
@@ -4871,6 +4880,7 @@
4871
4880
  "members":{
4872
4881
  "PolicySourceArn":{"shape":"arnType"},
4873
4882
  "PolicyInputList":{"shape":"SimulationPolicyListType"},
4883
+ "PermissionsBoundaryPolicyInputList":{"shape":"SimulationPolicyListType"},
4874
4884
  "ActionNames":{"shape":"ActionNameListType"},
4875
4885
  "ResourceArns":{"shape":"ResourceNameListType"},
4876
4886
  "ResourcePolicy":{"shape":"policyDocumentType"},
@@ -120,6 +120,22 @@
120
120
  {"shape":"InvalidDBClusterStateFault"}
121
121
  ]
122
122
  },
123
+ "CancelExportTask":{
124
+ "name":"CancelExportTask",
125
+ "http":{
126
+ "method":"POST",
127
+ "requestUri":"/"
128
+ },
129
+ "input":{"shape":"CancelExportTaskMessage"},
130
+ "output":{
131
+ "shape":"ExportTask",
132
+ "resultWrapper":"CancelExportTaskResult"
133
+ },
134
+ "errors":[
135
+ {"shape":"ExportTaskNotFoundFault"},
136
+ {"shape":"InvalidExportTaskStateFault"}
137
+ ]
138
+ },
123
139
  "CopyDBClusterParameterGroup":{
124
140
  "name":"CopyDBClusterParameterGroup",
125
141
  "http":{
@@ -1188,6 +1204,21 @@
1188
1204
  "resultWrapper":"DescribeEventsResult"
1189
1205
  }
1190
1206
  },
1207
+ "DescribeExportTasks":{
1208
+ "name":"DescribeExportTasks",
1209
+ "http":{
1210
+ "method":"POST",
1211
+ "requestUri":"/"
1212
+ },
1213
+ "input":{"shape":"DescribeExportTasksMessage"},
1214
+ "output":{
1215
+ "shape":"ExportTasksMessage",
1216
+ "resultWrapper":"DescribeExportTasksResult"
1217
+ },
1218
+ "errors":[
1219
+ {"shape":"ExportTaskNotFoundFault"}
1220
+ ]
1221
+ },
1191
1222
  "DescribeGlobalClusters":{
1192
1223
  "name":"DescribeGlobalClusters",
1193
1224
  "http":{
@@ -2152,6 +2183,29 @@
2152
2183
  {"shape":"KMSKeyNotAccessibleFault"}
2153
2184
  ]
2154
2185
  },
2186
+ "StartExportTask":{
2187
+ "name":"StartExportTask",
2188
+ "http":{
2189
+ "method":"POST",
2190
+ "requestUri":"/"
2191
+ },
2192
+ "input":{"shape":"StartExportTaskMessage"},
2193
+ "output":{
2194
+ "shape":"ExportTask",
2195
+ "resultWrapper":"StartExportTaskResult"
2196
+ },
2197
+ "errors":[
2198
+ {"shape":"DBSnapshotNotFoundFault"},
2199
+ {"shape":"DBClusterSnapshotNotFoundFault"},
2200
+ {"shape":"ExportTaskAlreadyExistsFault"},
2201
+ {"shape":"InvalidS3BucketFault"},
2202
+ {"shape":"IamRoleNotFoundFault"},
2203
+ {"shape":"IamRoleMissingPermissionsFault"},
2204
+ {"shape":"InvalidExportOnlyFault"},
2205
+ {"shape":"KMSKeyNotAccessibleFault"},
2206
+ {"shape":"InvalidExportSourceStateFault"}
2207
+ ]
2208
+ },
2155
2209
  "StopActivityStream":{
2156
2210
  "name":"StopActivityStream",
2157
2211
  "http":{
@@ -2451,6 +2505,13 @@
2451
2505
  },
2452
2506
  "Boolean":{"type":"boolean"},
2453
2507
  "BooleanOptional":{"type":"boolean"},
2508
+ "CancelExportTaskMessage":{
2509
+ "type":"structure",
2510
+ "required":["ExportTaskIdentifier"],
2511
+ "members":{
2512
+ "ExportTaskIdentifier":{"shape":"String"}
2513
+ }
2514
+ },
2454
2515
  "Certificate":{
2455
2516
  "type":"structure",
2456
2517
  "members":{
@@ -4799,6 +4860,16 @@
4799
4860
  "Marker":{"shape":"String"}
4800
4861
  }
4801
4862
  },
4863
+ "DescribeExportTasksMessage":{
4864
+ "type":"structure",
4865
+ "members":{
4866
+ "ExportTaskIdentifier":{"shape":"String"},
4867
+ "SourceArn":{"shape":"String"},
4868
+ "Filters":{"shape":"FilterList"},
4869
+ "Marker":{"shape":"String"},
4870
+ "MaxRecords":{"shape":"String"}
4871
+ }
4872
+ },
4802
4873
  "DescribeGlobalClustersMessage":{
4803
4874
  "type":"structure",
4804
4875
  "members":{
@@ -5113,6 +5184,62 @@
5113
5184
  "Events":{"shape":"EventList"}
5114
5185
  }
5115
5186
  },
5187
+ "ExportTask":{
5188
+ "type":"structure",
5189
+ "members":{
5190
+ "ExportTaskIdentifier":{"shape":"String"},
5191
+ "SourceArn":{"shape":"String"},
5192
+ "ExportOnly":{"shape":"StringList"},
5193
+ "SnapshotTime":{"shape":"TStamp"},
5194
+ "TaskStartTime":{"shape":"TStamp"},
5195
+ "TaskEndTime":{"shape":"TStamp"},
5196
+ "S3Bucket":{"shape":"String"},
5197
+ "S3Prefix":{"shape":"String"},
5198
+ "IamRoleArn":{"shape":"String"},
5199
+ "KmsKeyId":{"shape":"String"},
5200
+ "Status":{"shape":"String"},
5201
+ "PercentProgress":{"shape":"Integer"},
5202
+ "TotalExtractedDataInGB":{"shape":"Integer"},
5203
+ "FailureCause":{"shape":"String"},
5204
+ "WarningMessage":{"shape":"String"}
5205
+ }
5206
+ },
5207
+ "ExportTaskAlreadyExistsFault":{
5208
+ "type":"structure",
5209
+ "members":{
5210
+ },
5211
+ "error":{
5212
+ "code":"ExportTaskAlreadyExists",
5213
+ "httpStatusCode":400,
5214
+ "senderFault":true
5215
+ },
5216
+ "exception":true
5217
+ },
5218
+ "ExportTaskNotFoundFault":{
5219
+ "type":"structure",
5220
+ "members":{
5221
+ },
5222
+ "error":{
5223
+ "code":"ExportTaskNotFound",
5224
+ "httpStatusCode":404,
5225
+ "senderFault":true
5226
+ },
5227
+ "exception":true
5228
+ },
5229
+ "ExportTasksList":{
5230
+ "type":"list",
5231
+ "member":{
5232
+ "shape":"ExportTask",
5233
+ "locationName":"ExportTask"
5234
+ }
5235
+ },
5236
+ "ExportTasksMessage":{
5237
+ "type":"structure",
5238
+ "members":{
5239
+ "Marker":{"shape":"String"},
5240
+ "ExportTasks":{"shape":"ExportTasksList"}
5241
+ }
5242
+ },
5116
5243
  "FailoverDBClusterMessage":{
5117
5244
  "type":"structure",
5118
5245
  "required":["DBClusterIdentifier"],
@@ -5256,6 +5383,28 @@
5256
5383
  "locationName":"IPRange"
5257
5384
  }
5258
5385
  },
5386
+ "IamRoleMissingPermissionsFault":{
5387
+ "type":"structure",
5388
+ "members":{
5389
+ },
5390
+ "error":{
5391
+ "code":"IamRoleMissingPermissions",
5392
+ "httpStatusCode":400,
5393
+ "senderFault":true
5394
+ },
5395
+ "exception":true
5396
+ },
5397
+ "IamRoleNotFoundFault":{
5398
+ "type":"structure",
5399
+ "members":{
5400
+ },
5401
+ "error":{
5402
+ "code":"IamRoleNotFound",
5403
+ "httpStatusCode":404,
5404
+ "senderFault":true
5405
+ },
5406
+ "exception":true
5407
+ },
5259
5408
  "ImportInstallationMediaMessage":{
5260
5409
  "type":"structure",
5261
5410
  "required":[
@@ -5528,6 +5677,39 @@
5528
5677
  },
5529
5678
  "exception":true
5530
5679
  },
5680
+ "InvalidExportOnlyFault":{
5681
+ "type":"structure",
5682
+ "members":{
5683
+ },
5684
+ "error":{
5685
+ "code":"InvalidExportOnly",
5686
+ "httpStatusCode":400,
5687
+ "senderFault":true
5688
+ },
5689
+ "exception":true
5690
+ },
5691
+ "InvalidExportSourceStateFault":{
5692
+ "type":"structure",
5693
+ "members":{
5694
+ },
5695
+ "error":{
5696
+ "code":"InvalidExportSourceState",
5697
+ "httpStatusCode":400,
5698
+ "senderFault":true
5699
+ },
5700
+ "exception":true
5701
+ },
5702
+ "InvalidExportTaskStateFault":{
5703
+ "type":"structure",
5704
+ "members":{
5705
+ },
5706
+ "error":{
5707
+ "code":"InvalidExportTaskStateFault",
5708
+ "httpStatusCode":400,
5709
+ "senderFault":true
5710
+ },
5711
+ "exception":true
5712
+ },
5531
5713
  "InvalidGlobalClusterStateFault":{
5532
5714
  "type":"structure",
5533
5715
  "members":{
@@ -7142,6 +7324,25 @@
7142
7324
  "DBInstance":{"shape":"DBInstance"}
7143
7325
  }
7144
7326
  },
7327
+ "StartExportTaskMessage":{
7328
+ "type":"structure",
7329
+ "required":[
7330
+ "ExportTaskIdentifier",
7331
+ "SourceArn",
7332
+ "S3BucketName",
7333
+ "IamRoleArn",
7334
+ "KmsKeyId"
7335
+ ],
7336
+ "members":{
7337
+ "ExportTaskIdentifier":{"shape":"String"},
7338
+ "SourceArn":{"shape":"String"},
7339
+ "S3BucketName":{"shape":"String"},
7340
+ "IamRoleArn":{"shape":"String"},
7341
+ "KmsKeyId":{"shape":"String"},
7342
+ "S3Prefix":{"shape":"String"},
7343
+ "ExportOnly":{"shape":"StringList"}
7344
+ }
7345
+ },
7145
7346
  "StopActivityStreamRequest":{
7146
7347
  "type":"structure",
7147
7348
  "required":["ResourceArn"],
@@ -102,6 +102,12 @@
102
102
  "output_token": "Marker",
103
103
  "result_key": "Events"
104
104
  },
105
+ "DescribeExportTasks": {
106
+ "input_token": "Marker",
107
+ "limit_key": "MaxRecords",
108
+ "output_token": "Marker",
109
+ "result_key": "ExportTasks"
110
+ },
105
111
  "DescribeGlobalClusters": {
106
112
  "input_token": "Marker",
107
113
  "limit_key": "MaxRecords",
@@ -5340,6 +5340,7 @@
5340
5340
  "protocols" : [ "https" ]
5341
5341
  },
5342
5342
  "endpoints" : {
5343
+ "us-gov-east-1" : { },
5343
5344
  "us-gov-west-1" : { }
5344
5345
  }
5345
5346
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.434'
2
+ VERSION = '2.11.435'
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.434
4
+ version: 2.11.435
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: 2020-01-21 00:00:00.000000000 Z
11
+ date: 2020-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath