aws-sdk-core 2.11.560 → 2.11.565

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",
@@ -2772,7 +2772,8 @@
2772
2772
  "JDBC",
2773
2773
  "SFTP",
2774
2774
  "MONGODB",
2775
- "KAFKA"
2775
+ "KAFKA",
2776
+ "NETWORK"
2776
2777
  ]
2777
2778
  },
2778
2779
  "ConnectionsList":{
@@ -3244,7 +3245,8 @@
3244
3245
  "Name":{"shape":"NameString"},
3245
3246
  "Description":{"shape":"GenericString"},
3246
3247
  "DefaultRunProperties":{"shape":"WorkflowRunProperties"},
3247
- "Tags":{"shape":"TagsMap"}
3248
+ "Tags":{"shape":"TagsMap"},
3249
+ "MaxConcurrentRuns":{"shape":"NullableInteger"}
3248
3250
  }
3249
3251
  },
3250
3252
  "CreateWorkflowResponse":{
@@ -5679,7 +5681,8 @@
5679
5681
  "type":"structure",
5680
5682
  "members":{
5681
5683
  "Path":{"shape":"Path"},
5682
- "Exclusions":{"shape":"PathList"}
5684
+ "Exclusions":{"shape":"PathList"},
5685
+ "ConnectionName":{"shape":"ConnectionName"}
5683
5686
  }
5684
5687
  },
5685
5688
  "S3TargetList":{
@@ -6755,7 +6758,8 @@
6755
6758
  "members":{
6756
6759
  "Name":{"shape":"NameString"},
6757
6760
  "Description":{"shape":"GenericString"},
6758
- "DefaultRunProperties":{"shape":"WorkflowRunProperties"}
6761
+ "DefaultRunProperties":{"shape":"WorkflowRunProperties"},
6762
+ "MaxConcurrentRuns":{"shape":"NullableInteger"}
6759
6763
  }
6760
6764
  },
6761
6765
  "UpdateWorkflowResponse":{
@@ -6851,7 +6855,8 @@
6851
6855
  "CreatedOn":{"shape":"TimestampValue"},
6852
6856
  "LastModifiedOn":{"shape":"TimestampValue"},
6853
6857
  "LastRun":{"shape":"WorkflowRun"},
6854
- "Graph":{"shape":"WorkflowGraph"}
6858
+ "Graph":{"shape":"WorkflowGraph"},
6859
+ "MaxConcurrentRuns":{"shape":"NullableInteger"}
6855
6860
  }
6856
6861
  },
6857
6862
  "WorkflowGraph":{
@@ -6877,6 +6882,7 @@
6877
6882
  "StartedOn":{"shape":"TimestampValue"},
6878
6883
  "CompletedOn":{"shape":"TimestampValue"},
6879
6884
  "Status":{"shape":"WorkflowRunStatus"},
6885
+ "ErrorMessage":{"shape":"ErrorString"},
6880
6886
  "Statistics":{"shape":"WorkflowRunStatistics"},
6881
6887
  "Graph":{"shape":"WorkflowGraph"}
6882
6888
  }
@@ -6903,7 +6909,8 @@
6903
6909
  "RUNNING",
6904
6910
  "COMPLETED",
6905
6911
  "STOPPING",
6906
- "STOPPED"
6912
+ "STOPPED",
6913
+ "ERROR"
6907
6914
  ]
6908
6915
  },
6909
6916
  "WorkflowRuns":{
@@ -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
+ }