aws-sdk-core 2.11.95 → 2.11.96

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: ce1376ad91c0125162676ae4f47471ae9e665941
4
- data.tar.gz: 021ace5322f4228faba78fd1303e515929febae5
3
+ metadata.gz: 9fa7e6306c82f86d32e8d93c5e2d1f6468e964d1
4
+ data.tar.gz: be635fb975619e6d71a1f447820e440689505a76
5
5
  SHA512:
6
- metadata.gz: ecac56d146479d96fcc47ee9f61b4fac832fd5f9bf1f41a2dc4c346cc3c8d8242e518ed43e14ee94872297b2f93b50ddc626013d9ec862fe60731ef072f5d85b
7
- data.tar.gz: 94d373485f3493028c39904e9bd69a616f78165e6fce8d6799f64ba37ae89cdc8938f6d84027d8bf73bae3afbd38973f4a1f17e1dd817c0c71ec3be24920fb97
6
+ metadata.gz: 743c35a6214f547f4bc95dfe460e94b404d87fb8e7b30562bceae7c430ff24c02b3e64e69065910f629cba69096c7ff30deed1e594dca00b5fc1084eb6e6b628
7
+ data.tar.gz: 572158f708be32e819cd58e7946b4af9f354bbf643d25bb12c9cfa112d856c21953366d209bd2839fddf5309991cc7fb878bb589f1b454c7ed43e916832d44c4
@@ -311,7 +311,8 @@
311
311
  "buildComplete":{"shape":"Boolean"},
312
312
  "initiator":{"shape":"String"},
313
313
  "vpcConfig":{"shape":"VpcConfig"},
314
- "networkInterface":{"shape":"NetworkInterface"}
314
+ "networkInterface":{"shape":"NetworkInterface"},
315
+ "encryptionKey":{"shape":"NonEmptyString"}
315
316
  }
316
317
  },
317
318
  "BuildArtifacts":{
@@ -319,7 +320,8 @@
319
320
  "members":{
320
321
  "location":{"shape":"String"},
321
322
  "sha256sum":{"shape":"String"},
322
- "md5sum":{"shape":"String"}
323
+ "md5sum":{"shape":"String"},
324
+ "encryptionDisabled":{"shape":"WrapperBoolean"}
323
325
  }
324
326
  },
325
327
  "BuildIds":{
@@ -697,7 +699,8 @@
697
699
  "path":{"shape":"String"},
698
700
  "namespaceType":{"shape":"ArtifactNamespace"},
699
701
  "name":{"shape":"String"},
700
- "packaging":{"shape":"ArtifactPackaging"}
702
+ "packaging":{"shape":"ArtifactPackaging"},
703
+ "encryptionDisabled":{"shape":"WrapperBoolean"}
701
704
  }
702
705
  },
703
706
  "ProjectBadge":{
@@ -4162,6 +4162,7 @@
4162
4162
  "DryRun":{"shape":"Boolean"},
4163
4163
  "ClientToken":{"shape":"String"},
4164
4164
  "SpotOptions":{"shape":"SpotOptionsRequest"},
4165
+ "OnDemandOptions":{"shape":"OnDemandOptionsRequest"},
4165
4166
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
4166
4167
  "LaunchTemplateConfigs":{"shape":"FleetLaunchTemplateConfigListRequest"},
4167
4168
  "TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"},
@@ -9180,6 +9181,10 @@
9180
9181
  "shape":"SpotOptions",
9181
9182
  "locationName":"spotOptions"
9182
9183
  },
9184
+ "OnDemandOptions":{
9185
+ "shape":"OnDemandOptions",
9186
+ "locationName":"onDemandOptions"
9187
+ },
9183
9188
  "Tags":{
9184
9189
  "shape":"TagList",
9185
9190
  "locationName":"tagSet"
@@ -9263,6 +9268,10 @@
9263
9268
  "WeightedCapacity":{
9264
9269
  "shape":"Double",
9265
9270
  "locationName":"weightedCapacity"
9271
+ },
9272
+ "Priority":{
9273
+ "shape":"Double",
9274
+ "locationName":"priority"
9266
9275
  }
9267
9276
  }
9268
9277
  },
@@ -9288,7 +9297,8 @@
9288
9297
  "MaxPrice":{"shape":"String"},
9289
9298
  "SubnetId":{"shape":"String"},
9290
9299
  "AvailabilityZone":{"shape":"String"},
9291
- "WeightedCapacity":{"shape":"Double"}
9300
+ "WeightedCapacity":{"shape":"Double"},
9301
+ "Priority":{"shape":"Double"}
9292
9302
  }
9293
9303
  },
9294
9304
  "FleetLaunchTemplateSpecification":{
@@ -9316,6 +9326,13 @@
9316
9326
  "Version":{"shape":"String"}
9317
9327
  }
9318
9328
  },
9329
+ "FleetOnDemandAllocationStrategy":{
9330
+ "type":"string",
9331
+ "enum":[
9332
+ "lowest-price",
9333
+ "prioritized"
9334
+ ]
9335
+ },
9319
9336
  "FleetSet":{
9320
9337
  "type":"list",
9321
9338
  "member":{
@@ -12408,6 +12425,10 @@
12408
12425
  "WeightedCapacity":{
12409
12426
  "shape":"Double",
12410
12427
  "locationName":"weightedCapacity"
12428
+ },
12429
+ "Priority":{
12430
+ "shape":"Double",
12431
+ "locationName":"priority"
12411
12432
  }
12412
12433
  }
12413
12434
  },
@@ -13948,6 +13969,28 @@
13948
13969
  "All Upfront"
13949
13970
  ]
13950
13971
  },
13972
+ "OnDemandAllocationStrategy":{
13973
+ "type":"string",
13974
+ "enum":[
13975
+ "lowestPrice",
13976
+ "prioritized"
13977
+ ]
13978
+ },
13979
+ "OnDemandOptions":{
13980
+ "type":"structure",
13981
+ "members":{
13982
+ "AllocationStrategy":{
13983
+ "shape":"FleetOnDemandAllocationStrategy",
13984
+ "locationName":"allocationStrategy"
13985
+ }
13986
+ }
13987
+ },
13988
+ "OnDemandOptionsRequest":{
13989
+ "type":"structure",
13990
+ "members":{
13991
+ "AllocationStrategy":{"shape":"FleetOnDemandAllocationStrategy"}
13992
+ }
13993
+ },
13951
13994
  "OperationType":{
13952
13995
  "type":"string",
13953
13996
  "enum":[
@@ -17191,6 +17234,10 @@
17191
17234
  "shape":"AllocationStrategy",
17192
17235
  "locationName":"allocationStrategy"
17193
17236
  },
17237
+ "OnDemandAllocationStrategy":{
17238
+ "shape":"OnDemandAllocationStrategy",
17239
+ "locationName":"onDemandAllocationStrategy"
17240
+ },
17194
17241
  "ClientToken":{
17195
17242
  "shape":"String",
17196
17243
  "locationName":"clientToken"
@@ -17258,6 +17305,10 @@
17258
17305
  "LoadBalancersConfig":{
17259
17306
  "shape":"LoadBalancersConfig",
17260
17307
  "locationName":"loadBalancersConfig"
17308
+ },
17309
+ "InstancePoolsToUseCount":{
17310
+ "shape":"Integer",
17311
+ "locationName":"instancePoolsToUseCount"
17261
17312
  }
17262
17313
  }
17263
17314
  },
@@ -17458,6 +17509,10 @@
17458
17509
  "InstanceInterruptionBehavior":{
17459
17510
  "shape":"SpotInstanceInterruptionBehavior",
17460
17511
  "locationName":"instanceInterruptionBehavior"
17512
+ },
17513
+ "InstancePoolsToUseCount":{
17514
+ "shape":"Integer",
17515
+ "locationName":"instancePoolsToUseCount"
17461
17516
  }
17462
17517
  }
17463
17518
  },
@@ -17465,7 +17520,8 @@
17465
17520
  "type":"structure",
17466
17521
  "members":{
17467
17522
  "AllocationStrategy":{"shape":"SpotAllocationStrategy"},
17468
- "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"}
17523
+ "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
17524
+ "InstancePoolsToUseCount":{"shape":"Integer"}
17469
17525
  }
17470
17526
  },
17471
17527
  "SpotPlacement":{
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon Inspector",
9
+ "serviceId":"Inspector",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"InspectorService",
11
12
  "uid":"inspector-2016-02-16"
@@ -23,7 +24,8 @@
23
24
  {"shape":"InternalException"},
24
25
  {"shape":"InvalidInputException"},
25
26
  {"shape":"AccessDeniedException"},
26
- {"shape":"NoSuchEntityException"}
27
+ {"shape":"NoSuchEntityException"},
28
+ {"shape":"ServiceTemporarilyUnavailableException"}
27
29
  ]
28
30
  },
29
31
  "CreateAssessmentTarget":{
@@ -40,7 +42,8 @@
40
42
  {"shape":"LimitExceededException"},
41
43
  {"shape":"AccessDeniedException"},
42
44
  {"shape":"NoSuchEntityException"},
43
- {"shape":"InvalidCrossAccountRoleException"}
45
+ {"shape":"InvalidCrossAccountRoleException"},
46
+ {"shape":"ServiceTemporarilyUnavailableException"}
44
47
  ]
45
48
  },
46
49
  "CreateAssessmentTemplate":{
@@ -56,7 +59,8 @@
56
59
  {"shape":"InvalidInputException"},
57
60
  {"shape":"LimitExceededException"},
58
61
  {"shape":"AccessDeniedException"},
59
- {"shape":"NoSuchEntityException"}
62
+ {"shape":"NoSuchEntityException"},
63
+ {"shape":"ServiceTemporarilyUnavailableException"}
60
64
  ]
61
65
  },
62
66
  "CreateExclusionsPreview":{
@@ -72,7 +76,8 @@
72
76
  {"shape":"PreviewGenerationInProgressException"},
73
77
  {"shape":"InternalException"},
74
78
  {"shape":"AccessDeniedException"},
75
- {"shape":"NoSuchEntityException"}
79
+ {"shape":"NoSuchEntityException"},
80
+ {"shape":"ServiceTemporarilyUnavailableException"}
76
81
  ]
77
82
  },
78
83
  "CreateResourceGroup":{
@@ -87,7 +92,8 @@
87
92
  {"shape":"InternalException"},
88
93
  {"shape":"InvalidInputException"},
89
94
  {"shape":"LimitExceededException"},
90
- {"shape":"AccessDeniedException"}
95
+ {"shape":"AccessDeniedException"},
96
+ {"shape":"ServiceTemporarilyUnavailableException"}
91
97
  ]
92
98
  },
93
99
  "DeleteAssessmentRun":{
@@ -102,7 +108,8 @@
102
108
  {"shape":"InvalidInputException"},
103
109
  {"shape":"AssessmentRunInProgressException"},
104
110
  {"shape":"AccessDeniedException"},
105
- {"shape":"NoSuchEntityException"}
111
+ {"shape":"NoSuchEntityException"},
112
+ {"shape":"ServiceTemporarilyUnavailableException"}
106
113
  ]
107
114
  },
108
115
  "DeleteAssessmentTarget":{
@@ -117,7 +124,8 @@
117
124
  {"shape":"InvalidInputException"},
118
125
  {"shape":"AssessmentRunInProgressException"},
119
126
  {"shape":"AccessDeniedException"},
120
- {"shape":"NoSuchEntityException"}
127
+ {"shape":"NoSuchEntityException"},
128
+ {"shape":"ServiceTemporarilyUnavailableException"}
121
129
  ]
122
130
  },
123
131
  "DeleteAssessmentTemplate":{
@@ -132,7 +140,8 @@
132
140
  {"shape":"InvalidInputException"},
133
141
  {"shape":"AssessmentRunInProgressException"},
134
142
  {"shape":"AccessDeniedException"},
135
- {"shape":"NoSuchEntityException"}
143
+ {"shape":"NoSuchEntityException"},
144
+ {"shape":"ServiceTemporarilyUnavailableException"}
136
145
  ]
137
146
  },
138
147
  "DescribeAssessmentRuns":{
@@ -251,7 +260,8 @@
251
260
  {"shape":"AccessDeniedException"},
252
261
  {"shape":"NoSuchEntityException"},
253
262
  {"shape":"AssessmentRunInProgressException"},
254
- {"shape":"UnsupportedFeatureException"}
263
+ {"shape":"UnsupportedFeatureException"},
264
+ {"shape":"ServiceTemporarilyUnavailableException"}
255
265
  ]
256
266
  },
257
267
  "GetExclusionsPreview":{
@@ -444,7 +454,8 @@
444
454
  {"shape":"InternalException"},
445
455
  {"shape":"InvalidInputException"},
446
456
  {"shape":"AccessDeniedException"},
447
- {"shape":"InvalidCrossAccountRoleException"}
457
+ {"shape":"InvalidCrossAccountRoleException"},
458
+ {"shape":"ServiceTemporarilyUnavailableException"}
448
459
  ]
449
460
  },
450
461
  "RemoveAttributesFromFindings":{
@@ -459,7 +470,8 @@
459
470
  {"shape":"InternalException"},
460
471
  {"shape":"InvalidInputException"},
461
472
  {"shape":"AccessDeniedException"},
462
- {"shape":"NoSuchEntityException"}
473
+ {"shape":"NoSuchEntityException"},
474
+ {"shape":"ServiceTemporarilyUnavailableException"}
463
475
  ]
464
476
  },
465
477
  "SetTagsForResource":{
@@ -473,7 +485,8 @@
473
485
  {"shape":"InternalException"},
474
486
  {"shape":"InvalidInputException"},
475
487
  {"shape":"AccessDeniedException"},
476
- {"shape":"NoSuchEntityException"}
488
+ {"shape":"NoSuchEntityException"},
489
+ {"shape":"ServiceTemporarilyUnavailableException"}
477
490
  ]
478
491
  },
479
492
  "StartAssessmentRun":{
@@ -491,7 +504,8 @@
491
504
  {"shape":"AccessDeniedException"},
492
505
  {"shape":"NoSuchEntityException"},
493
506
  {"shape":"InvalidCrossAccountRoleException"},
494
- {"shape":"AgentsAlreadyRunningAssessmentException"}
507
+ {"shape":"AgentsAlreadyRunningAssessmentException"},
508
+ {"shape":"ServiceTemporarilyUnavailableException"}
495
509
  ]
496
510
  },
497
511
  "StopAssessmentRun":{
@@ -505,7 +519,8 @@
505
519
  {"shape":"InternalException"},
506
520
  {"shape":"InvalidInputException"},
507
521
  {"shape":"AccessDeniedException"},
508
- {"shape":"NoSuchEntityException"}
522
+ {"shape":"NoSuchEntityException"},
523
+ {"shape":"ServiceTemporarilyUnavailableException"}
509
524
  ]
510
525
  },
511
526
  "SubscribeToEvent":{
@@ -520,7 +535,8 @@
520
535
  {"shape":"InvalidInputException"},
521
536
  {"shape":"LimitExceededException"},
522
537
  {"shape":"AccessDeniedException"},
523
- {"shape":"NoSuchEntityException"}
538
+ {"shape":"NoSuchEntityException"},
539
+ {"shape":"ServiceTemporarilyUnavailableException"}
524
540
  ]
525
541
  },
526
542
  "UnsubscribeFromEvent":{
@@ -534,7 +550,8 @@
534
550
  {"shape":"InternalException"},
535
551
  {"shape":"InvalidInputException"},
536
552
  {"shape":"AccessDeniedException"},
537
- {"shape":"NoSuchEntityException"}
553
+ {"shape":"NoSuchEntityException"},
554
+ {"shape":"ServiceTemporarilyUnavailableException"}
538
555
  ]
539
556
  },
540
557
  "UpdateAssessmentTarget":{
@@ -548,7 +565,8 @@
548
565
  {"shape":"InternalException"},
549
566
  {"shape":"InvalidInputException"},
550
567
  {"shape":"AccessDeniedException"},
551
- {"shape":"NoSuchEntityException"}
568
+ {"shape":"NoSuchEntityException"},
569
+ {"shape":"ServiceTemporarilyUnavailableException"}
552
570
  ]
553
571
  }
554
572
  },
@@ -2099,6 +2117,18 @@
2099
2117
  "max":128,
2100
2118
  "min":0
2101
2119
  },
2120
+ "ServiceTemporarilyUnavailableException":{
2121
+ "type":"structure",
2122
+ "required":[
2123
+ "message",
2124
+ "canRetry"
2125
+ ],
2126
+ "members":{
2127
+ "message":{"shape":"ErrorMessage"},
2128
+ "canRetry":{"shape":"Bool"}
2129
+ },
2130
+ "exception":true
2131
+ },
2102
2132
  "SetTagsForResourceRequest":{
2103
2133
  "type":"structure",
2104
2134
  "required":["resourceArn"],
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListAssessmentTemplates",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "ListTagsForResource",
12
+ "input": {
13
+ "resourceArn": "fake-arn"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -118,7 +118,8 @@
118
118
  {"shape":"TagLimitExceededFault"},
119
119
  {"shape":"InvalidTagFault"},
120
120
  {"shape":"LimitExceededFault"},
121
- {"shape":"DependentServiceRequestThrottlingFault"}
121
+ {"shape":"DependentServiceRequestThrottlingFault"},
122
+ {"shape":"InvalidClusterTrackFault"}
122
123
  ]
123
124
  },
124
125
  "CreateClusterParameterGroup":{
@@ -519,6 +520,22 @@
519
520
  {"shape":"InvalidTagFault"}
520
521
  ]
521
522
  },
523
+ "DescribeClusterTracks":{
524
+ "name":"DescribeClusterTracks",
525
+ "http":{
526
+ "method":"POST",
527
+ "requestUri":"/"
528
+ },
529
+ "input":{"shape":"DescribeClusterTracksMessage"},
530
+ "output":{
531
+ "shape":"TrackListMessage",
532
+ "resultWrapper":"DescribeClusterTracksResult"
533
+ },
534
+ "errors":[
535
+ {"shape":"InvalidClusterTrackFault"},
536
+ {"shape":"UnauthorizedOperation"}
537
+ ]
538
+ },
522
539
  "DescribeClusterVersions":{
523
540
  "name":"DescribeClusterVersions",
524
541
  "http":{
@@ -895,7 +912,8 @@
895
912
  {"shape":"LimitExceededFault"},
896
913
  {"shape":"DependentServiceRequestThrottlingFault"},
897
914
  {"shape":"InvalidElasticIpFault"},
898
- {"shape":"TableLimitExceededFault"}
915
+ {"shape":"TableLimitExceededFault"},
916
+ {"shape":"InvalidClusterTrackFault"}
899
917
  ]
900
918
  },
901
919
  "ModifyClusterDbRevision":{
@@ -1090,7 +1108,8 @@
1090
1108
  {"shape":"ClusterParameterGroupNotFoundFault"},
1091
1109
  {"shape":"ClusterSecurityGroupNotFoundFault"},
1092
1110
  {"shape":"LimitExceededFault"},
1093
- {"shape":"DependentServiceRequestThrottlingFault"}
1111
+ {"shape":"DependentServiceRequestThrottlingFault"},
1112
+ {"shape":"InvalidClusterTrackFault"}
1094
1113
  ]
1095
1114
  },
1096
1115
  "RestoreTableFromClusterSnapshot":{
@@ -1340,7 +1359,8 @@
1340
1359
  "KmsKeyId":{"shape":"String"},
1341
1360
  "EnhancedVpcRouting":{"shape":"Boolean"},
1342
1361
  "IamRoles":{"shape":"ClusterIamRoleList"},
1343
- "PendingActions":{"shape":"PendingActionsList"}
1362
+ "PendingActions":{"shape":"PendingActionsList"},
1363
+ "MaintenanceTrackName":{"shape":"String"}
1344
1364
  },
1345
1365
  "wrapper":true
1346
1366
  },
@@ -1826,7 +1846,8 @@
1826
1846
  "KmsKeyId":{"shape":"String"},
1827
1847
  "EnhancedVpcRouting":{"shape":"BooleanOptional"},
1828
1848
  "AdditionalInfo":{"shape":"String"},
1829
- "IamRoles":{"shape":"IamRoleArnList"}
1849
+ "IamRoles":{"shape":"IamRoleArnList"},
1850
+ "MaintenanceTrackName":{"shape":"String"}
1830
1851
  }
1831
1852
  },
1832
1853
  "CreateClusterParameterGroupMessage":{
@@ -2191,6 +2212,14 @@
2191
2212
  "TagValues":{"shape":"TagValueList"}
2192
2213
  }
2193
2214
  },
2215
+ "DescribeClusterTracksMessage":{
2216
+ "type":"structure",
2217
+ "members":{
2218
+ "MaintenanceTrackName":{"shape":"String"},
2219
+ "MaxRecords":{"shape":"IntegerOptional"},
2220
+ "Marker":{"shape":"String"}
2221
+ }
2222
+ },
2194
2223
  "DescribeClusterVersionsMessage":{
2195
2224
  "type":"structure",
2196
2225
  "members":{
@@ -2387,6 +2416,13 @@
2387
2416
  "Status":{"shape":"String"}
2388
2417
  }
2389
2418
  },
2419
+ "EligibleTracksToUpdateList":{
2420
+ "type":"list",
2421
+ "member":{
2422
+ "shape":"UpdateTarget",
2423
+ "locationName":"UpdateTarget"
2424
+ }
2425
+ },
2390
2426
  "EnableLoggingMessage":{
2391
2427
  "type":"structure",
2392
2428
  "required":[
@@ -2837,6 +2873,17 @@
2837
2873
  },
2838
2874
  "exception":true
2839
2875
  },
2876
+ "InvalidClusterTrackFault":{
2877
+ "type":"structure",
2878
+ "members":{
2879
+ },
2880
+ "error":{
2881
+ "code":"InvalidClusterTrack",
2882
+ "httpStatusCode":400,
2883
+ "senderFault":true
2884
+ },
2885
+ "exception":true
2886
+ },
2840
2887
  "InvalidElasticIpFault":{
2841
2888
  "type":"structure",
2842
2889
  "members":{
@@ -3004,6 +3051,14 @@
3004
3051
  },
3005
3052
  "Long":{"type":"long"},
3006
3053
  "LongOptional":{"type":"long"},
3054
+ "MaintenanceTrack":{
3055
+ "type":"structure",
3056
+ "members":{
3057
+ "MaintenanceTrackName":{"shape":"String"},
3058
+ "DatabaseVersion":{"shape":"String"},
3059
+ "UpdateTargets":{"shape":"EligibleTracksToUpdateList"}
3060
+ }
3061
+ },
3007
3062
  "ModifyClusterDbRevisionMessage":{
3008
3063
  "type":"structure",
3009
3064
  "required":[
@@ -3057,7 +3112,8 @@
3057
3112
  "NewClusterIdentifier":{"shape":"String"},
3058
3113
  "PubliclyAccessible":{"shape":"BooleanOptional"},
3059
3114
  "ElasticIp":{"shape":"String"},
3060
- "EnhancedVpcRouting":{"shape":"BooleanOptional"}
3115
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"},
3116
+ "MaintenanceTrackName":{"shape":"String"}
3061
3117
  }
3062
3118
  },
3063
3119
  "ModifyClusterParameterGroupMessage":{
@@ -3227,7 +3283,8 @@
3227
3283
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3228
3284
  "ClusterIdentifier":{"shape":"String"},
3229
3285
  "PubliclyAccessible":{"shape":"BooleanOptional"},
3230
- "EnhancedVpcRouting":{"shape":"BooleanOptional"}
3286
+ "EnhancedVpcRouting":{"shape":"BooleanOptional"},
3287
+ "MaintenanceTrackName":{"shape":"String"}
3231
3288
  }
3232
3289
  },
3233
3290
  "PurchaseReservedNodeOfferingMessage":{
@@ -3479,7 +3536,8 @@
3479
3536
  "NodeType":{"shape":"String"},
3480
3537
  "EnhancedVpcRouting":{"shape":"BooleanOptional"},
3481
3538
  "AdditionalInfo":{"shape":"String"},
3482
- "IamRoles":{"shape":"IamRoleArnList"}
3539
+ "IamRoles":{"shape":"IamRoleArnList"},
3540
+ "MaintenanceTrackName":{"shape":"String"}
3483
3541
  }
3484
3542
  },
3485
3543
  "RestoreFromClusterSnapshotResult":{
@@ -3655,7 +3713,8 @@
3655
3713
  "SourceRegion":{"shape":"String"},
3656
3714
  "Tags":{"shape":"TagList"},
3657
3715
  "RestorableNodeTypes":{"shape":"RestorableNodeTypeList"},
3658
- "EnhancedVpcRouting":{"shape":"Boolean"}
3716
+ "EnhancedVpcRouting":{"shape":"Boolean"},
3717
+ "MaintenanceTrackName":{"shape":"String"}
3659
3718
  },
3660
3719
  "wrapper":true
3661
3720
  },
@@ -4020,6 +4079,20 @@
4020
4079
  "Marker":{"shape":"String"}
4021
4080
  }
4022
4081
  },
4082
+ "TrackList":{
4083
+ "type":"list",
4084
+ "member":{
4085
+ "shape":"MaintenanceTrack",
4086
+ "locationName":"MaintenanceTrack"
4087
+ }
4088
+ },
4089
+ "TrackListMessage":{
4090
+ "type":"structure",
4091
+ "members":{
4092
+ "MaintenanceTracks":{"shape":"TrackList"},
4093
+ "Marker":{"shape":"String"}
4094
+ }
4095
+ },
4023
4096
  "UnauthorizedOperation":{
4024
4097
  "type":"structure",
4025
4098
  "members":{
@@ -4064,6 +4137,13 @@
4064
4137
  },
4065
4138
  "exception":true
4066
4139
  },
4140
+ "UpdateTarget":{
4141
+ "type":"structure",
4142
+ "members":{
4143
+ "MaintenanceTrackName":{"shape":"String"},
4144
+ "DatabaseVersion":{"shape":"String"}
4145
+ }
4146
+ },
4067
4147
  "VpcSecurityGroupIdList":{
4068
4148
  "type":"list",
4069
4149
  "member":{
@@ -961,6 +961,22 @@
961
961
  {"shape":"InternalServerError"}
962
962
  ]
963
963
  },
964
+ "LabelParameterVersion":{
965
+ "name":"LabelParameterVersion",
966
+ "http":{
967
+ "method":"POST",
968
+ "requestUri":"/"
969
+ },
970
+ "input":{"shape":"LabelParameterVersionRequest"},
971
+ "output":{"shape":"LabelParameterVersionResult"},
972
+ "errors":[
973
+ {"shape":"InternalServerError"},
974
+ {"shape":"TooManyUpdates"},
975
+ {"shape":"ParameterNotFound"},
976
+ {"shape":"ParameterVersionNotFound"},
977
+ {"shape":"ParameterVersionLabelLimitExceeded"}
978
+ ]
979
+ },
964
980
  "ListAssociationVersions":{
965
981
  "name":"ListAssociationVersions",
966
982
  "http":{
@@ -4990,6 +5006,27 @@
4990
5006
  "type":"list",
4991
5007
  "member":{"shape":"TagKey"}
4992
5008
  },
5009
+ "LabelParameterVersionRequest":{
5010
+ "type":"structure",
5011
+ "required":[
5012
+ "Name",
5013
+ "Labels"
5014
+ ],
5015
+ "members":{
5016
+ "Name":{"shape":"PSParameterName"},
5017
+ "ParameterVersion":{
5018
+ "shape":"PSParameterVersion",
5019
+ "box":true
5020
+ },
5021
+ "Labels":{"shape":"ParameterLabelList"}
5022
+ }
5023
+ },
5024
+ "LabelParameterVersionResult":{
5025
+ "type":"structure",
5026
+ "members":{
5027
+ "InvalidLabels":{"shape":"ParameterLabelList"}
5028
+ }
5029
+ },
4993
5030
  "LastResourceDataSyncMessage":{"type":"string"},
4994
5031
  "LastResourceDataSyncStatus":{
4995
5032
  "type":"string",
@@ -5742,6 +5779,11 @@
5742
5779
  "max":2048,
5743
5780
  "min":1
5744
5781
  },
5782
+ "PSParameterSelector":{
5783
+ "type":"string",
5784
+ "max":128,
5785
+ "min":0
5786
+ },
5745
5787
  "PSParameterValue":{
5746
5788
  "type":"string",
5747
5789
  "max":4096,
@@ -5754,7 +5796,11 @@
5754
5796
  "Name":{"shape":"PSParameterName"},
5755
5797
  "Type":{"shape":"ParameterType"},
5756
5798
  "Value":{"shape":"PSParameterValue"},
5757
- "Version":{"shape":"PSParameterVersion"}
5799
+ "Version":{"shape":"PSParameterVersion"},
5800
+ "Selector":{"shape":"PSParameterSelector"},
5801
+ "SourceResult":{"shape":"String"},
5802
+ "LastModifiedDate":{"shape":"DateTime"},
5803
+ "ARN":{"shape":"String"}
5758
5804
  }
5759
5805
  },
5760
5806
  "ParameterAlreadyExists":{
@@ -5780,7 +5826,8 @@
5780
5826
  "Description":{"shape":"ParameterDescription"},
5781
5827
  "Value":{"shape":"PSParameterValue"},
5782
5828
  "AllowedPattern":{"shape":"AllowedPattern"},
5783
- "Version":{"shape":"PSParameterVersion"}
5829
+ "Version":{"shape":"PSParameterVersion"},
5830
+ "Labels":{"shape":"ParameterLabelList"}
5784
5831
  }
5785
5832
  },
5786
5833
  "ParameterHistoryList":{
@@ -5793,6 +5840,17 @@
5793
5840
  "min":1,
5794
5841
  "pattern":"^([a-zA-Z0-9:/_-]+)$"
5795
5842
  },
5843
+ "ParameterLabel":{
5844
+ "type":"string",
5845
+ "max":100,
5846
+ "min":1
5847
+ },
5848
+ "ParameterLabelList":{
5849
+ "type":"list",
5850
+ "member":{"shape":"ParameterLabel"},
5851
+ "max":10,
5852
+ "min":1
5853
+ },
5796
5854
  "ParameterLimitExceeded":{
5797
5855
  "type":"structure",
5798
5856
  "members":{
@@ -5862,7 +5920,7 @@
5862
5920
  "type":"string",
5863
5921
  "max":132,
5864
5922
  "min":1,
5865
- "pattern":"tag:.+|Name|Type|KeyId|Path"
5923
+ "pattern":"tag:.+|Name|Type|KeyId|Path|Label"
5866
5924
  },
5867
5925
  "ParameterStringFilterList":{
5868
5926
  "type":"list",
@@ -5897,6 +5955,13 @@
5897
5955
  "type":"list",
5898
5956
  "member":{"shape":"ParameterValue"}
5899
5957
  },
5958
+ "ParameterVersionLabelLimitExceeded":{
5959
+ "type":"structure",
5960
+ "members":{
5961
+ "message":{"shape":"String"}
5962
+ },
5963
+ "exception":true
5964
+ },
5900
5965
  "ParameterVersionNotFound":{
5901
5966
  "type":"structure",
5902
5967
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.95'
2
+ VERSION = '2.11.96'
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.95
4
+ version: 2.11.96
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-07-25 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -337,6 +337,7 @@ files:
337
337
  - apis/inspector/2016-02-16/api-2.json
338
338
  - apis/inspector/2016-02-16/examples-1.json
339
339
  - apis/inspector/2016-02-16/paginators-1.json
340
+ - apis/inspector/2016-02-16/smoke.json
340
341
  - apis/iot-data/2015-05-28/api-2.json
341
342
  - apis/iot-jobs-data/2017-09-29/api-2.json
342
343
  - apis/iot-jobs-data/2017-09-29/examples-1.json