aws-sdk-core 2.11.578 → 2.11.583

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccountAssignmentCreationStatus": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "AccountAssignmentsCreationStatus"
8
+ },
9
+ "ListAccountAssignmentDeletionStatus": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AccountAssignmentsDeletionStatus"
14
+ },
15
+ "ListAccountAssignments": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "AccountAssignments"
20
+ },
21
+ "ListAccountsForProvisionedPermissionSet": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "AccountIds"
26
+ },
27
+ "ListInstances": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "Instances"
32
+ },
33
+ "ListManagedPoliciesInPermissionSet": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "AttachedManagedPolicies"
38
+ },
39
+ "ListPermissionSetProvisioningStatus": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "PermissionSetsProvisioningStatus"
44
+ },
45
+ "ListPermissionSets": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "PermissionSets"
50
+ },
51
+ "ListPermissionSetsProvisionedToAccount": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "PermissionSets"
56
+ },
57
+ "ListTagsForResource": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "result_key": "Tags"
61
+ }
62
+ }
63
+ }
@@ -378,6 +378,7 @@
378
378
  "members":{
379
379
  "resource":{"shape":"Arn"},
380
380
  "input":{"shape":"SensitiveData"},
381
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
381
382
  "timeoutInSeconds":{
382
383
  "shape":"TimeoutInSeconds",
383
384
  "box":true
@@ -397,7 +398,8 @@
397
398
  "ActivitySucceededEventDetails":{
398
399
  "type":"structure",
399
400
  "members":{
400
- "output":{"shape":"SensitiveData"}
401
+ "output":{"shape":"SensitiveData"},
402
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
401
403
  }
402
404
  },
403
405
  "ActivityTimedOutEventDetails":{
@@ -419,6 +421,12 @@
419
421
  "max":256,
420
422
  "min":1
421
423
  },
424
+ "CloudWatchEventsExecutionDataDetails":{
425
+ "type":"structure",
426
+ "members":{
427
+ "included":{"shape":"included"}
428
+ }
429
+ },
422
430
  "CloudWatchLogsLogGroup":{
423
431
  "type":"structure",
424
432
  "members":{
@@ -427,7 +435,7 @@
427
435
  },
428
436
  "ConnectorParameters":{
429
437
  "type":"string",
430
- "max":32768,
438
+ "max":262144,
431
439
  "min":0,
432
440
  "sensitive":true
433
441
  },
@@ -540,8 +548,7 @@
540
548
  "executionArn",
541
549
  "stateMachineArn",
542
550
  "status",
543
- "startDate",
544
- "input"
551
+ "startDate"
545
552
  ],
546
553
  "members":{
547
554
  "executionArn":{"shape":"Arn"},
@@ -551,7 +558,9 @@
551
558
  "startDate":{"shape":"Timestamp"},
552
559
  "stopDate":{"shape":"Timestamp"},
553
560
  "input":{"shape":"SensitiveData"},
554
- "output":{"shape":"SensitiveData"}
561
+ "inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562
+ "output":{"shape":"SensitiveData"},
563
+ "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
555
564
  }
556
565
  },
557
566
  "DescribeStateMachineForExecutionInput":{
@@ -670,6 +679,7 @@
670
679
  "type":"structure",
671
680
  "members":{
672
681
  "input":{"shape":"SensitiveData"},
682
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
673
683
  "roleArn":{"shape":"Arn"}
674
684
  }
675
685
  },
@@ -686,7 +696,8 @@
686
696
  "ExecutionSucceededEventDetails":{
687
697
  "type":"structure",
688
698
  "members":{
689
- "output":{"shape":"SensitiveData"}
699
+ "output":{"shape":"SensitiveData"},
700
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
690
701
  }
691
702
  },
692
703
  "ExecutionTimedOutEventDetails":{
@@ -718,7 +729,8 @@
718
729
  "executionArn":{"shape":"Arn"},
719
730
  "maxResults":{"shape":"PageSize"},
720
731
  "reverseOrder":{"shape":"ReverseOrder"},
721
- "nextToken":{"shape":"PageToken"}
732
+ "nextToken":{"shape":"PageToken"},
733
+ "includeExecutionData":{"shape":"IncludeExecutionDataGetExecutionHistory"}
722
734
  }
723
735
  },
724
736
  "GetExecutionHistoryOutput":{
@@ -775,6 +787,12 @@
775
787
  "stateExitedEventDetails":{"shape":"StateExitedEventDetails"}
776
788
  }
777
789
  },
790
+ "HistoryEventExecutionDataDetails":{
791
+ "type":"structure",
792
+ "members":{
793
+ "truncated":{"shape":"truncated"}
794
+ }
795
+ },
778
796
  "HistoryEventList":{
779
797
  "type":"list",
780
798
  "member":{"shape":"HistoryEvent"}
@@ -844,6 +862,10 @@
844
862
  "max":256
845
863
  },
846
864
  "IncludeExecutionData":{"type":"boolean"},
865
+ "IncludeExecutionDataGetExecutionHistory":{
866
+ "type":"boolean",
867
+ "box":true
868
+ },
847
869
  "InvalidArn":{
848
870
  "type":"structure",
849
871
  "members":{
@@ -913,6 +935,7 @@
913
935
  "members":{
914
936
  "resource":{"shape":"Arn"},
915
937
  "input":{"shape":"SensitiveData"},
938
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
916
939
  "timeoutInSeconds":{
917
940
  "shape":"TimeoutInSeconds",
918
941
  "box":true
@@ -929,7 +952,8 @@
929
952
  "LambdaFunctionSucceededEventDetails":{
930
953
  "type":"structure",
931
954
  "members":{
932
- "output":{"shape":"SensitiveData"}
955
+ "output":{"shape":"SensitiveData"},
956
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
933
957
  }
934
958
  },
935
959
  "LambdaFunctionTimedOutEventDetails":{
@@ -1126,12 +1150,12 @@
1126
1150
  },
1127
1151
  "SensitiveData":{
1128
1152
  "type":"string",
1129
- "max":32768,
1153
+ "max":262144,
1130
1154
  "sensitive":true
1131
1155
  },
1132
1156
  "SensitiveDataJobInput":{
1133
1157
  "type":"string",
1134
- "max":65536,
1158
+ "max":262144,
1135
1159
  "sensitive":true
1136
1160
  },
1137
1161
  "SensitiveError":{
@@ -1165,7 +1189,8 @@
1165
1189
  "required":["name"],
1166
1190
  "members":{
1167
1191
  "name":{"shape":"Name"},
1168
- "input":{"shape":"SensitiveData"}
1192
+ "input":{"shape":"SensitiveData"},
1193
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1169
1194
  }
1170
1195
  },
1171
1196
  "StateExitedEventDetails":{
@@ -1173,7 +1198,8 @@
1173
1198
  "required":["name"],
1174
1199
  "members":{
1175
1200
  "name":{"shape":"Name"},
1176
- "output":{"shape":"SensitiveData"}
1201
+ "output":{"shape":"SensitiveData"},
1202
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1177
1203
  }
1178
1204
  },
1179
1205
  "StateMachineAlreadyExists":{
@@ -1337,6 +1363,10 @@
1337
1363
  "timeoutInSeconds":{
1338
1364
  "shape":"TimeoutInSeconds",
1339
1365
  "box":true
1366
+ },
1367
+ "heartbeatInSeconds":{
1368
+ "shape":"TimeoutInSeconds",
1369
+ "box":true
1340
1370
  }
1341
1371
  }
1342
1372
  },
@@ -1386,7 +1416,8 @@
1386
1416
  "members":{
1387
1417
  "resourceType":{"shape":"Name"},
1388
1418
  "resource":{"shape":"Name"},
1389
- "output":{"shape":"SensitiveData"}
1419
+ "output":{"shape":"SensitiveData"},
1420
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1390
1421
  }
1391
1422
  },
1392
1423
  "TaskSucceededEventDetails":{
@@ -1398,7 +1429,8 @@
1398
1429
  "members":{
1399
1430
  "resourceType":{"shape":"Name"},
1400
1431
  "resource":{"shape":"Name"},
1401
- "output":{"shape":"SensitiveData"}
1432
+ "output":{"shape":"SensitiveData"},
1433
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1402
1434
  }
1403
1435
  },
1404
1436
  "TaskTimedOut":{
@@ -1472,6 +1504,8 @@
1472
1504
  "members":{
1473
1505
  "updateDate":{"shape":"Timestamp"}
1474
1506
  }
1475
- }
1507
+ },
1508
+ "included":{"type":"boolean"},
1509
+ "truncated":{"type":"boolean"}
1476
1510
  }
1477
1511
  }
@@ -643,6 +643,19 @@
643
643
  "member":{"shape":"AccountModification"}
644
644
  },
645
645
  "Alias":{"type":"string"},
646
+ "Application":{
647
+ "type":"string",
648
+ "enum":[
649
+ "Microsoft_Office_2016",
650
+ "Microsoft_Office_2019"
651
+ ]
652
+ },
653
+ "ApplicationList":{
654
+ "type":"list",
655
+ "member":{"shape":"Application"},
656
+ "max":5,
657
+ "min":1
658
+ },
646
659
  "AssociateIpGroupsRequest":{
647
660
  "type":"structure",
648
661
  "required":[
@@ -1186,7 +1199,8 @@
1186
1199
  "IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
1187
1200
  "ImageName":{"shape":"WorkspaceImageName"},
1188
1201
  "ImageDescription":{"shape":"WorkspaceImageDescription"},
1189
- "Tags":{"shape":"TagList"}
1202
+ "Tags":{"shape":"TagList"},
1203
+ "Applications":{"shape":"ApplicationList"}
1190
1204
  }
1191
1205
  },
1192
1206
  "ImportWorkspaceImageResult":{
@@ -416,6 +416,7 @@
416
416
  "members":{
417
417
  "GroupName":{"shape":"GroupName"},
418
418
  "FilterExpression":{"shape":"FilterExpression"},
419
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"},
419
420
  "Tags":{"shape":"TagList"}
420
421
  }
421
422
  },
@@ -800,7 +801,8 @@
800
801
  "members":{
801
802
  "GroupName":{"shape":"String"},
802
803
  "GroupARN":{"shape":"String"},
803
- "FilterExpression":{"shape":"String"}
804
+ "FilterExpression":{"shape":"String"},
805
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
804
806
  }
805
807
  },
806
808
  "GroupARN":{
@@ -818,7 +820,8 @@
818
820
  "members":{
819
821
  "GroupName":{"shape":"String"},
820
822
  "GroupARN":{"shape":"String"},
821
- "FilterExpression":{"shape":"String"}
823
+ "FilterExpression":{"shape":"String"},
824
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
822
825
  }
823
826
  },
824
827
  "GroupSummaryList":{
@@ -858,6 +861,12 @@
858
861
  "ClientIp":{"shape":"String"}
859
862
  }
860
863
  },
864
+ "InsightsConfiguration":{
865
+ "type":"structure",
866
+ "members":{
867
+ "InsightsEnabled":{"shape":"NullableBoolean"}
868
+ }
869
+ },
861
870
  "InstanceIdDetail":{
862
871
  "type":"structure",
863
872
  "members":{
@@ -1462,7 +1471,8 @@
1462
1471
  "members":{
1463
1472
  "GroupName":{"shape":"GroupName"},
1464
1473
  "GroupARN":{"shape":"GroupARN"},
1465
- "FilterExpression":{"shape":"FilterExpression"}
1474
+ "FilterExpression":{"shape":"FilterExpression"},
1475
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
1466
1476
  }
1467
1477
  },
1468
1478
  "UpdateGroupResult":{
@@ -247,6 +247,7 @@
247
247
  "protocols" : [ "https" ]
248
248
  },
249
249
  "endpoints" : {
250
+ "ap-east-1" : { },
250
251
  "ap-northeast-1" : { },
251
252
  "ap-northeast-2" : { },
252
253
  "ap-south-1" : { },
@@ -258,6 +259,7 @@
258
259
  "eu-west-1" : { },
259
260
  "eu-west-2" : { },
260
261
  "eu-west-3" : { },
262
+ "me-south-1" : { },
261
263
  "sa-east-1" : { },
262
264
  "us-east-1" : { },
263
265
  "us-east-2" : { },
@@ -676,6 +678,7 @@
676
678
  "ca-central-1" : { },
677
679
  "eu-central-1" : { },
678
680
  "eu-north-1" : { },
681
+ "eu-south-1" : { },
679
682
  "eu-west-1" : { },
680
683
  "eu-west-2" : { },
681
684
  "eu-west-3" : { },
@@ -2783,6 +2786,7 @@
2783
2786
  "ca-central-1" : { },
2784
2787
  "eu-central-1" : { },
2785
2788
  "eu-north-1" : { },
2789
+ "eu-south-1" : { },
2786
2790
  "eu-west-1" : { },
2787
2791
  "eu-west-2" : { },
2788
2792
  "eu-west-3" : { },
@@ -3305,6 +3309,7 @@
3305
3309
  "ca-central-1" : { },
3306
3310
  "eu-central-1" : { },
3307
3311
  "eu-north-1" : { },
3312
+ "eu-south-1" : { },
3308
3313
  "eu-west-1" : { },
3309
3314
  "eu-west-2" : { },
3310
3315
  "eu-west-3" : { },
@@ -3551,6 +3556,7 @@
3551
3556
  "ap-northeast-2" : { },
3552
3557
  "ap-southeast-1" : { },
3553
3558
  "eu-west-1" : { },
3559
+ "eu-west-2" : { },
3554
3560
  "us-east-1" : { }
3555
3561
  }
3556
3562
  },
@@ -4151,6 +4157,7 @@
4151
4157
  }
4152
4158
  },
4153
4159
  "endpoints" : {
4160
+ "ap-northeast-1" : { },
4154
4161
  "ap-northeast-2" : { },
4155
4162
  "ap-south-1" : { },
4156
4163
  "ap-southeast-2" : { },
@@ -5256,6 +5263,7 @@
5256
5263
  },
5257
5264
  "snowball" : {
5258
5265
  "endpoints" : {
5266
+ "ap-east-1" : { },
5259
5267
  "ap-northeast-1" : { },
5260
5268
  "ap-northeast-2" : { },
5261
5269
  "ap-south-1" : { },
@@ -5263,6 +5271,7 @@
5263
5271
  "ap-southeast-2" : { },
5264
5272
  "ca-central-1" : { },
5265
5273
  "eu-central-1" : { },
5274
+ "eu-north-1" : { },
5266
5275
  "eu-west-1" : { },
5267
5276
  "eu-west-2" : { },
5268
5277
  "eu-west-3" : { },
@@ -202,6 +202,7 @@ module Aws
202
202
  RDS
203
203
  RDSDataService
204
204
  Redshift
205
+ RedshiftDataAPIService
205
206
  Rekognition
206
207
  ResourceGroups
207
208
  ResourceGroupsTaggingAPI
@@ -218,6 +219,7 @@ module Aws
218
219
  SQS
219
220
  SSM
220
221
  SSO
222
+ SSOAdmin
221
223
  SSOOIDC
222
224
  STS
223
225
  SWF
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:RedshiftDataAPIService, {
2
+ api: "#{Aws::API_DIR}/redshift-data/2019-12-20/api-2.json",
3
+ docs: "#{Aws::API_DIR}/redshift-data/2019-12-20/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/redshift-data/2019-12-20/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/redshift-data/2019-12-20/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SSOAdmin, {
2
+ api: "#{Aws::API_DIR}/sso-admin/2020-07-20/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sso-admin/2020-07-20/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sso-admin/2020-07-20/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sso-admin/2020-07-20/paginators-1.json",
6
+ })