aws-sdk-core 2.11.564 → 2.11.565

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
  SHA256:
3
- metadata.gz: 486ebbdba6a64b9ec3e80aac8fff6bcd3bd6158b383f6c1383aa660b18dc38e7
4
- data.tar.gz: 9e18c87fccc4310fbe9929141aec6861ede34b5119ceec4a51065954bfedc8f7
3
+ metadata.gz: 910bcf9e964a0f745b7a27c536b723db4ae50eccc6aacde58dd05e0e38c1b8a2
4
+ data.tar.gz: 34a971b008f54828f9f981121d3249781ee2cf50fcb40904d2c8e87c09e8719e
5
5
  SHA512:
6
- metadata.gz: a29704358d62be6a2dcc008e3a93d359b1ac0370ab4d0af16ed032dc0523502c4c4cca231b05fcd1b9a60817bfb9fb6a35801e71eae273b3a79b8985e2602b25
7
- data.tar.gz: cd63db069981856bd11daee597ded2ef3a4bc3a4d13d78b923a99a9c0b521309e541d72e1147ab14bd9416895d0d9b062e338601b7ce16df33da632e127ceea9
6
+ metadata.gz: c7793422bca47cad4abdf107150c73cfd9bff8d12c12d0abbc89ec5299f42f7a2b1d5262304263d679dee7b0dc84a5203b57af44c6c6281ed4560e7e2bbc2026
7
+ data.tar.gz: 5c54886c219424faeb63828e466795f0a854448e82a62e307a8aad8829fc4b8b2c5a277d26b9e7739e2a56513960ed8b3c313e23b2f2ea192c917b8280c31962
@@ -185,7 +185,8 @@
185
185
  "errors":[
186
186
  {"shape":"NotFoundException"},
187
187
  {"shape":"InternalServerErrorException"},
188
- {"shape":"BadRequestException"}
188
+ {"shape":"BadRequestException"},
189
+ {"shape":"ConcurrentAccessException"}
189
190
  ]
190
191
  },
191
192
  "UntagResource":{
@@ -199,7 +200,8 @@
199
200
  "errors":[
200
201
  {"shape":"NotFoundException"},
201
202
  {"shape":"InternalServerErrorException"},
202
- {"shape":"BadRequestException"}
203
+ {"shape":"BadRequestException"},
204
+ {"shape":"ConcurrentAccessException"}
203
205
  ]
204
206
  },
205
207
  "UpdateEnvironment":{
@@ -263,12 +265,25 @@
263
265
  "type":"string",
264
266
  "pattern":"[\\x20-\\x7E]{10,128}"
265
267
  },
268
+ "ConcurrentAccessException":{
269
+ "type":"structure",
270
+ "members":{
271
+ },
272
+ "exception":true
273
+ },
266
274
  "ConflictException":{
267
275
  "type":"structure",
268
276
  "members":{
269
277
  },
270
278
  "exception":true
271
279
  },
280
+ "ConnectionType":{
281
+ "type":"string",
282
+ "enum":[
283
+ "CONNECT_SSH",
284
+ "CONNECT_SSM"
285
+ ]
286
+ },
272
287
  "CreateEnvironmentEC2Request":{
273
288
  "type":"structure",
274
289
  "required":[
@@ -283,7 +298,8 @@
283
298
  "subnetId":{"shape":"SubnetId"},
284
299
  "automaticStopTimeMinutes":{"shape":"AutomaticStopTimeMinutes"},
285
300
  "ownerArn":{"shape":"UserArn"},
286
- "tags":{"shape":"TagList"}
301
+ "tags":{"shape":"TagList"},
302
+ "connectionType":{"shape":"ConnectionType"}
287
303
  }
288
304
  },
289
305
  "CreateEnvironmentEC2Result":{
@@ -390,6 +406,7 @@
390
406
  "name":{"shape":"EnvironmentName"},
391
407
  "description":{"shape":"EnvironmentDescription"},
392
408
  "type":{"shape":"EnvironmentType"},
409
+ "connectionType":{"shape":"ConnectionType"},
393
410
  "arn":{"shape":"String"},
394
411
  "ownerArn":{"shape":"String"},
395
412
  "lifecycle":{"shape":"EnvironmentLifecycle"}
@@ -21558,6 +21558,7 @@
21558
21558
  "type":"structure",
21559
21559
  "members":{
21560
21560
  "TunnelInsideCidr":{"shape":"String"},
21561
+ "TunnelInsideIpv6Cidr":{"shape":"String"},
21561
21562
  "PreSharedKey":{"shape":"String"},
21562
21563
  "Phase1LifetimeSeconds":{"shape":"Integer"},
21563
21564
  "Phase2LifetimeSeconds":{"shape":"Integer"},
@@ -28914,6 +28915,13 @@
28914
28915
  "udp"
28915
28916
  ]
28916
28917
  },
28918
+ "TunnelInsideIpVersion":{
28919
+ "type":"string",
28920
+ "enum":[
28921
+ "ipv4",
28922
+ "ipv6"
28923
+ ]
28924
+ },
28917
28925
  "TunnelOption":{
28918
28926
  "type":"structure",
28919
28927
  "members":{
@@ -28925,6 +28933,10 @@
28925
28933
  "shape":"String",
28926
28934
  "locationName":"tunnelInsideCidr"
28927
28935
  },
28936
+ "TunnelInsideIpv6Cidr":{
28937
+ "shape":"String",
28938
+ "locationName":"tunnelInsideIpv6Cidr"
28939
+ },
28928
28940
  "PreSharedKey":{
28929
28941
  "shape":"String",
28930
28942
  "locationName":"preSharedKey"
@@ -30389,6 +30401,10 @@
30389
30401
  "shape":"Boolean",
30390
30402
  "locationName":"staticRoutesOnly"
30391
30403
  },
30404
+ "TunnelInsideIpVersion":{
30405
+ "shape":"TunnelInsideIpVersion",
30406
+ "locationName":"tunnelInsideIpVersion"
30407
+ },
30392
30408
  "TunnelOptions":{
30393
30409
  "shape":"TunnelOptionsList",
30394
30410
  "locationName":"tunnelOptionSet"
@@ -30403,6 +30419,7 @@
30403
30419
  "shape":"Boolean",
30404
30420
  "locationName":"staticRoutesOnly"
30405
30421
  },
30422
+ "TunnelInsideIpVersion":{"shape":"TunnelInsideIpVersion"},
30406
30423
  "TunnelOptions":{"shape":"VpnTunnelOptionsSpecificationsList"}
30407
30424
  }
30408
30425
  },
@@ -30506,6 +30523,7 @@
30506
30523
  "type":"structure",
30507
30524
  "members":{
30508
30525
  "TunnelInsideCidr":{"shape":"String"},
30526
+ "TunnelInsideIpv6Cidr":{"shape":"String"},
30509
30527
  "PreSharedKey":{"shape":"String"},
30510
30528
  "Phase1LifetimeSeconds":{"shape":"Integer"},
30511
30529
  "Phase2LifetimeSeconds":{"shape":"Integer"},
@@ -341,7 +341,7 @@
341
341
  },
342
342
  "AutomaticBackupRetentionDays":{
343
343
  "type":"integer",
344
- "max":35,
344
+ "max":90,
345
345
  "min":0
346
346
  },
347
347
  "Backup":{
@@ -396,6 +396,7 @@
396
396
  "enum":[
397
397
  "AVAILABLE",
398
398
  "CREATING",
399
+ "TRANSFERRING",
399
400
  "DELETED",
400
401
  "FAILED"
401
402
  ]
@@ -545,7 +546,8 @@
545
546
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
546
547
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
547
548
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
548
- "CopyTagsToBackups":{"shape":"Flag"}
549
+ "CopyTagsToBackups":{"shape":"Flag"},
550
+ "DriveCacheType":{"shape":"DriveCacheType"}
549
551
  }
550
552
  },
551
553
  "CreateFileSystemRequest":{
@@ -894,6 +896,13 @@
894
896
  "max":2,
895
897
  "min":1
896
898
  },
899
+ "DriveCacheType":{
900
+ "type":"string",
901
+ "enum":[
902
+ "NONE",
903
+ "READ"
904
+ ]
905
+ },
897
906
  "EndTime":{"type":"timestamp"},
898
907
  "ErrorMessage":{
899
908
  "type":"string",
@@ -1115,7 +1124,8 @@
1115
1124
  "MountName":{"shape":"LustreFileSystemMountName"},
1116
1125
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1117
1126
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1118
- "CopyTagsToBackups":{"shape":"Flag"}
1127
+ "CopyTagsToBackups":{"shape":"Flag"},
1128
+ "DriveCacheType":{"shape":"DriveCacheType"}
1119
1129
  }
1120
1130
  },
1121
1131
  "LustreFileSystemMountName":{
@@ -1185,7 +1195,7 @@
1185
1195
  "PerUnitStorageThroughput":{
1186
1196
  "type":"integer",
1187
1197
  "max":200,
1188
- "min":50
1198
+ "min":12
1189
1199
  },
1190
1200
  "ProgressPercent":{
1191
1201
  "type":"integer",
@@ -254,6 +254,22 @@
254
254
  {"shape":"ConflictingResourceUpdateException"}
255
255
  ]
256
256
  },
257
+ "CreateAuditSuppression":{
258
+ "name":"CreateAuditSuppression",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/audit/suppressions/create"
262
+ },
263
+ "input":{"shape":"CreateAuditSuppressionRequest"},
264
+ "output":{"shape":"CreateAuditSuppressionResponse"},
265
+ "errors":[
266
+ {"shape":"InvalidRequestException"},
267
+ {"shape":"ResourceAlreadyExistsException"},
268
+ {"shape":"ThrottlingException"},
269
+ {"shape":"InternalFailureException"},
270
+ {"shape":"LimitExceededException"}
271
+ ]
272
+ },
257
273
  "CreateAuthorizer":{
258
274
  "name":"CreateAuthorizer",
259
275
  "http":{
@@ -678,6 +694,20 @@
678
694
  {"shape":"InternalFailureException"}
679
695
  ]
680
696
  },
697
+ "DeleteAuditSuppression":{
698
+ "name":"DeleteAuditSuppression",
699
+ "http":{
700
+ "method":"POST",
701
+ "requestUri":"/audit/suppressions/delete"
702
+ },
703
+ "input":{"shape":"DeleteAuditSuppressionRequest"},
704
+ "output":{"shape":"DeleteAuditSuppressionResponse"},
705
+ "errors":[
706
+ {"shape":"InvalidRequestException"},
707
+ {"shape":"ThrottlingException"},
708
+ {"shape":"InternalFailureException"}
709
+ ]
710
+ },
681
711
  "DeleteAuthorizer":{
682
712
  "name":"DeleteAuthorizer",
683
713
  "http":{
@@ -1160,6 +1190,21 @@
1160
1190
  {"shape":"InternalFailureException"}
1161
1191
  ]
1162
1192
  },
1193
+ "DescribeAuditSuppression":{
1194
+ "name":"DescribeAuditSuppression",
1195
+ "http":{
1196
+ "method":"POST",
1197
+ "requestUri":"/audit/suppressions/describe"
1198
+ },
1199
+ "input":{"shape":"DescribeAuditSuppressionRequest"},
1200
+ "output":{"shape":"DescribeAuditSuppressionResponse"},
1201
+ "errors":[
1202
+ {"shape":"InvalidRequestException"},
1203
+ {"shape":"ResourceNotFoundException"},
1204
+ {"shape":"ThrottlingException"},
1205
+ {"shape":"InternalFailureException"}
1206
+ ]
1207
+ },
1163
1208
  "DescribeAuditTask":{
1164
1209
  "name":"DescribeAuditTask",
1165
1210
  "http":{
@@ -1945,6 +1990,20 @@
1945
1990
  {"shape":"InternalFailureException"}
1946
1991
  ]
1947
1992
  },
1993
+ "ListAuditSuppressions":{
1994
+ "name":"ListAuditSuppressions",
1995
+ "http":{
1996
+ "method":"POST",
1997
+ "requestUri":"/audit/suppressions/list"
1998
+ },
1999
+ "input":{"shape":"ListAuditSuppressionsRequest"},
2000
+ "output":{"shape":"ListAuditSuppressionsResponse"},
2001
+ "errors":[
2002
+ {"shape":"InvalidRequestException"},
2003
+ {"shape":"ThrottlingException"},
2004
+ {"shape":"InternalFailureException"}
2005
+ ]
2006
+ },
1948
2007
  "ListAuditTasks":{
1949
2008
  "name":"ListAuditTasks",
1950
2009
  "http":{
@@ -3005,6 +3064,21 @@
3005
3064
  {"shape":"InternalFailureException"}
3006
3065
  ]
3007
3066
  },
3067
+ "UpdateAuditSuppression":{
3068
+ "name":"UpdateAuditSuppression",
3069
+ "http":{
3070
+ "method":"PATCH",
3071
+ "requestUri":"/audit/suppressions/update"
3072
+ },
3073
+ "input":{"shape":"UpdateAuditSuppressionRequest"},
3074
+ "output":{"shape":"UpdateAuditSuppressionResponse"},
3075
+ "errors":[
3076
+ {"shape":"InvalidRequestException"},
3077
+ {"shape":"ResourceNotFoundException"},
3078
+ {"shape":"ThrottlingException"},
3079
+ {"shape":"InternalFailureException"}
3080
+ ]
3081
+ },
3008
3082
  "UpdateAuthorizer":{
3009
3083
  "name":"UpdateAuthorizer",
3010
3084
  "http":{
@@ -3746,6 +3820,7 @@
3746
3820
  "checkCompliant":{"shape":"CheckCompliant"},
3747
3821
  "totalResourcesCount":{"shape":"TotalResourcesCount"},
3748
3822
  "nonCompliantResourcesCount":{"shape":"NonCompliantResourcesCount"},
3823
+ "suppressedNonCompliantResourcesCount":{"shape":"SuppressedNonCompliantResourcesCount"},
3749
3824
  "errorCode":{"shape":"ErrorCode"},
3750
3825
  "message":{"shape":"ErrorMessage"}
3751
3826
  }
@@ -3772,6 +3847,11 @@
3772
3847
  "key":{"shape":"AuditCheckName"},
3773
3848
  "value":{"shape":"ReasonForNonComplianceCodes"}
3774
3849
  },
3850
+ "AuditDescription":{
3851
+ "type":"string",
3852
+ "max":1000,
3853
+ "pattern":"[\\p{Graph}\\x20]*"
3854
+ },
3775
3855
  "AuditDetails":{
3776
3856
  "type":"map",
3777
3857
  "key":{"shape":"AuditCheckName"},
@@ -3789,7 +3869,8 @@
3789
3869
  "nonCompliantResource":{"shape":"NonCompliantResource"},
3790
3870
  "relatedResources":{"shape":"RelatedResources"},
3791
3871
  "reasonForNonCompliance":{"shape":"ReasonForNonCompliance"},
3792
- "reasonForNonComplianceCode":{"shape":"ReasonForNonComplianceCode"}
3872
+ "reasonForNonComplianceCode":{"shape":"ReasonForNonComplianceCode"},
3873
+ "isSuppressed":{"shape":"IsSuppressed"}
3793
3874
  }
3794
3875
  },
3795
3876
  "AuditFindingSeverity":{
@@ -3900,6 +3981,24 @@
3900
3981
  "type":"string",
3901
3982
  "enum":["SNS"]
3902
3983
  },
3984
+ "AuditSuppression":{
3985
+ "type":"structure",
3986
+ "required":[
3987
+ "checkName",
3988
+ "resourceIdentifier"
3989
+ ],
3990
+ "members":{
3991
+ "checkName":{"shape":"AuditCheckName"},
3992
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
3993
+ "expirationDate":{"shape":"Timestamp"},
3994
+ "suppressIndefinitely":{"shape":"SuppressIndefinitely"},
3995
+ "description":{"shape":"AuditDescription"}
3996
+ }
3997
+ },
3998
+ "AuditSuppressionList":{
3999
+ "type":"list",
4000
+ "member":{"shape":"AuditSuppression"}
4001
+ },
3903
4002
  "AuditTaskId":{
3904
4003
  "type":"string",
3905
4004
  "max":40,
@@ -4619,6 +4718,30 @@
4619
4718
  "min":1
4620
4719
  },
4621
4720
  "Count":{"type":"integer"},
4721
+ "CreateAuditSuppressionRequest":{
4722
+ "type":"structure",
4723
+ "required":[
4724
+ "checkName",
4725
+ "resourceIdentifier",
4726
+ "clientRequestToken"
4727
+ ],
4728
+ "members":{
4729
+ "checkName":{"shape":"AuditCheckName"},
4730
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
4731
+ "expirationDate":{"shape":"Timestamp"},
4732
+ "suppressIndefinitely":{"shape":"SuppressIndefinitely"},
4733
+ "description":{"shape":"AuditDescription"},
4734
+ "clientRequestToken":{
4735
+ "shape":"ClientRequestToken",
4736
+ "idempotencyToken":true
4737
+ }
4738
+ }
4739
+ },
4740
+ "CreateAuditSuppressionResponse":{
4741
+ "type":"structure",
4742
+ "members":{
4743
+ }
4744
+ },
4622
4745
  "CreateAuthorizerRequest":{
4623
4746
  "type":"structure",
4624
4747
  "required":[
@@ -5272,6 +5395,22 @@
5272
5395
  },
5273
5396
  "DeleteAdditionalMetricsToRetain":{"type":"boolean"},
5274
5397
  "DeleteAlertTargets":{"type":"boolean"},
5398
+ "DeleteAuditSuppressionRequest":{
5399
+ "type":"structure",
5400
+ "required":[
5401
+ "checkName",
5402
+ "resourceIdentifier"
5403
+ ],
5404
+ "members":{
5405
+ "checkName":{"shape":"AuditCheckName"},
5406
+ "resourceIdentifier":{"shape":"ResourceIdentifier"}
5407
+ }
5408
+ },
5409
+ "DeleteAuditSuppressionResponse":{
5410
+ "type":"structure",
5411
+ "members":{
5412
+ }
5413
+ },
5275
5414
  "DeleteAuthorizerRequest":{
5276
5415
  "type":"structure",
5277
5416
  "required":["authorizerName"],
@@ -5825,6 +5964,27 @@
5825
5964
  "actionsDefinition":{"shape":"MitigationActionList"}
5826
5965
  }
5827
5966
  },
5967
+ "DescribeAuditSuppressionRequest":{
5968
+ "type":"structure",
5969
+ "required":[
5970
+ "checkName",
5971
+ "resourceIdentifier"
5972
+ ],
5973
+ "members":{
5974
+ "checkName":{"shape":"AuditCheckName"},
5975
+ "resourceIdentifier":{"shape":"ResourceIdentifier"}
5976
+ }
5977
+ },
5978
+ "DescribeAuditSuppressionResponse":{
5979
+ "type":"structure",
5980
+ "members":{
5981
+ "checkName":{"shape":"AuditCheckName"},
5982
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
5983
+ "expirationDate":{"shape":"Timestamp"},
5984
+ "suppressIndefinitely":{"shape":"SuppressIndefinitely"},
5985
+ "description":{"shape":"AuditDescription"}
5986
+ }
5987
+ },
5828
5988
  "DescribeAuditTaskRequest":{
5829
5989
  "type":"structure",
5830
5990
  "required":["taskId"],
@@ -7258,6 +7418,7 @@
7258
7418
  "IsAuthenticated":{"type":"boolean"},
7259
7419
  "IsDefaultVersion":{"type":"boolean"},
7260
7420
  "IsDisabled":{"type":"boolean"},
7421
+ "IsSuppressed":{"type":"boolean"},
7261
7422
  "Job":{
7262
7423
  "type":"structure",
7263
7424
  "members":{
@@ -7555,7 +7716,8 @@
7555
7716
  "maxResults":{"shape":"MaxResults"},
7556
7717
  "nextToken":{"shape":"NextToken"},
7557
7718
  "startTime":{"shape":"Timestamp"},
7558
- "endTime":{"shape":"Timestamp"}
7719
+ "endTime":{"shape":"Timestamp"},
7720
+ "listSuppressedFindings":{"shape":"ListSuppressedFindings"}
7559
7721
  }
7560
7722
  },
7561
7723
  "ListAuditFindingsResponse":{
@@ -7657,6 +7819,23 @@
7657
7819
  "nextToken":{"shape":"NextToken"}
7658
7820
  }
7659
7821
  },
7822
+ "ListAuditSuppressionsRequest":{
7823
+ "type":"structure",
7824
+ "members":{
7825
+ "checkName":{"shape":"AuditCheckName"},
7826
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
7827
+ "ascendingOrder":{"shape":"AscendingOrder"},
7828
+ "nextToken":{"shape":"NextToken"},
7829
+ "maxResults":{"shape":"MaxResults"}
7830
+ }
7831
+ },
7832
+ "ListAuditSuppressionsResponse":{
7833
+ "type":"structure",
7834
+ "members":{
7835
+ "suppressions":{"shape":"AuditSuppressionList"},
7836
+ "nextToken":{"shape":"NextToken"}
7837
+ }
7838
+ },
7660
7839
  "ListAuditTasksRequest":{
7661
7840
  "type":"structure",
7662
7841
  "required":[
@@ -8433,6 +8612,7 @@
8433
8612
  "nextToken":{"shape":"NextToken"}
8434
8613
  }
8435
8614
  },
8615
+ "ListSuppressedFindings":{"type":"boolean"},
8436
8616
  "ListTagsForResourceRequest":{
8437
8617
  "type":"structure",
8438
8618
  "required":["resourceArn"],
@@ -10402,6 +10582,8 @@
10402
10582
  "SucceededThings":{"type":"integer"},
10403
10583
  "Sum":{"type":"double"},
10404
10584
  "SumOfSquares":{"type":"double"},
10585
+ "SuppressIndefinitely":{"type":"boolean"},
10586
+ "SuppressedNonCompliantResourcesCount":{"type":"long"},
10405
10587
  "TableName":{"type":"string"},
10406
10588
  "Tag":{
10407
10589
  "type":"structure",
@@ -10991,6 +11173,25 @@
10991
11173
  "members":{
10992
11174
  }
10993
11175
  },
11176
+ "UpdateAuditSuppressionRequest":{
11177
+ "type":"structure",
11178
+ "required":[
11179
+ "checkName",
11180
+ "resourceIdentifier"
11181
+ ],
11182
+ "members":{
11183
+ "checkName":{"shape":"AuditCheckName"},
11184
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
11185
+ "expirationDate":{"shape":"Timestamp"},
11186
+ "suppressIndefinitely":{"shape":"SuppressIndefinitely"},
11187
+ "description":{"shape":"AuditDescription"}
11188
+ }
11189
+ },
11190
+ "UpdateAuditSuppressionResponse":{
11191
+ "type":"structure",
11192
+ "members":{
11193
+ }
11194
+ },
10994
11195
  "UpdateAuthorizerRequest":{
10995
11196
  "type":"structure",
10996
11197
  "required":["authorizerName"],
@@ -1,4 +1,288 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListActiveViolations": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "activeViolations"
8
+ },
9
+ "ListAttachedPolicies": {
10
+ "input_token": "marker",
11
+ "limit_key": "pageSize",
12
+ "output_token": "nextMarker",
13
+ "result_key": "policies"
14
+ },
15
+ "ListAuditFindings": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "maxResults",
18
+ "output_token": "nextToken",
19
+ "result_key": "findings"
20
+ },
21
+ "ListAuditMitigationActionsExecutions": {
22
+ "input_token": "nextToken",
23
+ "limit_key": "maxResults",
24
+ "output_token": "nextToken",
25
+ "result_key": "actionsExecutions"
26
+ },
27
+ "ListAuditMitigationActionsTasks": {
28
+ "input_token": "nextToken",
29
+ "limit_key": "maxResults",
30
+ "output_token": "nextToken",
31
+ "result_key": "tasks"
32
+ },
33
+ "ListAuditSuppressions": {
34
+ "input_token": "nextToken",
35
+ "limit_key": "maxResults",
36
+ "output_token": "nextToken",
37
+ "result_key": "suppressions"
38
+ },
39
+ "ListAuditTasks": {
40
+ "input_token": "nextToken",
41
+ "limit_key": "maxResults",
42
+ "output_token": "nextToken",
43
+ "result_key": "tasks"
44
+ },
45
+ "ListAuthorizers": {
46
+ "input_token": "marker",
47
+ "limit_key": "pageSize",
48
+ "output_token": "nextMarker",
49
+ "result_key": "authorizers"
50
+ },
51
+ "ListBillingGroups": {
52
+ "input_token": "nextToken",
53
+ "limit_key": "maxResults",
54
+ "output_token": "nextToken",
55
+ "result_key": "billingGroups"
56
+ },
57
+ "ListCACertificates": {
58
+ "input_token": "marker",
59
+ "limit_key": "pageSize",
60
+ "output_token": "nextMarker",
61
+ "result_key": "certificates"
62
+ },
63
+ "ListCertificates": {
64
+ "input_token": "marker",
65
+ "limit_key": "pageSize",
66
+ "output_token": "nextMarker",
67
+ "result_key": "certificates"
68
+ },
69
+ "ListCertificatesByCA": {
70
+ "input_token": "marker",
71
+ "limit_key": "pageSize",
72
+ "output_token": "nextMarker",
73
+ "result_key": "certificates"
74
+ },
75
+ "ListDimensions": {
76
+ "input_token": "nextToken",
77
+ "limit_key": "maxResults",
78
+ "output_token": "nextToken",
79
+ "result_key": "dimensionNames"
80
+ },
81
+ "ListDomainConfigurations": {
82
+ "input_token": "marker",
83
+ "limit_key": "pageSize",
84
+ "output_token": "nextMarker",
85
+ "result_key": "domainConfigurations"
86
+ },
87
+ "ListIndices": {
88
+ "input_token": "nextToken",
89
+ "limit_key": "maxResults",
90
+ "output_token": "nextToken",
91
+ "result_key": "indexNames"
92
+ },
93
+ "ListJobExecutionsForJob": {
94
+ "input_token": "nextToken",
95
+ "limit_key": "maxResults",
96
+ "output_token": "nextToken",
97
+ "result_key": "executionSummaries"
98
+ },
99
+ "ListJobExecutionsForThing": {
100
+ "input_token": "nextToken",
101
+ "limit_key": "maxResults",
102
+ "output_token": "nextToken",
103
+ "result_key": "executionSummaries"
104
+ },
105
+ "ListJobs": {
106
+ "input_token": "nextToken",
107
+ "limit_key": "maxResults",
108
+ "output_token": "nextToken",
109
+ "result_key": "jobs"
110
+ },
111
+ "ListMitigationActions": {
112
+ "input_token": "nextToken",
113
+ "limit_key": "maxResults",
114
+ "output_token": "nextToken",
115
+ "result_key": "actionIdentifiers"
116
+ },
117
+ "ListOTAUpdates": {
118
+ "input_token": "nextToken",
119
+ "limit_key": "maxResults",
120
+ "output_token": "nextToken",
121
+ "result_key": "otaUpdates"
122
+ },
123
+ "ListOutgoingCertificates": {
124
+ "input_token": "marker",
125
+ "limit_key": "pageSize",
126
+ "output_token": "nextMarker",
127
+ "result_key": "outgoingCertificates"
128
+ },
129
+ "ListPolicies": {
130
+ "input_token": "marker",
131
+ "limit_key": "pageSize",
132
+ "output_token": "nextMarker",
133
+ "result_key": "policies"
134
+ },
135
+ "ListPolicyPrincipals": {
136
+ "input_token": "marker",
137
+ "limit_key": "pageSize",
138
+ "output_token": "nextMarker",
139
+ "result_key": "principals"
140
+ },
141
+ "ListPrincipalPolicies": {
142
+ "input_token": "marker",
143
+ "limit_key": "pageSize",
144
+ "output_token": "nextMarker",
145
+ "result_key": "policies"
146
+ },
147
+ "ListPrincipalThings": {
148
+ "input_token": "nextToken",
149
+ "limit_key": "maxResults",
150
+ "output_token": "nextToken",
151
+ "result_key": "things"
152
+ },
153
+ "ListProvisioningTemplateVersions": {
154
+ "input_token": "nextToken",
155
+ "limit_key": "maxResults",
156
+ "output_token": "nextToken",
157
+ "result_key": "versions"
158
+ },
159
+ "ListProvisioningTemplates": {
160
+ "input_token": "nextToken",
161
+ "limit_key": "maxResults",
162
+ "output_token": "nextToken",
163
+ "result_key": "templates"
164
+ },
165
+ "ListRoleAliases": {
166
+ "input_token": "marker",
167
+ "limit_key": "pageSize",
168
+ "output_token": "nextMarker",
169
+ "result_key": "roleAliases"
170
+ },
171
+ "ListScheduledAudits": {
172
+ "input_token": "nextToken",
173
+ "limit_key": "maxResults",
174
+ "output_token": "nextToken",
175
+ "result_key": "scheduledAudits"
176
+ },
177
+ "ListSecurityProfiles": {
178
+ "input_token": "nextToken",
179
+ "limit_key": "maxResults",
180
+ "output_token": "nextToken",
181
+ "result_key": "securityProfileIdentifiers"
182
+ },
183
+ "ListSecurityProfilesForTarget": {
184
+ "input_token": "nextToken",
185
+ "limit_key": "maxResults",
186
+ "output_token": "nextToken",
187
+ "result_key": "securityProfileTargetMappings"
188
+ },
189
+ "ListStreams": {
190
+ "input_token": "nextToken",
191
+ "limit_key": "maxResults",
192
+ "output_token": "nextToken",
193
+ "result_key": "streams"
194
+ },
195
+ "ListTagsForResource": {
196
+ "input_token": "nextToken",
197
+ "output_token": "nextToken",
198
+ "result_key": "tags"
199
+ },
200
+ "ListTargetsForPolicy": {
201
+ "input_token": "marker",
202
+ "limit_key": "pageSize",
203
+ "output_token": "nextMarker",
204
+ "result_key": "targets"
205
+ },
206
+ "ListTargetsForSecurityProfile": {
207
+ "input_token": "nextToken",
208
+ "limit_key": "maxResults",
209
+ "output_token": "nextToken",
210
+ "result_key": "securityProfileTargets"
211
+ },
212
+ "ListThingGroups": {
213
+ "input_token": "nextToken",
214
+ "limit_key": "maxResults",
215
+ "output_token": "nextToken",
216
+ "result_key": "thingGroups"
217
+ },
218
+ "ListThingGroupsForThing": {
219
+ "input_token": "nextToken",
220
+ "limit_key": "maxResults",
221
+ "output_token": "nextToken",
222
+ "result_key": "thingGroups"
223
+ },
224
+ "ListThingRegistrationTaskReports": {
225
+ "input_token": "nextToken",
226
+ "limit_key": "maxResults",
227
+ "non_aggregate_keys": [
228
+ "reportType"
229
+ ],
230
+ "output_token": "nextToken",
231
+ "result_key": "resourceLinks"
232
+ },
233
+ "ListThingRegistrationTasks": {
234
+ "input_token": "nextToken",
235
+ "limit_key": "maxResults",
236
+ "output_token": "nextToken",
237
+ "result_key": "taskIds"
238
+ },
239
+ "ListThingTypes": {
240
+ "input_token": "nextToken",
241
+ "limit_key": "maxResults",
242
+ "output_token": "nextToken",
243
+ "result_key": "thingTypes"
244
+ },
245
+ "ListThings": {
246
+ "input_token": "nextToken",
247
+ "limit_key": "maxResults",
248
+ "output_token": "nextToken",
249
+ "result_key": "things"
250
+ },
251
+ "ListThingsInBillingGroup": {
252
+ "input_token": "nextToken",
253
+ "limit_key": "maxResults",
254
+ "output_token": "nextToken",
255
+ "result_key": "things"
256
+ },
257
+ "ListThingsInThingGroup": {
258
+ "input_token": "nextToken",
259
+ "limit_key": "maxResults",
260
+ "output_token": "nextToken",
261
+ "result_key": "things"
262
+ },
263
+ "ListTopicRuleDestinations": {
264
+ "input_token": "nextToken",
265
+ "limit_key": "maxResults",
266
+ "output_token": "nextToken",
267
+ "result_key": "destinationSummaries"
268
+ },
269
+ "ListTopicRules": {
270
+ "input_token": "nextToken",
271
+ "limit_key": "maxResults",
272
+ "output_token": "nextToken",
273
+ "result_key": "rules"
274
+ },
275
+ "ListV2LoggingLevels": {
276
+ "input_token": "nextToken",
277
+ "limit_key": "maxResults",
278
+ "output_token": "nextToken",
279
+ "result_key": "logTargetConfigurations"
280
+ },
281
+ "ListViolationEvents": {
282
+ "input_token": "nextToken",
283
+ "limit_key": "maxResults",
284
+ "output_token": "nextToken",
285
+ "result_key": "violationEvents"
286
+ }
3
287
  }
4
- }
288
+ }
@@ -2672,6 +2672,7 @@
2672
2672
  "nodejs10.x",
2673
2673
  "nodejs12.x",
2674
2674
  "java8",
2675
+ "java8.al2",
2675
2676
  "java11",
2676
2677
  "python2.7",
2677
2678
  "python3.6",
@@ -2685,7 +2686,8 @@
2685
2686
  "go1.x",
2686
2687
  "ruby2.5",
2687
2688
  "ruby2.7",
2688
- "provided"
2689
+ "provided",
2690
+ "provided.al2"
2689
2691
  ]
2690
2692
  },
2691
2693
  "S3Bucket":{
@@ -649,9 +649,9 @@
649
649
  "output": {
650
650
  }
651
651
  },
652
- "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
- "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
654
- "title": "To get a provisioned concurrency configuration"
652
+ "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
+ "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
654
+ "title": "To view a provisioned concurrency configuration"
655
655
  },
656
656
  {
657
657
  "input": {
@@ -671,9 +671,9 @@
671
671
  "output": {
672
672
  }
673
673
  },
674
- "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
- "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
676
- "title": "To view a provisioned concurrency configuration"
674
+ "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
+ "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
676
+ "title": "To get a provisioned concurrency configuration"
677
677
  }
678
678
  ],
679
679
  "Invoke": [
@@ -91,6 +91,21 @@
91
91
  {"shape":"ResourceNotFoundException"}
92
92
  ]
93
93
  },
94
+ "DescribeSecurityPolicy":{
95
+ "name":"DescribeSecurityPolicy",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"DescribeSecurityPolicyRequest"},
101
+ "output":{"shape":"DescribeSecurityPolicyResponse"},
102
+ "errors":[
103
+ {"shape":"ServiceUnavailableException"},
104
+ {"shape":"InternalServiceError"},
105
+ {"shape":"InvalidRequestException"},
106
+ {"shape":"ResourceNotFoundException"}
107
+ ]
108
+ },
94
109
  "DescribeServer":{
95
110
  "name":"DescribeServer",
96
111
  "http":{
@@ -138,6 +153,21 @@
138
153
  {"shape":"ThrottlingException"}
139
154
  ]
140
155
  },
156
+ "ListSecurityPolicies":{
157
+ "name":"ListSecurityPolicies",
158
+ "http":{
159
+ "method":"POST",
160
+ "requestUri":"/"
161
+ },
162
+ "input":{"shape":"ListSecurityPoliciesRequest"},
163
+ "output":{"shape":"ListSecurityPoliciesResponse"},
164
+ "errors":[
165
+ {"shape":"ServiceUnavailableException"},
166
+ {"shape":"InternalServiceError"},
167
+ {"shape":"InvalidNextTokenException"},
168
+ {"shape":"InvalidRequestException"}
169
+ ]
170
+ },
141
171
  "ListServers":{
142
172
  "name":"ListServers",
143
173
  "http":{
@@ -336,6 +366,7 @@
336
366
  "IdentityProviderType":{"shape":"IdentityProviderType"},
337
367
  "LoggingRole":{"shape":"Role"},
338
368
  "Protocols":{"shape":"Protocols"},
369
+ "SecurityPolicyName":{"shape":"SecurityPolicyName"},
339
370
  "Tags":{"shape":"Tags"}
340
371
  }
341
372
  },
@@ -408,6 +439,20 @@
408
439
  "UserName":{"shape":"UserName"}
409
440
  }
410
441
  },
442
+ "DescribeSecurityPolicyRequest":{
443
+ "type":"structure",
444
+ "required":["SecurityPolicyName"],
445
+ "members":{
446
+ "SecurityPolicyName":{"shape":"SecurityPolicyName"}
447
+ }
448
+ },
449
+ "DescribeSecurityPolicyResponse":{
450
+ "type":"structure",
451
+ "required":["SecurityPolicy"],
452
+ "members":{
453
+ "SecurityPolicy":{"shape":"DescribedSecurityPolicy"}
454
+ }
455
+ },
411
456
  "DescribeServerRequest":{
412
457
  "type":"structure",
413
458
  "required":["ServerId"],
@@ -444,6 +489,18 @@
444
489
  "User":{"shape":"DescribedUser"}
445
490
  }
446
491
  },
492
+ "DescribedSecurityPolicy":{
493
+ "type":"structure",
494
+ "required":["SecurityPolicyName"],
495
+ "members":{
496
+ "Fips":{"shape":"Fips"},
497
+ "SecurityPolicyName":{"shape":"SecurityPolicyName"},
498
+ "SshCiphers":{"shape":"SecurityPolicyOptions"},
499
+ "SshKexs":{"shape":"SecurityPolicyOptions"},
500
+ "SshMacs":{"shape":"SecurityPolicyOptions"},
501
+ "TlsCiphers":{"shape":"SecurityPolicyOptions"}
502
+ }
503
+ },
447
504
  "DescribedServer":{
448
505
  "type":"structure",
449
506
  "required":["Arn"],
@@ -457,6 +514,7 @@
457
514
  "IdentityProviderType":{"shape":"IdentityProviderType"},
458
515
  "LoggingRole":{"shape":"Role"},
459
516
  "Protocols":{"shape":"Protocols"},
517
+ "SecurityPolicyName":{"shape":"SecurityPolicyName"},
460
518
  "ServerId":{"shape":"ServerId"},
461
519
  "State":{"shape":"State"},
462
520
  "Tags":{"shape":"Tags"},
@@ -495,6 +553,7 @@
495
553
  "VPC_ENDPOINT"
496
554
  ]
497
555
  },
556
+ "Fips":{"type":"boolean"},
498
557
  "HomeDirectory":{
499
558
  "type":"string",
500
559
  "max":1024,
@@ -595,6 +654,21 @@
595
654
  },
596
655
  "exception":true
597
656
  },
657
+ "ListSecurityPoliciesRequest":{
658
+ "type":"structure",
659
+ "members":{
660
+ "MaxResults":{"shape":"MaxResults"},
661
+ "NextToken":{"shape":"NextToken"}
662
+ }
663
+ },
664
+ "ListSecurityPoliciesResponse":{
665
+ "type":"structure",
666
+ "required":["SecurityPolicyNames"],
667
+ "members":{
668
+ "NextToken":{"shape":"NextToken"},
669
+ "SecurityPolicyNames":{"shape":"SecurityPolicyNames"}
670
+ }
671
+ },
598
672
  "ListServersRequest":{
599
673
  "type":"structure",
600
674
  "members":{
@@ -763,6 +837,23 @@
763
837
  "min":20,
764
838
  "pattern":"arn:.*role/.*"
765
839
  },
840
+ "SecurityPolicyName":{
841
+ "type":"string",
842
+ "max":100,
843
+ "pattern":"TransferSecurityPolicy-.+"
844
+ },
845
+ "SecurityPolicyNames":{
846
+ "type":"list",
847
+ "member":{"shape":"SecurityPolicyName"}
848
+ },
849
+ "SecurityPolicyOption":{
850
+ "type":"string",
851
+ "max":50
852
+ },
853
+ "SecurityPolicyOptions":{
854
+ "type":"list",
855
+ "member":{"shape":"SecurityPolicyOption"}
856
+ },
766
857
  "ServerId":{
767
858
  "type":"string",
768
859
  "max":19,
@@ -943,6 +1034,7 @@
943
1034
  "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
944
1035
  "LoggingRole":{"shape":"NullableRole"},
945
1036
  "Protocols":{"shape":"Protocols"},
1037
+ "SecurityPolicyName":{"shape":"SecurityPolicyName"},
946
1038
  "ServerId":{"shape":"ServerId"}
947
1039
  }
948
1040
  },
@@ -987,9 +1079,9 @@
987
1079
  "UserCount":{"type":"integer"},
988
1080
  "UserName":{
989
1081
  "type":"string",
990
- "max":32,
1082
+ "max":100,
991
1083
  "min":3,
992
- "pattern":"^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$"
1084
+ "pattern":"^[\\w][\\w@.-]{2,99}$"
993
1085
  },
994
1086
  "UserPassword":{
995
1087
  "type":"string",
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListSecurityPolicies": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListServers": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -446,7 +446,8 @@
446
446
  "errors":[
447
447
  {"shape":"AccessDeniedException"},
448
448
  {"shape":"InvalidParameterValuesException"},
449
- {"shape":"ResourceNotFoundException"}
449
+ {"shape":"ResourceNotFoundException"},
450
+ {"shape":"OperationNotSupportedException"}
450
451
  ]
451
452
  },
452
453
  "ModifyWorkspaceProperties":{
@@ -1913,6 +1914,7 @@
1913
1914
  "WorkspaceCreationProperties":{
1914
1915
  "type":"structure",
1915
1916
  "members":{
1917
+ "EnableWorkDocs":{"shape":"BooleanObject"},
1916
1918
  "EnableInternetAccess":{"shape":"BooleanObject"},
1917
1919
  "DefaultOu":{"shape":"DefaultOu"},
1918
1920
  "CustomSecurityGroupId":{"shape":"SecurityGroupId"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.564'
2
+ VERSION = '2.11.565'
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.564
4
+ version: 2.11.565
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-08-11 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath