cdk-docker-image-deployment 0.0.96 → 0.0.98

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.
Files changed (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +255 -137
  8. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
  9. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +48 -1
  10. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +41 -7
  11. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +353 -74
  12. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
  13. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +42 -14
  14. package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +177 -36
  15. package/node_modules/aws-sdk/clients/autoscaling.d.ts +156 -16
  16. package/node_modules/aws-sdk/clients/cloudfront.d.ts +42 -1
  17. package/node_modules/aws-sdk/clients/costexplorer.d.ts +4 -0
  18. package/node_modules/aws-sdk/clients/eks.d.ts +46 -2
  19. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +317 -2
  20. package/node_modules/aws-sdk/clients/kms.d.ts +3 -3
  21. package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +223 -7
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +308 -142
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +6 -6
@@ -30,6 +30,16 @@
30
30
  "output_token": "nextToken",
31
31
  "limit_key": "maxResults"
32
32
  },
33
+ "ListSyncJobs": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
38
+ "ListSyncResources": {
39
+ "input_token": "nextToken",
40
+ "output_token": "nextToken",
41
+ "limit_key": "maxResults"
42
+ },
33
43
  "ListWorkspaces": {
34
44
  "input_token": "nextToken",
35
45
  "output_token": "nextToken",
@@ -88,7 +88,10 @@
88
88
  "input": {
89
89
  "CustomKeyStoreName": "ExampleVPCEndpointKeyStore",
90
90
  "CustomKeyStoreType": "EXTERNAL_KEY_STORE",
91
- "XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey",
91
+ "XksProxyAuthenticationCredential": {
92
+ "AccessKeyId": "ABCDE12345670EXAMPLE",
93
+ "RawSecretAccessKey": "DXjSUawnel2fr6SKC7G25CNxTyWKE5PF9XX6H/u9pSo="
94
+ },
92
95
  "XksProxyConnectivity": "VPC_ENDPOINT_SERVICE",
93
96
  "XksProxyUriEndpoint": "https://myproxy-private.xks.example.com",
94
97
  "XksProxyUriPath": "/example-prefix/kms/xks/v1",
@@ -119,7 +122,10 @@
119
122
  "input": {
120
123
  "CustomKeyStoreName": "ExamplePublicEndpointKeyStore",
121
124
  "CustomKeyStoreType": "EXTERNAL_KEY_STORE",
122
- "XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey",
125
+ "XksProxyAuthenticationCredential": {
126
+ "AccessKeyId": "ABCDE12345670EXAMPLE",
127
+ "RawSecretAccessKey": "DXjSUawnel2fr6SKC7G25CNxTyWKE5PF9XX6H/u9pSo="
128
+ },
123
129
  "XksProxyConnectivity": "PUBLIC_ENDPOINT",
124
130
  "XksProxyUriEndpoint": "https://myproxy.xks.example.com",
125
131
  "XksProxyUriPath": "/kms/xks/v1"
@@ -1860,40 +1866,40 @@
1860
1866
  {
1861
1867
  "input": {
1862
1868
  "CustomKeyStoreId": "cks-1234567890abcdef0",
1863
- "KeyStorePassword": "ExamplePassword"
1869
+ "NewCustomKeyStoreName": "DevelopmentKeys"
1864
1870
  },
1865
1871
  "output": {
1866
1872
  },
1867
1873
  "comments": {
1868
1874
  "input": {
1869
1875
  "CustomKeyStoreId": "The ID of the custom key store that you are updating.",
1870
- "KeyStorePassword": "The password for the kmsuser crypto user in the CloudHSM cluster."
1876
+ "NewCustomKeyStoreName": "A new friendly name for the custom key store."
1871
1877
  },
1872
1878
  "output": {
1873
1879
  }
1874
1880
  },
1875
- "description": "This example tells AWS KMS the password for the kmsuser crypto user in the AWS CloudHSM cluster that is associated with the AWS KMS custom key store. (It does not change the password in the CloudHSM cluster.) This operation does not return any data.",
1876
- "id": "to-edit-the-properties-of-a-custom-key-store-1",
1877
- "title": "To edit the password of an AWS CloudHSM key store"
1881
+ "description": "This example changes the friendly name of the AWS KMS custom key store to the name that you specify. This operation does not return any data. To verify that the operation worked, use the DescribeCustomKeyStores operation.",
1882
+ "id": "to-edit-the-friendly-name-of-a-custom-key-store-1",
1883
+ "title": "To edit the friendly name of a custom key store"
1878
1884
  },
1879
1885
  {
1880
1886
  "input": {
1881
1887
  "CustomKeyStoreId": "cks-1234567890abcdef0",
1882
- "NewCustomKeyStoreName": "DevelopmentKeys"
1888
+ "KeyStorePassword": "ExamplePassword"
1883
1889
  },
1884
1890
  "output": {
1885
1891
  },
1886
1892
  "comments": {
1887
1893
  "input": {
1888
1894
  "CustomKeyStoreId": "The ID of the custom key store that you are updating.",
1889
- "NewCustomKeyStoreName": "A new friendly name for the custom key store."
1895
+ "KeyStorePassword": "The password for the kmsuser crypto user in the CloudHSM cluster."
1890
1896
  },
1891
1897
  "output": {
1892
1898
  }
1893
1899
  },
1894
- "description": "This example changes the friendly name of the AWS KMS custom key store to the name that you specify. This operation does not return any data. To verify that the operation worked, use the DescribeCustomKeyStores operation.",
1895
- "id": "to-edit-the-friendly-name-of-a-custom-key-store-2",
1896
- "title": "To edit the friendly name of a custom key store"
1900
+ "description": "This example tells AWS KMS the password for the kmsuser crypto user in the AWS CloudHSM cluster that is associated with the AWS KMS custom key store. (It does not change the password in the CloudHSM cluster.) This operation does not return any data.",
1901
+ "id": "to-edit-the-properties-of-an-aws-cloudhsm-key-store-2",
1902
+ "title": "To edit the password of an AWS CloudHSM key store"
1897
1903
  },
1898
1904
  {
1899
1905
  "input": {
@@ -1914,6 +1920,28 @@
1914
1920
  "id": "to-associate-the-custom-key-store-with-a-different-but-related-aws-cloudhsm-cluster-3",
1915
1921
  "title": "To associate the custom key store with a different, but related, AWS CloudHSM cluster."
1916
1922
  },
1923
+ {
1924
+ "input": {
1925
+ "CustomKeyStoreId": "cks-1234567890abcdef0",
1926
+ "XksProxyAuthenticationCredential": {
1927
+ "AccessKeyId": "ABCDE12345670EXAMPLE",
1928
+ "RawSecretAccessKey": "DXjSUawnel2fr6SKC7G25CNxTyWKE5PF9XX6H/u9pSo="
1929
+ }
1930
+ },
1931
+ "output": {
1932
+ },
1933
+ "comments": {
1934
+ "input": {
1935
+ "CustomKeyStoreId": "Identifies the custom key store",
1936
+ "XksProxyAuthenticationCredential": "Specifies the values in the proxy authentication credential"
1937
+ },
1938
+ "output": {
1939
+ }
1940
+ },
1941
+ "description": "To update the proxy authentication credential for your external key store, specify both the <code>RawSecretAccessKey</code> and the <code>AccessKeyId</code>, even if you are changing only one of the values. You can use this feature to fix an invalid credential or to change the credential when the external key store proxy rotates it.",
1942
+ "id": "to-update-the-proxy-authentication-credential-of-an-external-key-store-4",
1943
+ "title": "To update the proxy authentication credential of an external key store"
1944
+ },
1917
1945
  {
1918
1946
  "input": {
1919
1947
  "CustomKeyStoreId": "cks-1234567890abcdef0",
@@ -1930,7 +1958,7 @@
1930
1958
  }
1931
1959
  },
1932
1960
  "description": "This example updates the proxy URI path for an external key store",
1933
- "id": "to-update-the-xks-proxy-api-path-of-an-external-custom-key-store-4",
1961
+ "id": "to-update-the-xks-proxy-api-path-of-an-external-key-store-5",
1934
1962
  "title": "To edit the proxy URI path of an external key store."
1935
1963
  },
1936
1964
  {
@@ -1953,7 +1981,7 @@
1953
1981
  }
1954
1982
  },
1955
1983
  "description": "To change the external key store proxy connectivity option from public endpoint connectivity to VPC endpoint service connectivity, in addition to changing the <code>XksProxyConnectivity</code> value, you must change the <code>XksProxyUriEndpoint</code> value to reflect the private DNS name associated with the VPC endpoint service. You must also add an <code>XksProxyVpcEndpointServiceName</code> value.",
1956
- "id": "to-update-the-proxy-connectivity-of-an-external-key-store-to-vpc_endpoint_service-5",
1984
+ "id": "to-update-the-proxy-connectivity-of-an-external-key-store-to-vpc_endpoint_service-6",
1957
1985
  "title": "To update the proxy connectivity of an external key store to VPC_ENDPOINT_SERVICE"
1958
1986
  }
1959
1987
  ],
@@ -37,7 +37,7 @@
37
37
  "shape": "S4"
38
38
  },
39
39
  "associatedApplications": {
40
- "shape": "Sy"
40
+ "shape": "S11"
41
41
  },
42
42
  "associatedServerIds": {
43
43
  "type": "list",
@@ -79,7 +79,7 @@
79
79
  "type": "boolean"
80
80
  },
81
81
  "recommendation": {
82
- "shape": "So"
82
+ "shape": "Sq"
83
83
  },
84
84
  "status": {}
85
85
  }
@@ -109,6 +109,9 @@
109
109
  "output": {
110
110
  "type": "structure",
111
111
  "members": {
112
+ "assessmentTargets": {
113
+ "shape": "S1c"
114
+ },
112
115
  "dataCollectionDetails": {
113
116
  "type": "structure",
114
117
  "members": {
@@ -128,6 +131,7 @@
128
131
  "type": "timestamp"
129
132
  },
130
133
  "status": {},
134
+ "statusMessage": {},
131
135
  "success": {
132
136
  "type": "integer"
133
137
  }
@@ -180,6 +184,23 @@
180
184
  }
181
185
  }
182
186
  },
187
+ "GetLatestAssessmentId": {
188
+ "http": {
189
+ "method": "GET",
190
+ "requestUri": "/get-latest-assessment-id",
191
+ "responseCode": 200
192
+ },
193
+ "input": {
194
+ "type": "structure",
195
+ "members": {}
196
+ },
197
+ "output": {
198
+ "type": "structure",
199
+ "members": {
200
+ "id": {}
201
+ }
202
+ }
203
+ },
183
204
  "GetPortfolioPreferences": {
184
205
  "http": {
185
206
  "method": "GET",
@@ -193,14 +214,15 @@
193
214
  "output": {
194
215
  "type": "structure",
195
216
  "members": {
217
+ "applicationMode": {},
196
218
  "applicationPreferences": {
197
- "shape": "S1i"
219
+ "shape": "S1t"
198
220
  },
199
221
  "databasePreferences": {
200
- "shape": "S1t"
222
+ "shape": "S24"
201
223
  },
202
224
  "prioritizeBusinessGoals": {
203
- "shape": "S25"
225
+ "shape": "S2g"
204
226
  }
205
227
  }
206
228
  }
@@ -230,10 +252,22 @@
230
252
  "type": "timestamp"
231
253
  },
232
254
  "listAntipatternSeveritySummary": {
233
- "shape": "Si"
255
+ "shape": "Sk"
256
+ },
257
+ "listApplicationComponentStatusSummary": {
258
+ "type": "list",
259
+ "member": {
260
+ "type": "structure",
261
+ "members": {
262
+ "count": {
263
+ "type": "integer"
264
+ },
265
+ "srcCodeOrDbAnalysisStatus": {}
266
+ }
267
+ }
234
268
  },
235
269
  "listApplicationComponentStrategySummary": {
236
- "shape": "S2b"
270
+ "shape": "S2o"
237
271
  },
238
272
  "listApplicationComponentSummary": {
239
273
  "type": "list",
@@ -247,8 +281,20 @@
247
281
  }
248
282
  }
249
283
  },
284
+ "listServerStatusSummary": {
285
+ "type": "list",
286
+ "member": {
287
+ "type": "structure",
288
+ "members": {
289
+ "count": {
290
+ "type": "integer"
291
+ },
292
+ "runTimeAssessmentStatus": {}
293
+ }
294
+ }
295
+ },
250
296
  "listServerStrategySummary": {
251
- "shape": "S2b"
297
+ "shape": "S2o"
252
298
  },
253
299
  "listServerSummary": {
254
300
  "type": "list",
@@ -341,11 +387,11 @@
341
387
  "type": "structure",
342
388
  "members": {
343
389
  "associatedApplications": {
344
- "shape": "Sy"
390
+ "shape": "S11"
345
391
  },
346
392
  "nextToken": {},
347
393
  "serverDetail": {
348
- "shape": "S2u"
394
+ "shape": "S3a"
349
395
  }
350
396
  }
351
397
  }
@@ -383,7 +429,7 @@
383
429
  "type": "integer"
384
430
  },
385
431
  "recommendation": {
386
- "shape": "So"
432
+ "shape": "Sq"
387
433
  },
388
434
  "status": {}
389
435
  }
@@ -403,7 +449,7 @@
403
449
  "applicationComponentCriteria": {},
404
450
  "filterValue": {},
405
451
  "groupIdFilter": {
406
- "shape": "S3d"
452
+ "shape": "S3u"
407
453
  },
408
454
  "maxResults": {
409
455
  "type": "integer"
@@ -456,6 +502,58 @@
456
502
  "collectorHealth": {},
457
503
  "collectorId": {},
458
504
  "collectorVersion": {},
505
+ "configurationSummary": {
506
+ "type": "structure",
507
+ "members": {
508
+ "ipAddressBasedRemoteInfoList": {
509
+ "type": "list",
510
+ "member": {
511
+ "type": "structure",
512
+ "members": {
513
+ "authType": {},
514
+ "ipAddressConfigurationTimeStamp": {},
515
+ "osType": {}
516
+ }
517
+ }
518
+ },
519
+ "pipelineInfoList": {
520
+ "type": "list",
521
+ "member": {
522
+ "type": "structure",
523
+ "members": {
524
+ "pipelineConfigurationTimeStamp": {},
525
+ "pipelineType": {}
526
+ }
527
+ }
528
+ },
529
+ "remoteSourceCodeAnalysisServerInfo": {
530
+ "type": "structure",
531
+ "members": {
532
+ "remoteSourceCodeAnalysisServerConfigurationTimestamp": {}
533
+ }
534
+ },
535
+ "vcenterBasedRemoteInfoList": {
536
+ "type": "list",
537
+ "member": {
538
+ "type": "structure",
539
+ "members": {
540
+ "osType": {},
541
+ "vcenterConfigurationTimeStamp": {}
542
+ }
543
+ }
544
+ },
545
+ "versionControlInfoList": {
546
+ "type": "list",
547
+ "member": {
548
+ "type": "structure",
549
+ "members": {
550
+ "versionControlConfigurationTimeStamp": {},
551
+ "versionControlType": {}
552
+ }
553
+ }
554
+ }
555
+ }
556
+ },
459
557
  "hostName": {},
460
558
  "ipAddress": {},
461
559
  "lastActivityTimeStamp": {},
@@ -531,7 +629,7 @@
531
629
  "members": {
532
630
  "filterValue": {},
533
631
  "groupIdFilter": {
534
- "shape": "S3d"
632
+ "shape": "S3u"
535
633
  },
536
634
  "maxResults": {
537
635
  "type": "integer"
@@ -548,7 +646,7 @@
548
646
  "serverInfos": {
549
647
  "type": "list",
550
648
  "member": {
551
- "shape": "S2u"
649
+ "shape": "S3a"
552
650
  }
553
651
  }
554
652
  }
@@ -562,14 +660,15 @@
562
660
  "input": {
563
661
  "type": "structure",
564
662
  "members": {
663
+ "applicationMode": {},
565
664
  "applicationPreferences": {
566
- "shape": "S1i"
665
+ "shape": "S1t"
567
666
  },
568
667
  "databasePreferences": {
569
- "shape": "S1t"
668
+ "shape": "S24"
570
669
  },
571
670
  "prioritizeBusinessGoals": {
572
- "shape": "S25"
671
+ "shape": "S2g"
573
672
  }
574
673
  }
575
674
  },
@@ -586,6 +685,9 @@
586
685
  "input": {
587
686
  "type": "structure",
588
687
  "members": {
688
+ "assessmentTargets": {
689
+ "shape": "S1c"
690
+ },
589
691
  "s3bucketForAnalysisData": {},
590
692
  "s3bucketForReportData": {}
591
693
  }
@@ -613,7 +715,7 @@
613
715
  "S3Bucket": {},
614
716
  "dataSourceType": {},
615
717
  "groupId": {
616
- "shape": "S3d"
718
+ "shape": "S3u"
617
719
  },
618
720
  "name": {},
619
721
  "s3bucketForReportData": {},
@@ -636,7 +738,7 @@
636
738
  "type": "structure",
637
739
  "members": {
638
740
  "groupIdFilter": {
639
- "shape": "S3d"
741
+ "shape": "S3u"
640
742
  },
641
743
  "outputFormat": {}
642
744
  }
@@ -678,7 +780,11 @@
678
780
  "applicationComponentId"
679
781
  ],
680
782
  "members": {
783
+ "appType": {},
681
784
  "applicationComponentId": {},
785
+ "configureOnly": {
786
+ "type": "boolean"
787
+ },
682
788
  "inclusionStatus": {},
683
789
  "secretsManagerKey": {
684
790
  "type": "string",
@@ -690,13 +796,14 @@
690
796
  "type": "structure",
691
797
  "members": {
692
798
  "location": {},
799
+ "projectName": {},
693
800
  "sourceVersion": {},
694
801
  "versionControl": {}
695
802
  }
696
803
  }
697
804
  },
698
805
  "strategyOption": {
699
- "shape": "S4j"
806
+ "shape": "S5e"
700
807
  }
701
808
  }
702
809
  },
@@ -718,7 +825,7 @@
718
825
  "members": {
719
826
  "serverId": {},
720
827
  "strategyOption": {
721
- "shape": "S4j"
828
+ "shape": "S5e"
722
829
  }
723
830
  }
724
831
  },
@@ -739,6 +846,12 @@
739
846
  "antipatternReportStatus": {},
740
847
  "antipatternReportStatusMessage": {},
741
848
  "appType": {},
849
+ "appUnitError": {
850
+ "type": "structure",
851
+ "members": {
852
+ "appUnitErrorCategory": {}
853
+ }
854
+ },
742
855
  "associatedServerId": {},
743
856
  "databaseConfigDetail": {
744
857
  "type": "structure",
@@ -752,7 +865,7 @@
752
865
  "type": "timestamp"
753
866
  },
754
867
  "listAntipatternSeveritySummary": {
755
- "shape": "Si"
868
+ "shape": "Sk"
756
869
  },
757
870
  "moreServerAssociationExists": {
758
871
  "type": "boolean"
@@ -761,15 +874,18 @@
761
874
  "osDriver": {},
762
875
  "osVersion": {},
763
876
  "recommendationSet": {
764
- "shape": "So"
877
+ "shape": "Sq"
765
878
  },
766
879
  "resourceSubType": {},
880
+ "runtimeStatus": {},
881
+ "runtimeStatusMessage": {},
767
882
  "sourceCodeRepositories": {
768
883
  "type": "list",
769
884
  "member": {
770
885
  "type": "structure",
771
886
  "members": {
772
887
  "branch": {},
888
+ "projectName": {},
773
889
  "repository": {},
774
890
  "versionControlType": {}
775
891
  }
@@ -785,7 +901,7 @@
785
901
  "s3key": {}
786
902
  }
787
903
  },
788
- "Si": {
904
+ "Sk": {
789
905
  "type": "list",
790
906
  "member": {
791
907
  "type": "structure",
@@ -797,7 +913,7 @@
797
913
  }
798
914
  }
799
915
  },
800
- "So": {
916
+ "Sq": {
801
917
  "type": "structure",
802
918
  "members": {
803
919
  "strategy": {},
@@ -812,7 +928,7 @@
812
928
  }
813
929
  }
814
930
  },
815
- "Sy": {
931
+ "S11": {
816
932
  "type": "list",
817
933
  "member": {
818
934
  "type": "structure",
@@ -822,7 +938,26 @@
822
938
  }
823
939
  }
824
940
  },
825
- "S1i": {
941
+ "S1c": {
942
+ "type": "list",
943
+ "member": {
944
+ "type": "structure",
945
+ "required": [
946
+ "condition",
947
+ "name",
948
+ "values"
949
+ ],
950
+ "members": {
951
+ "condition": {},
952
+ "name": {},
953
+ "values": {
954
+ "type": "list",
955
+ "member": {}
956
+ }
957
+ }
958
+ }
959
+ },
960
+ "S1t": {
826
961
  "type": "structure",
827
962
  "members": {
828
963
  "managementPreference": {
@@ -869,7 +1004,7 @@
869
1004
  }
870
1005
  }
871
1006
  },
872
- "S1t": {
1007
+ "S24": {
873
1008
  "type": "structure",
874
1009
  "members": {
875
1010
  "databaseManagementPreference": {},
@@ -914,7 +1049,7 @@
914
1049
  }
915
1050
  }
916
1051
  },
917
- "S25": {
1052
+ "S2g": {
918
1053
  "type": "structure",
919
1054
  "members": {
920
1055
  "businessGoals": {
@@ -936,7 +1071,7 @@
936
1071
  }
937
1072
  }
938
1073
  },
939
- "S2b": {
1074
+ "S2o": {
940
1075
  "type": "list",
941
1076
  "member": {
942
1077
  "type": "structure",
@@ -948,7 +1083,7 @@
948
1083
  }
949
1084
  }
950
1085
  },
951
- "S2u": {
1086
+ "S3a": {
952
1087
  "type": "structure",
953
1088
  "members": {
954
1089
  "antipatternReportS3Object": {
@@ -957,7 +1092,7 @@
957
1092
  "antipatternReportStatus": {},
958
1093
  "antipatternReportStatusMessage": {},
959
1094
  "applicationComponentStrategySummary": {
960
- "shape": "S2b"
1095
+ "shape": "S2o"
961
1096
  },
962
1097
  "dataCollectionStatus": {},
963
1098
  "id": {},
@@ -965,11 +1100,17 @@
965
1100
  "type": "timestamp"
966
1101
  },
967
1102
  "listAntipatternSeveritySummary": {
968
- "shape": "Si"
1103
+ "shape": "Sk"
969
1104
  },
970
1105
  "name": {},
971
1106
  "recommendationSet": {
972
- "shape": "So"
1107
+ "shape": "Sq"
1108
+ },
1109
+ "serverError": {
1110
+ "type": "structure",
1111
+ "members": {
1112
+ "serverErrorCategory": {}
1113
+ }
973
1114
  },
974
1115
  "serverType": {},
975
1116
  "statusMessage": {},
@@ -1007,7 +1148,7 @@
1007
1148
  }
1008
1149
  }
1009
1150
  },
1010
- "S3d": {
1151
+ "S3u": {
1011
1152
  "type": "list",
1012
1153
  "member": {
1013
1154
  "type": "structure",
@@ -1017,7 +1158,7 @@
1017
1158
  }
1018
1159
  }
1019
1160
  },
1020
- "S4j": {
1161
+ "S5e": {
1021
1162
  "type": "structure",
1022
1163
  "members": {
1023
1164
  "isPreferred": {