aws-sdk 2.1133.0 → 2.1136.0
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.
- package/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/discovery-2015-11-01.min.json +67 -32
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/grafana-2020-08-18.min.json +92 -15
- package/apis/kendra-2019-02-03.min.json +115 -61
- package/apis/lightsail-2016-11-28.min.json +4 -1
- package/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/clients/discovery.d.ts +63 -26
- package/clients/ec2.d.ts +11 -3
- package/clients/grafana.d.ts +72 -1
- package/clients/iot.d.ts +9 -9
- package/clients/ivschat.d.ts +5 -5
- package/clients/kendra.d.ts +73 -1
- package/clients/lambda.d.ts +4 -4
- package/clients/lightsail.d.ts +9 -5
- package/clients/outposts.d.ts +12 -12
- package/clients/rekognition.d.ts +2 -2
- package/clients/resiliencehub.d.ts +138 -58
- package/clients/servicecatalog.d.ts +4 -4
- package/clients/ssmincidents.d.ts +19 -6
- package/clients/sts.d.ts +2 -2
- package/clients/transfer.d.ts +2 -2
- package/clients/workspacesweb.d.ts +38 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +8 -4
- package/dist/aws-sdk.min.js +41 -41
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1136.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1136.0
|
|
6
|
+
* feature: CloudFront: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.
|
|
7
|
+
* feature: Discovery: Add Migration Evaluator Collector details to the GetDiscoverySummary API response
|
|
8
|
+
* feature: Resiliencehub: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments
|
|
9
|
+
* feature: WorkSpacesWeb: Amazon WorkSpaces Web now supports Administrator timeout control
|
|
10
|
+
|
|
11
|
+
## 2.1135.0
|
|
12
|
+
* feature: Grafana: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace.
|
|
13
|
+
|
|
14
|
+
## 2.1134.0
|
|
15
|
+
* feature: EC2: This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
|
|
16
|
+
* feature: Kendra: Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html
|
|
17
|
+
* feature: Lambda: Lambda releases NodeJs 16 managed runtime to be available in all commercial regions.
|
|
18
|
+
* feature: Lightsail: This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
|
|
19
|
+
* feature: SSMIncidents: Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract.
|
|
20
|
+
* feature: WorkSpaces: Increased the character limit of the login message from 600 to 850 characters.
|
|
21
|
+
|
|
5
22
|
## 2.1133.0
|
|
6
23
|
* feature: EC2: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
|
|
7
24
|
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1136.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"shape": "S3"
|
|
92
92
|
},
|
|
93
93
|
"tags": {
|
|
94
|
-
"shape": "
|
|
94
|
+
"shape": "Sk"
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"shape": "S3"
|
|
130
130
|
},
|
|
131
131
|
"tags": {
|
|
132
|
-
"shape": "
|
|
132
|
+
"shape": "Sk"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
"type": "structure",
|
|
144
144
|
"members": {
|
|
145
145
|
"agentIds": {
|
|
146
|
-
"shape": "
|
|
146
|
+
"shape": "Sv"
|
|
147
147
|
},
|
|
148
148
|
"filters": {
|
|
149
|
-
"shape": "
|
|
149
|
+
"shape": "Sx"
|
|
150
150
|
},
|
|
151
151
|
"maxResults": {
|
|
152
152
|
"type": "integer"
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
},
|
|
249
249
|
"dataSource": {},
|
|
250
250
|
"schemaStorageConfig": {
|
|
251
|
-
"shape": "
|
|
251
|
+
"shape": "S1q"
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
}
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"type": "structure",
|
|
263
263
|
"members": {
|
|
264
264
|
"exportIds": {
|
|
265
|
-
"shape": "
|
|
265
|
+
"shape": "S1t"
|
|
266
266
|
},
|
|
267
267
|
"maxResults": {
|
|
268
268
|
"type": "integer"
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"type": "structure",
|
|
275
275
|
"members": {
|
|
276
276
|
"exportsInfo": {
|
|
277
|
-
"shape": "
|
|
277
|
+
"shape": "S1v"
|
|
278
278
|
},
|
|
279
279
|
"nextToken": {}
|
|
280
280
|
}
|
|
@@ -286,10 +286,10 @@
|
|
|
286
286
|
"type": "structure",
|
|
287
287
|
"members": {
|
|
288
288
|
"exportIds": {
|
|
289
|
-
"shape": "
|
|
289
|
+
"shape": "S1t"
|
|
290
290
|
},
|
|
291
291
|
"filters": {
|
|
292
|
-
"shape": "
|
|
292
|
+
"shape": "S23"
|
|
293
293
|
},
|
|
294
294
|
"maxResults": {
|
|
295
295
|
"type": "integer"
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"type": "structure",
|
|
302
302
|
"members": {
|
|
303
303
|
"exportsInfo": {
|
|
304
|
-
"shape": "
|
|
304
|
+
"shape": "S1v"
|
|
305
305
|
},
|
|
306
306
|
"nextToken": {}
|
|
307
307
|
}
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"tasks": {
|
|
338
338
|
"type": "list",
|
|
339
339
|
"member": {
|
|
340
|
-
"shape": "
|
|
340
|
+
"shape": "S2g"
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"members": {
|
|
359
359
|
"name": {},
|
|
360
360
|
"values": {
|
|
361
|
-
"shape": "
|
|
361
|
+
"shape": "Sz"
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
}
|
|
@@ -508,6 +508,41 @@
|
|
|
508
508
|
"type": "integer"
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
+
},
|
|
512
|
+
"meCollectorSummary": {
|
|
513
|
+
"type": "structure",
|
|
514
|
+
"required": [
|
|
515
|
+
"activeMeCollectors",
|
|
516
|
+
"healthyMeCollectors",
|
|
517
|
+
"denyListedMeCollectors",
|
|
518
|
+
"shutdownMeCollectors",
|
|
519
|
+
"unhealthyMeCollectors",
|
|
520
|
+
"totalMeCollectors",
|
|
521
|
+
"unknownMeCollectors"
|
|
522
|
+
],
|
|
523
|
+
"members": {
|
|
524
|
+
"activeMeCollectors": {
|
|
525
|
+
"type": "integer"
|
|
526
|
+
},
|
|
527
|
+
"healthyMeCollectors": {
|
|
528
|
+
"type": "integer"
|
|
529
|
+
},
|
|
530
|
+
"denyListedMeCollectors": {
|
|
531
|
+
"type": "integer"
|
|
532
|
+
},
|
|
533
|
+
"shutdownMeCollectors": {
|
|
534
|
+
"type": "integer"
|
|
535
|
+
},
|
|
536
|
+
"unhealthyMeCollectors": {
|
|
537
|
+
"type": "integer"
|
|
538
|
+
},
|
|
539
|
+
"totalMeCollectors": {
|
|
540
|
+
"type": "integer"
|
|
541
|
+
},
|
|
542
|
+
"unknownMeCollectors": {
|
|
543
|
+
"type": "integer"
|
|
544
|
+
}
|
|
545
|
+
}
|
|
511
546
|
}
|
|
512
547
|
}
|
|
513
548
|
}
|
|
@@ -521,7 +556,7 @@
|
|
|
521
556
|
"members": {
|
|
522
557
|
"configurationType": {},
|
|
523
558
|
"filters": {
|
|
524
|
-
"shape": "
|
|
559
|
+
"shape": "Sx"
|
|
525
560
|
},
|
|
526
561
|
"maxResults": {
|
|
527
562
|
"type": "integer"
|
|
@@ -627,7 +662,7 @@
|
|
|
627
662
|
},
|
|
628
663
|
"dataSource": {},
|
|
629
664
|
"schemaStorageConfig": {
|
|
630
|
-
"shape": "
|
|
665
|
+
"shape": "S1q"
|
|
631
666
|
}
|
|
632
667
|
}
|
|
633
668
|
}
|
|
@@ -640,7 +675,7 @@
|
|
|
640
675
|
],
|
|
641
676
|
"members": {
|
|
642
677
|
"agentIds": {
|
|
643
|
-
"shape": "
|
|
678
|
+
"shape": "Sv"
|
|
644
679
|
}
|
|
645
680
|
}
|
|
646
681
|
},
|
|
@@ -648,7 +683,7 @@
|
|
|
648
683
|
"type": "structure",
|
|
649
684
|
"members": {
|
|
650
685
|
"agentsConfigurationStatus": {
|
|
651
|
-
"shape": "
|
|
686
|
+
"shape": "S3j"
|
|
652
687
|
}
|
|
653
688
|
}
|
|
654
689
|
}
|
|
@@ -662,7 +697,7 @@
|
|
|
662
697
|
"member": {}
|
|
663
698
|
},
|
|
664
699
|
"filters": {
|
|
665
|
-
"shape": "
|
|
700
|
+
"shape": "S23"
|
|
666
701
|
},
|
|
667
702
|
"startTime": {
|
|
668
703
|
"type": "timestamp"
|
|
@@ -698,7 +733,7 @@
|
|
|
698
733
|
"type": "structure",
|
|
699
734
|
"members": {
|
|
700
735
|
"task": {
|
|
701
|
-
"shape": "
|
|
736
|
+
"shape": "S2g"
|
|
702
737
|
}
|
|
703
738
|
}
|
|
704
739
|
}
|
|
@@ -733,7 +768,7 @@
|
|
|
733
768
|
],
|
|
734
769
|
"members": {
|
|
735
770
|
"agentIds": {
|
|
736
|
-
"shape": "
|
|
771
|
+
"shape": "Sv"
|
|
737
772
|
}
|
|
738
773
|
}
|
|
739
774
|
},
|
|
@@ -741,7 +776,7 @@
|
|
|
741
776
|
"type": "structure",
|
|
742
777
|
"members": {
|
|
743
778
|
"agentsConfigurationStatus": {
|
|
744
|
-
"shape": "
|
|
779
|
+
"shape": "S3j"
|
|
745
780
|
}
|
|
746
781
|
}
|
|
747
782
|
}
|
|
@@ -769,7 +804,7 @@
|
|
|
769
804
|
"type": "list",
|
|
770
805
|
"member": {}
|
|
771
806
|
},
|
|
772
|
-
"
|
|
807
|
+
"Sk": {
|
|
773
808
|
"type": "list",
|
|
774
809
|
"member": {
|
|
775
810
|
"type": "structure",
|
|
@@ -783,11 +818,11 @@
|
|
|
783
818
|
}
|
|
784
819
|
}
|
|
785
820
|
},
|
|
786
|
-
"
|
|
821
|
+
"Sv": {
|
|
787
822
|
"type": "list",
|
|
788
823
|
"member": {}
|
|
789
824
|
},
|
|
790
|
-
"
|
|
825
|
+
"Sx": {
|
|
791
826
|
"type": "list",
|
|
792
827
|
"member": {
|
|
793
828
|
"type": "structure",
|
|
@@ -799,26 +834,26 @@
|
|
|
799
834
|
"members": {
|
|
800
835
|
"name": {},
|
|
801
836
|
"values": {
|
|
802
|
-
"shape": "
|
|
837
|
+
"shape": "Sz"
|
|
803
838
|
},
|
|
804
839
|
"condition": {}
|
|
805
840
|
}
|
|
806
841
|
}
|
|
807
842
|
},
|
|
808
|
-
"
|
|
843
|
+
"Sz": {
|
|
809
844
|
"type": "list",
|
|
810
845
|
"member": {}
|
|
811
846
|
},
|
|
812
|
-
"
|
|
847
|
+
"S1q": {
|
|
813
848
|
"type": "map",
|
|
814
849
|
"key": {},
|
|
815
850
|
"value": {}
|
|
816
851
|
},
|
|
817
|
-
"
|
|
852
|
+
"S1t": {
|
|
818
853
|
"type": "list",
|
|
819
854
|
"member": {}
|
|
820
855
|
},
|
|
821
|
-
"
|
|
856
|
+
"S1v": {
|
|
822
857
|
"type": "list",
|
|
823
858
|
"member": {
|
|
824
859
|
"type": "structure",
|
|
@@ -848,7 +883,7 @@
|
|
|
848
883
|
}
|
|
849
884
|
}
|
|
850
885
|
},
|
|
851
|
-
"
|
|
886
|
+
"S23": {
|
|
852
887
|
"type": "list",
|
|
853
888
|
"member": {
|
|
854
889
|
"type": "structure",
|
|
@@ -860,13 +895,13 @@
|
|
|
860
895
|
"members": {
|
|
861
896
|
"name": {},
|
|
862
897
|
"values": {
|
|
863
|
-
"shape": "
|
|
898
|
+
"shape": "Sz"
|
|
864
899
|
},
|
|
865
900
|
"condition": {}
|
|
866
901
|
}
|
|
867
902
|
}
|
|
868
903
|
},
|
|
869
|
-
"
|
|
904
|
+
"S2g": {
|
|
870
905
|
"type": "structure",
|
|
871
906
|
"members": {
|
|
872
907
|
"importTaskId": {},
|
|
@@ -898,7 +933,7 @@
|
|
|
898
933
|
"errorsAndFailedEntriesZip": {}
|
|
899
934
|
}
|
|
900
935
|
},
|
|
901
|
-
"
|
|
936
|
+
"S3j": {
|
|
902
937
|
"type": "list",
|
|
903
938
|
"member": {
|
|
904
939
|
"type": "structure",
|
|
@@ -3755,7 +3755,8 @@
|
|
|
3755
3755
|
},
|
|
3756
3756
|
"ClientToken": {
|
|
3757
3757
|
"idempotencyToken": true
|
|
3758
|
-
}
|
|
3758
|
+
},
|
|
3759
|
+
"GatewayLoadBalancerEndpointId": {}
|
|
3759
3760
|
}
|
|
3760
3761
|
},
|
|
3761
3762
|
"output": {
|
|
@@ -26467,6 +26468,9 @@
|
|
|
26467
26468
|
"Tags": {
|
|
26468
26469
|
"shape": "Ss",
|
|
26469
26470
|
"locationName": "tagSet"
|
|
26471
|
+
},
|
|
26472
|
+
"GatewayLoadBalancerEndpointId": {
|
|
26473
|
+
"locationName": "gatewayLoadBalancerEndpointId"
|
|
26470
26474
|
}
|
|
26471
26475
|
}
|
|
26472
26476
|
},
|
|
@@ -107,6 +107,48 @@
|
|
|
107
107
|
},
|
|
108
108
|
"idempotent": true
|
|
109
109
|
},
|
|
110
|
+
"CreateWorkspaceApiKey": {
|
|
111
|
+
"http": {
|
|
112
|
+
"requestUri": "/workspaces/{workspaceId}/apikeys",
|
|
113
|
+
"responseCode": 200
|
|
114
|
+
},
|
|
115
|
+
"input": {
|
|
116
|
+
"type": "structure",
|
|
117
|
+
"required": [
|
|
118
|
+
"keyName",
|
|
119
|
+
"keyRole",
|
|
120
|
+
"secondsToLive",
|
|
121
|
+
"workspaceId"
|
|
122
|
+
],
|
|
123
|
+
"members": {
|
|
124
|
+
"keyName": {},
|
|
125
|
+
"keyRole": {},
|
|
126
|
+
"secondsToLive": {
|
|
127
|
+
"type": "integer"
|
|
128
|
+
},
|
|
129
|
+
"workspaceId": {
|
|
130
|
+
"location": "uri",
|
|
131
|
+
"locationName": "workspaceId"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"output": {
|
|
136
|
+
"type": "structure",
|
|
137
|
+
"required": [
|
|
138
|
+
"key",
|
|
139
|
+
"keyName",
|
|
140
|
+
"workspaceId"
|
|
141
|
+
],
|
|
142
|
+
"members": {
|
|
143
|
+
"key": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"sensitive": true
|
|
146
|
+
},
|
|
147
|
+
"keyName": {},
|
|
148
|
+
"workspaceId": {}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
110
152
|
"DeleteWorkspace": {
|
|
111
153
|
"http": {
|
|
112
154
|
"method": "DELETE",
|
|
@@ -138,6 +180,41 @@
|
|
|
138
180
|
},
|
|
139
181
|
"idempotent": true
|
|
140
182
|
},
|
|
183
|
+
"DeleteWorkspaceApiKey": {
|
|
184
|
+
"http": {
|
|
185
|
+
"method": "DELETE",
|
|
186
|
+
"requestUri": "/workspaces/{workspaceId}/apikeys/{keyName}",
|
|
187
|
+
"responseCode": 200
|
|
188
|
+
},
|
|
189
|
+
"input": {
|
|
190
|
+
"type": "structure",
|
|
191
|
+
"required": [
|
|
192
|
+
"keyName",
|
|
193
|
+
"workspaceId"
|
|
194
|
+
],
|
|
195
|
+
"members": {
|
|
196
|
+
"keyName": {
|
|
197
|
+
"location": "uri",
|
|
198
|
+
"locationName": "keyName"
|
|
199
|
+
},
|
|
200
|
+
"workspaceId": {
|
|
201
|
+
"location": "uri",
|
|
202
|
+
"locationName": "workspaceId"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"output": {
|
|
207
|
+
"type": "structure",
|
|
208
|
+
"required": [
|
|
209
|
+
"keyName",
|
|
210
|
+
"workspaceId"
|
|
211
|
+
],
|
|
212
|
+
"members": {
|
|
213
|
+
"keyName": {},
|
|
214
|
+
"workspaceId": {}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
},
|
|
141
218
|
"DescribeWorkspace": {
|
|
142
219
|
"http": {
|
|
143
220
|
"method": "GET",
|
|
@@ -193,7 +270,7 @@
|
|
|
193
270
|
],
|
|
194
271
|
"members": {
|
|
195
272
|
"authentication": {
|
|
196
|
-
"shape": "
|
|
273
|
+
"shape": "S1c"
|
|
197
274
|
}
|
|
198
275
|
}
|
|
199
276
|
}
|
|
@@ -290,7 +367,7 @@
|
|
|
290
367
|
"members": {
|
|
291
368
|
"role": {},
|
|
292
369
|
"user": {
|
|
293
|
-
"shape": "
|
|
370
|
+
"shape": "S22"
|
|
294
371
|
}
|
|
295
372
|
}
|
|
296
373
|
}
|
|
@@ -470,7 +547,7 @@
|
|
|
470
547
|
"updateInstructionBatch": {
|
|
471
548
|
"type": "list",
|
|
472
549
|
"member": {
|
|
473
|
-
"shape": "
|
|
550
|
+
"shape": "S2h"
|
|
474
551
|
}
|
|
475
552
|
},
|
|
476
553
|
"workspaceId": {
|
|
@@ -496,7 +573,7 @@
|
|
|
496
573
|
],
|
|
497
574
|
"members": {
|
|
498
575
|
"causedBy": {
|
|
499
|
-
"shape": "
|
|
576
|
+
"shape": "S2h"
|
|
500
577
|
},
|
|
501
578
|
"code": {
|
|
502
579
|
"type": "integer"
|
|
@@ -578,7 +655,7 @@
|
|
|
578
655
|
"shape": "S8"
|
|
579
656
|
},
|
|
580
657
|
"samlConfiguration": {
|
|
581
|
-
"shape": "
|
|
658
|
+
"shape": "S1g"
|
|
582
659
|
},
|
|
583
660
|
"workspaceId": {
|
|
584
661
|
"location": "uri",
|
|
@@ -593,7 +670,7 @@
|
|
|
593
670
|
],
|
|
594
671
|
"members": {
|
|
595
672
|
"authentication": {
|
|
596
|
-
"shape": "
|
|
673
|
+
"shape": "S1c"
|
|
597
674
|
}
|
|
598
675
|
}
|
|
599
676
|
}
|
|
@@ -715,7 +792,7 @@
|
|
|
715
792
|
"type": "string",
|
|
716
793
|
"sensitive": true
|
|
717
794
|
},
|
|
718
|
-
"
|
|
795
|
+
"S1c": {
|
|
719
796
|
"type": "structure",
|
|
720
797
|
"required": [
|
|
721
798
|
"providers"
|
|
@@ -737,14 +814,14 @@
|
|
|
737
814
|
],
|
|
738
815
|
"members": {
|
|
739
816
|
"configuration": {
|
|
740
|
-
"shape": "
|
|
817
|
+
"shape": "S1g"
|
|
741
818
|
},
|
|
742
819
|
"status": {}
|
|
743
820
|
}
|
|
744
821
|
}
|
|
745
822
|
}
|
|
746
823
|
},
|
|
747
|
-
"
|
|
824
|
+
"S1g": {
|
|
748
825
|
"type": "structure",
|
|
749
826
|
"required": [
|
|
750
827
|
"idpMetadata"
|
|
@@ -780,20 +857,20 @@
|
|
|
780
857
|
"type": "structure",
|
|
781
858
|
"members": {
|
|
782
859
|
"admin": {
|
|
783
|
-
"shape": "
|
|
860
|
+
"shape": "S1p"
|
|
784
861
|
},
|
|
785
862
|
"editor": {
|
|
786
|
-
"shape": "
|
|
863
|
+
"shape": "S1p"
|
|
787
864
|
}
|
|
788
865
|
}
|
|
789
866
|
}
|
|
790
867
|
}
|
|
791
868
|
},
|
|
792
|
-
"
|
|
869
|
+
"S1p": {
|
|
793
870
|
"type": "list",
|
|
794
871
|
"member": {}
|
|
795
872
|
},
|
|
796
|
-
"
|
|
873
|
+
"S22": {
|
|
797
874
|
"type": "structure",
|
|
798
875
|
"required": [
|
|
799
876
|
"id",
|
|
@@ -804,7 +881,7 @@
|
|
|
804
881
|
"type": {}
|
|
805
882
|
}
|
|
806
883
|
},
|
|
807
|
-
"
|
|
884
|
+
"S2h": {
|
|
808
885
|
"type": "structure",
|
|
809
886
|
"required": [
|
|
810
887
|
"action",
|
|
@@ -817,7 +894,7 @@
|
|
|
817
894
|
"users": {
|
|
818
895
|
"type": "list",
|
|
819
896
|
"member": {
|
|
820
|
-
"shape": "
|
|
897
|
+
"shape": "S22"
|
|
821
898
|
}
|
|
822
899
|
}
|
|
823
900
|
}
|