aws-sdk-core 2.11.260 → 2.11.261

Sign up to get free protection for your applications and to get access to all the features.
@@ -1934,7 +1934,8 @@
1934
1934
  ],
1935
1935
  "members":{
1936
1936
  "DBClusterIdentifier":{"shape":"String"},
1937
- "RoleArn":{"shape":"String"}
1937
+ "RoleArn":{"shape":"String"},
1938
+ "FeatureName":{"shape":"String"}
1938
1939
  }
1939
1940
  },
1940
1941
  "AddRoleToDBInstanceMessage":{
@@ -5603,7 +5604,8 @@
5603
5604
  ],
5604
5605
  "members":{
5605
5606
  "DBClusterIdentifier":{"shape":"String"},
5606
- "RoleArn":{"shape":"String"}
5607
+ "RoleArn":{"shape":"String"},
5608
+ "FeatureName":{"shape":"String"}
5607
5609
  }
5608
5610
  },
5609
5611
  "RemoveRoleFromDBInstanceMessage":{
@@ -1104,6 +1104,7 @@
1104
1104
  "eu-west-1",
1105
1105
  "eu-west-2",
1106
1106
  "eu-west-3",
1107
+ "ap-east-1",
1107
1108
  "ap-south-1",
1108
1109
  "ap-southeast-1",
1109
1110
  "ap-southeast-2",
@@ -1111,7 +1112,9 @@
1111
1112
  "ap-northeast-2",
1112
1113
  "ap-northeast-3",
1113
1114
  "eu-north-1",
1114
- "sa-east-1"
1115
+ "sa-east-1",
1116
+ "cn-northwest-1",
1117
+ "cn-north-1"
1115
1118
  ],
1116
1119
  "max":64,
1117
1120
  "min":1
@@ -3194,6 +3197,7 @@
3194
3197
  "sa-east-1",
3195
3198
  "cn-north-1",
3196
3199
  "cn-northwest-1",
3200
+ "ap-east-1",
3197
3201
  "ap-south-1"
3198
3202
  ],
3199
3203
  "max":64,
@@ -3746,6 +3750,7 @@
3746
3750
  "eu-west-2",
3747
3751
  "eu-west-3",
3748
3752
  "eu-central-1",
3753
+ "ap-east-1",
3749
3754
  "ap-southeast-1",
3750
3755
  "ap-southeast-2",
3751
3756
  "ap-south-1",
@@ -1306,7 +1306,11 @@
1306
1306
  {"shape":"InvalidAllowedPatternException"},
1307
1307
  {"shape":"ParameterMaxVersionLimitExceeded"},
1308
1308
  {"shape":"ParameterPatternMismatchException"},
1309
- {"shape":"UnsupportedParameterType"}
1309
+ {"shape":"UnsupportedParameterType"},
1310
+ {"shape":"PoliciesLimitExceededException"},
1311
+ {"shape":"InvalidPolicyTypeException"},
1312
+ {"shape":"InvalidPolicyAttributeException"},
1313
+ {"shape":"IncompatiblePolicyException"}
1310
1314
  ]
1311
1315
  },
1312
1316
  "RegisterDefaultPatchBaseline":{
@@ -4611,6 +4615,13 @@
4611
4615
  },
4612
4616
  "exception":true
4613
4617
  },
4618
+ "IncompatiblePolicyException":{
4619
+ "type":"structure",
4620
+ "members":{
4621
+ "message":{"shape":"String"}
4622
+ },
4623
+ "exception":true
4624
+ },
4614
4625
  "InstallOverrideList":{
4615
4626
  "type":"string",
4616
4627
  "max":256,
@@ -5130,6 +5141,20 @@
5130
5141
  },
5131
5142
  "exception":true
5132
5143
  },
5144
+ "InvalidPolicyAttributeException":{
5145
+ "type":"structure",
5146
+ "members":{
5147
+ "message":{"shape":"String"}
5148
+ },
5149
+ "exception":true
5150
+ },
5151
+ "InvalidPolicyTypeException":{
5152
+ "type":"structure",
5153
+ "members":{
5154
+ "message":{"shape":"String"}
5155
+ },
5156
+ "exception":true
5157
+ },
5133
5158
  "InvalidResourceId":{
5134
5159
  "type":"structure",
5135
5160
  "members":{
@@ -6292,11 +6317,7 @@
6292
6317
  "max":128,
6293
6318
  "min":0
6294
6319
  },
6295
- "PSParameterValue":{
6296
- "type":"string",
6297
- "max":4096,
6298
- "min":1
6299
- },
6320
+ "PSParameterValue":{"type":"string"},
6300
6321
  "PSParameterVersion":{"type":"long"},
6301
6322
  "Parameter":{
6302
6323
  "type":"structure",
@@ -6335,13 +6356,23 @@
6335
6356
  "Value":{"shape":"PSParameterValue"},
6336
6357
  "AllowedPattern":{"shape":"AllowedPattern"},
6337
6358
  "Version":{"shape":"PSParameterVersion"},
6338
- "Labels":{"shape":"ParameterLabelList"}
6359
+ "Labels":{"shape":"ParameterLabelList"},
6360
+ "Tier":{"shape":"ParameterTier"},
6361
+ "Policies":{"shape":"ParameterPolicyList"}
6339
6362
  }
6340
6363
  },
6341
6364
  "ParameterHistoryList":{
6342
6365
  "type":"list",
6343
6366
  "member":{"shape":"ParameterHistory"}
6344
6367
  },
6368
+ "ParameterInlinePolicy":{
6369
+ "type":"structure",
6370
+ "members":{
6371
+ "PolicyText":{"shape":"String"},
6372
+ "PolicyType":{"shape":"String"},
6373
+ "PolicyStatus":{"shape":"String"}
6374
+ }
6375
+ },
6345
6376
  "ParameterKeyId":{
6346
6377
  "type":"string",
6347
6378
  "max":256,
@@ -6387,7 +6418,9 @@
6387
6418
  "LastModifiedUser":{"shape":"String"},
6388
6419
  "Description":{"shape":"ParameterDescription"},
6389
6420
  "AllowedPattern":{"shape":"AllowedPattern"},
6390
- "Version":{"shape":"PSParameterVersion"}
6421
+ "Version":{"shape":"PSParameterVersion"},
6422
+ "Tier":{"shape":"ParameterTier"},
6423
+ "Policies":{"shape":"ParameterPolicyList"}
6391
6424
  }
6392
6425
  },
6393
6426
  "ParameterMetadataList":{
@@ -6415,6 +6448,15 @@
6415
6448
  },
6416
6449
  "exception":true
6417
6450
  },
6451
+ "ParameterPolicies":{
6452
+ "type":"string",
6453
+ "max":4096,
6454
+ "min":1
6455
+ },
6456
+ "ParameterPolicyList":{
6457
+ "type":"list",
6458
+ "member":{"shape":"ParameterInlinePolicy"}
6459
+ },
6418
6460
  "ParameterStringFilter":{
6419
6461
  "type":"structure",
6420
6462
  "required":["Key"],
@@ -6428,7 +6470,7 @@
6428
6470
  "type":"string",
6429
6471
  "max":132,
6430
6472
  "min":1,
6431
- "pattern":"tag:.+|Name|Type|KeyId|Path|Label"
6473
+ "pattern":"tag:.+|Name|Type|KeyId|Path|Label|Tier"
6432
6474
  },
6433
6475
  "ParameterStringFilterList":{
6434
6476
  "type":"list",
@@ -6450,6 +6492,13 @@
6450
6492
  "max":10,
6451
6493
  "min":1
6452
6494
  },
6495
+ "ParameterTier":{
6496
+ "type":"string",
6497
+ "enum":[
6498
+ "Standard",
6499
+ "Advanced"
6500
+ ]
6501
+ },
6453
6502
  "ParameterType":{
6454
6503
  "type":"string",
6455
6504
  "enum":[
@@ -6853,6 +6902,13 @@
6853
6902
  "type":"list",
6854
6903
  "member":{"shape":"PlatformType"}
6855
6904
  },
6905
+ "PoliciesLimitExceededException":{
6906
+ "type":"structure",
6907
+ "members":{
6908
+ "message":{"shape":"String"}
6909
+ },
6910
+ "exception":true
6911
+ },
6856
6912
  "Product":{"type":"string"},
6857
6913
  "ProgressCounters":{
6858
6914
  "type":"structure",
@@ -6923,7 +6979,9 @@
6923
6979
  "box":true
6924
6980
  },
6925
6981
  "AllowedPattern":{"shape":"AllowedPattern"},
6926
- "Tags":{"shape":"TagList"}
6982
+ "Tags":{"shape":"TagList"},
6983
+ "Tier":{"shape":"ParameterTier"},
6984
+ "Policies":{"shape":"ParameterPolicies"}
6927
6985
  }
6928
6986
  },
6929
6987
  "PutParameterResult":{
@@ -1238,6 +1238,7 @@
1238
1238
  "ReadOnly":{"shape":"Boolean"},
1239
1239
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1240
1240
  "RequesterPays":{"shape":"Boolean"},
1241
+ "SMBACLEnabled":{"shape":"Boolean"},
1241
1242
  "ValidUserList":{"shape":"FileShareUserList"},
1242
1243
  "InvalidUserList":{"shape":"FileShareUserList"},
1243
1244
  "Authentication":{"shape":"Authentication"},
@@ -2528,6 +2529,7 @@
2528
2529
  "ReadOnly":{"shape":"Boolean"},
2529
2530
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2530
2531
  "RequesterPays":{"shape":"Boolean"},
2532
+ "SMBACLEnabled":{"shape":"Boolean"},
2531
2533
  "ValidUserList":{"shape":"FileShareUserList"},
2532
2534
  "InvalidUserList":{"shape":"FileShareUserList"},
2533
2535
  "Authentication":{"shape":"Authentication"},
@@ -2923,6 +2925,7 @@
2923
2925
  "ReadOnly":{"shape":"Boolean"},
2924
2926
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2925
2927
  "RequesterPays":{"shape":"Boolean"},
2928
+ "SMBACLEnabled":{"shape":"Boolean"},
2926
2929
  "ValidUserList":{"shape":"FileShareUserList"},
2927
2930
  "InvalidUserList":{"shape":"FileShareUserList"}
2928
2931
  }
@@ -30,6 +30,15 @@
30
30
  "output_token": "Marker",
31
31
  "result_key": "VTLDevices"
32
32
  },
33
+ "ListFileShares": {
34
+ "input_token": "Marker",
35
+ "limit_key": "Limit",
36
+ "non_aggregate_keys": [
37
+ "Marker"
38
+ ],
39
+ "output_token": "NextMarker",
40
+ "result_key": "FileShareInfoList"
41
+ },
33
42
  "ListGateways": {
34
43
  "input_token": "Marker",
35
44
  "limit_key": "Limit",
@@ -39,6 +48,21 @@
39
48
  "ListLocalDisks": {
40
49
  "result_key": "Disks"
41
50
  },
51
+ "ListTagsForResource": {
52
+ "input_token": "Marker",
53
+ "limit_key": "Limit",
54
+ "non_aggregate_keys": [
55
+ "ResourceARN"
56
+ ],
57
+ "output_token": "Marker",
58
+ "result_key": "Tags"
59
+ },
60
+ "ListTapes": {
61
+ "input_token": "Marker",
62
+ "limit_key": "Limit",
63
+ "output_token": "Marker",
64
+ "result_key": "TapeInfos"
65
+ },
42
66
  "ListVolumeRecoveryPoints": {
43
67
  "result_key": "VolumeRecoveryPointInfos"
44
68
  },
@@ -176,6 +176,7 @@
176
176
  "Id":{"shape":"NonEmptyString"},
177
177
  "Relationships":{"shape":"RelationshipList"},
178
178
  "EntityTypes":{"shape":"EntityTypes"},
179
+ "SelectionStatus":{"shape":"SelectionStatus"},
179
180
  "Page":{"shape":"UInteger"}
180
181
  }
181
182
  },
@@ -191,7 +192,8 @@
191
192
  "LINE",
192
193
  "WORD",
193
194
  "TABLE",
194
- "CELL"
195
+ "CELL",
196
+ "SELECTION_ELEMENT"
195
197
  ]
196
198
  },
197
199
  "BoundingBox":{
@@ -493,6 +495,13 @@
493
495
  "min":20,
494
496
  "pattern":"(^arn:([a-z\\d-]+):sns:[a-zA-Z\\d-]{1,20}:\\w{12}:.+$)"
495
497
  },
498
+ "SelectionStatus":{
499
+ "type":"string",
500
+ "enum":[
501
+ "SELECTED",
502
+ "NOT_SELECTED"
503
+ ]
504
+ },
496
505
  "StartDocumentAnalysisRequest":{
497
506
  "type":"structure",
498
507
  "required":[
data/endpoints.json CHANGED
@@ -1903,10 +1903,15 @@
1903
1903
  "region" : "us-east-1"
1904
1904
  },
1905
1905
  "hostname" : "organizations.us-east-1.amazonaws.com"
1906
+ },
1907
+ "aws-us-gov-global" : {
1908
+ "credentialScope" : {
1909
+ "region" : "us-gov-west-1"
1910
+ },
1911
+ "hostname" : "organizations.us-gov-west-1.amazonaws.com"
1906
1912
  }
1907
1913
  },
1908
- "isRegionalized" : false,
1909
- "partitionEndpoint" : "aws-global"
1914
+ "isRegionalized" : false
1910
1915
  },
1911
1916
  "pinpoint" : {
1912
1917
  "defaults" : {
@@ -3206,6 +3211,11 @@
3206
3211
  "cn-northwest-1" : { }
3207
3212
  }
3208
3213
  },
3214
+ "mediaconvert" : {
3215
+ "endpoints" : {
3216
+ "cn-northwest-1" : { }
3217
+ }
3218
+ },
3209
3219
  "monitoring" : {
3210
3220
  "defaults" : {
3211
3221
  "protocols" : [ "http", "https" ]
@@ -3446,6 +3456,11 @@
3446
3456
  "us-gov-west-1" : { }
3447
3457
  }
3448
3458
  },
3459
+ "codecommit" : {
3460
+ "endpoints" : {
3461
+ "us-gov-west-1" : { }
3462
+ }
3463
+ },
3449
3464
  "codedeploy" : {
3450
3465
  "endpoints" : {
3451
3466
  "us-gov-east-1" : { },
@@ -3666,6 +3681,12 @@
3666
3681
  "us-gov-west-1" : { }
3667
3682
  }
3668
3683
  },
3684
+ "license-manager" : {
3685
+ "endpoints" : {
3686
+ "us-gov-east-1" : { },
3687
+ "us-gov-west-1" : { }
3688
+ }
3689
+ },
3669
3690
  "logs" : {
3670
3691
  "endpoints" : {
3671
3692
  "us-gov-east-1" : { },
@@ -3693,6 +3714,23 @@
3693
3714
  "us-gov-west-1" : { }
3694
3715
  }
3695
3716
  },
3717
+ "organizations" : {
3718
+ "endpoints" : {
3719
+ "aws-global" : {
3720
+ "credentialScope" : {
3721
+ "region" : "us-east-1"
3722
+ },
3723
+ "hostname" : "organizations.us-east-1.amazonaws.com"
3724
+ },
3725
+ "aws-us-gov-global" : {
3726
+ "credentialScope" : {
3727
+ "region" : "us-gov-west-1"
3728
+ },
3729
+ "hostname" : "organizations.us-gov-west-1.amazonaws.com"
3730
+ }
3731
+ },
3732
+ "isRegionalized" : false
3733
+ },
3696
3734
  "polly" : {
3697
3735
  "endpoints" : {
3698
3736
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.260'
2
+ VERSION = '2.11.261'
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.260
4
+ version: 2.11.261
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-04-19 00:00:00.000000000 Z
11
+ date: 2019-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath