aws-sdk 2.1416.0 → 2.1418.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 +15 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +20 -4
- package/apis/grafana-2020-08-18.min.json +41 -4
- package/apis/grafana-2020-08-18.paginators.json +6 -0
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/ram-2018-01-04.min.json +49 -36
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/apis/wafv2-2019-07-29.min.json +134 -123
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudformation.d.ts +21 -0
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/ec2.d.ts +200 -200
- package/clients/grafana.d.ts +47 -5
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/medicalimaging.d.ts +1102 -0
- package/clients/medicalimaging.js +19 -0
- package/clients/ram.d.ts +14 -1
- package/clients/snowball.d.ts +101 -9
- package/clients/ssmsap.d.ts +131 -7
- package/clients/translate.d.ts +1 -1
- package/clients/wafv2.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +60 -81
- package/dist/aws-sdk-react-native.js +175 -173
- package/dist/aws-sdk.js +27 -7
- package/dist/aws-sdk.min.js +97 -97
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -74,10 +74,10 @@
|
|
74
74
|
"members": {
|
75
75
|
"JobType": {},
|
76
76
|
"Resources": {
|
77
|
-
"shape": "
|
77
|
+
"shape": "Sg"
|
78
78
|
},
|
79
79
|
"OnDeviceServiceConfiguration": {
|
80
|
-
"shape": "
|
80
|
+
"shape": "Sw"
|
81
81
|
},
|
82
82
|
"Description": {},
|
83
83
|
"AddressId": {},
|
@@ -86,11 +86,11 @@
|
|
86
86
|
"SnowballType": {},
|
87
87
|
"ShippingOption": {},
|
88
88
|
"Notification": {
|
89
|
-
"shape": "
|
89
|
+
"shape": "S1a"
|
90
90
|
},
|
91
91
|
"ForwardingAddressId": {},
|
92
92
|
"TaxDocuments": {
|
93
|
-
"shape": "
|
93
|
+
"shape": "S1e"
|
94
94
|
},
|
95
95
|
"RemoteManagement": {},
|
96
96
|
"InitialClusterSize": {
|
@@ -111,7 +111,7 @@
|
|
111
111
|
"members": {
|
112
112
|
"ClusterId": {},
|
113
113
|
"JobListEntries": {
|
114
|
-
"shape": "
|
114
|
+
"shape": "S1n"
|
115
115
|
}
|
116
116
|
}
|
117
117
|
}
|
@@ -122,10 +122,10 @@
|
|
122
122
|
"members": {
|
123
123
|
"JobType": {},
|
124
124
|
"Resources": {
|
125
|
-
"shape": "
|
125
|
+
"shape": "Sg"
|
126
126
|
},
|
127
127
|
"OnDeviceServiceConfiguration": {
|
128
|
-
"shape": "
|
128
|
+
"shape": "Sw"
|
129
129
|
},
|
130
130
|
"Description": {},
|
131
131
|
"AddressId": {},
|
@@ -134,19 +134,23 @@
|
|
134
134
|
"SnowballCapacityPreference": {},
|
135
135
|
"ShippingOption": {},
|
136
136
|
"Notification": {
|
137
|
-
"shape": "
|
137
|
+
"shape": "S1a"
|
138
138
|
},
|
139
139
|
"ClusterId": {},
|
140
140
|
"SnowballType": {},
|
141
141
|
"ForwardingAddressId": {},
|
142
142
|
"TaxDocuments": {
|
143
|
-
"shape": "
|
143
|
+
"shape": "S1e"
|
144
144
|
},
|
145
145
|
"DeviceConfiguration": {
|
146
|
-
"shape": "
|
146
|
+
"shape": "S1r"
|
147
147
|
},
|
148
148
|
"RemoteManagement": {},
|
149
|
-
"LongTermPricingId": {}
|
149
|
+
"LongTermPricingId": {},
|
150
|
+
"ImpactLevel": {},
|
151
|
+
"PickupDetails": {
|
152
|
+
"shape": "S1v"
|
153
|
+
}
|
150
154
|
}
|
151
155
|
},
|
152
156
|
"output": {
|
@@ -160,7 +164,8 @@
|
|
160
164
|
"input": {
|
161
165
|
"type": "structure",
|
162
166
|
"required": [
|
163
|
-
"LongTermPricingType"
|
167
|
+
"LongTermPricingType",
|
168
|
+
"SnowballType"
|
164
169
|
],
|
165
170
|
"members": {
|
166
171
|
"LongTermPricingType": {},
|
@@ -228,10 +233,7 @@
|
|
228
233
|
"type": "structure",
|
229
234
|
"members": {
|
230
235
|
"Addresses": {
|
231
|
-
"
|
232
|
-
"member": {
|
233
|
-
"shape": "S8"
|
234
|
-
}
|
236
|
+
"shape": "S2c"
|
235
237
|
},
|
236
238
|
"NextToken": {}
|
237
239
|
}
|
@@ -264,19 +266,19 @@
|
|
264
266
|
"type": "timestamp"
|
265
267
|
},
|
266
268
|
"Resources": {
|
267
|
-
"shape": "
|
269
|
+
"shape": "Sg"
|
268
270
|
},
|
269
271
|
"AddressId": {},
|
270
272
|
"ShippingOption": {},
|
271
273
|
"Notification": {
|
272
|
-
"shape": "
|
274
|
+
"shape": "S1a"
|
273
275
|
},
|
274
276
|
"ForwardingAddressId": {},
|
275
277
|
"TaxDocuments": {
|
276
|
-
"shape": "
|
278
|
+
"shape": "S1e"
|
277
279
|
},
|
278
280
|
"OnDeviceServiceConfiguration": {
|
279
|
-
"shape": "
|
281
|
+
"shape": "Sw"
|
280
282
|
}
|
281
283
|
}
|
282
284
|
}
|
@@ -297,12 +299,12 @@
|
|
297
299
|
"type": "structure",
|
298
300
|
"members": {
|
299
301
|
"JobMetadata": {
|
300
|
-
"shape": "
|
302
|
+
"shape": "S2j"
|
301
303
|
},
|
302
304
|
"SubJobMetadata": {
|
303
305
|
"type": "list",
|
304
306
|
"member": {
|
305
|
-
"shape": "
|
307
|
+
"shape": "S2j"
|
306
308
|
}
|
307
309
|
}
|
308
310
|
}
|
@@ -415,7 +417,7 @@
|
|
415
417
|
"type": "structure",
|
416
418
|
"members": {
|
417
419
|
"JobListEntries": {
|
418
|
-
"shape": "
|
420
|
+
"shape": "S1n"
|
419
421
|
},
|
420
422
|
"NextToken": {}
|
421
423
|
}
|
@@ -493,7 +495,7 @@
|
|
493
495
|
"type": "structure",
|
494
496
|
"members": {
|
495
497
|
"JobListEntries": {
|
496
|
-
"shape": "
|
498
|
+
"shape": "S1n"
|
497
499
|
},
|
498
500
|
"NextToken": {}
|
499
501
|
}
|
@@ -543,6 +545,26 @@
|
|
543
545
|
}
|
544
546
|
}
|
545
547
|
},
|
548
|
+
"ListPickupLocations": {
|
549
|
+
"input": {
|
550
|
+
"type": "structure",
|
551
|
+
"members": {
|
552
|
+
"MaxResults": {
|
553
|
+
"type": "integer"
|
554
|
+
},
|
555
|
+
"NextToken": {}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"output": {
|
559
|
+
"type": "structure",
|
560
|
+
"members": {
|
561
|
+
"Addresses": {
|
562
|
+
"shape": "S2c"
|
563
|
+
},
|
564
|
+
"NextToken": {}
|
565
|
+
}
|
566
|
+
}
|
567
|
+
},
|
546
568
|
"ListServiceVersions": {
|
547
569
|
"input": {
|
548
570
|
"type": "structure",
|
@@ -552,7 +574,7 @@
|
|
552
574
|
"members": {
|
553
575
|
"ServiceName": {},
|
554
576
|
"DependentServices": {
|
555
|
-
"shape": "
|
577
|
+
"shape": "S3m"
|
556
578
|
},
|
557
579
|
"MaxResults": {
|
558
580
|
"type": "integer"
|
@@ -570,12 +592,12 @@
|
|
570
592
|
"ServiceVersions": {
|
571
593
|
"type": "list",
|
572
594
|
"member": {
|
573
|
-
"shape": "
|
595
|
+
"shape": "S3o"
|
574
596
|
}
|
575
597
|
},
|
576
598
|
"ServiceName": {},
|
577
599
|
"DependentServices": {
|
578
|
-
"shape": "
|
600
|
+
"shape": "S3m"
|
579
601
|
},
|
580
602
|
"NextToken": {}
|
581
603
|
}
|
@@ -592,15 +614,15 @@
|
|
592
614
|
"RoleARN": {},
|
593
615
|
"Description": {},
|
594
616
|
"Resources": {
|
595
|
-
"shape": "
|
617
|
+
"shape": "Sg"
|
596
618
|
},
|
597
619
|
"OnDeviceServiceConfiguration": {
|
598
|
-
"shape": "
|
620
|
+
"shape": "Sw"
|
599
621
|
},
|
600
622
|
"AddressId": {},
|
601
623
|
"ShippingOption": {},
|
602
624
|
"Notification": {
|
603
|
-
"shape": "
|
625
|
+
"shape": "S1a"
|
604
626
|
},
|
605
627
|
"ForwardingAddressId": {}
|
606
628
|
}
|
@@ -620,19 +642,22 @@
|
|
620
642
|
"JobId": {},
|
621
643
|
"RoleARN": {},
|
622
644
|
"Notification": {
|
623
|
-
"shape": "
|
645
|
+
"shape": "S1a"
|
624
646
|
},
|
625
647
|
"Resources": {
|
626
|
-
"shape": "
|
648
|
+
"shape": "Sg"
|
627
649
|
},
|
628
650
|
"OnDeviceServiceConfiguration": {
|
629
|
-
"shape": "
|
651
|
+
"shape": "Sw"
|
630
652
|
},
|
631
653
|
"AddressId": {},
|
632
654
|
"ShippingOption": {},
|
633
655
|
"Description": {},
|
634
656
|
"SnowballCapacityPreference": {},
|
635
|
-
"ForwardingAddressId": {}
|
657
|
+
"ForwardingAddressId": {},
|
658
|
+
"PickupDetails": {
|
659
|
+
"shape": "S1v"
|
660
|
+
}
|
636
661
|
}
|
637
662
|
},
|
638
663
|
"output": {
|
@@ -696,10 +721,11 @@
|
|
696
721
|
"PhoneNumber": {},
|
697
722
|
"IsRestricted": {
|
698
723
|
"type": "boolean"
|
699
|
-
}
|
724
|
+
},
|
725
|
+
"Type": {}
|
700
726
|
}
|
701
727
|
},
|
702
|
-
"
|
728
|
+
"Sg": {
|
703
729
|
"type": "structure",
|
704
730
|
"members": {
|
705
731
|
"S3Resources": {
|
@@ -761,7 +787,7 @@
|
|
761
787
|
}
|
762
788
|
}
|
763
789
|
},
|
764
|
-
"
|
790
|
+
"Sw": {
|
765
791
|
"type": "structure",
|
766
792
|
"members": {
|
767
793
|
"NFSOnDeviceService": {
|
@@ -806,7 +832,7 @@
|
|
806
832
|
}
|
807
833
|
}
|
808
834
|
},
|
809
|
-
"
|
835
|
+
"S1a": {
|
810
836
|
"type": "structure",
|
811
837
|
"members": {
|
812
838
|
"SnsTopicARN": {},
|
@@ -816,10 +842,11 @@
|
|
816
842
|
},
|
817
843
|
"NotifyAll": {
|
818
844
|
"type": "boolean"
|
819
|
-
}
|
845
|
+
},
|
846
|
+
"DevicePickupSnsTopicARN": {}
|
820
847
|
}
|
821
848
|
},
|
822
|
-
"
|
849
|
+
"S1e": {
|
823
850
|
"type": "structure",
|
824
851
|
"members": {
|
825
852
|
"IND": {
|
@@ -830,7 +857,7 @@
|
|
830
857
|
}
|
831
858
|
}
|
832
859
|
},
|
833
|
-
"
|
860
|
+
"S1n": {
|
834
861
|
"type": "list",
|
835
862
|
"member": {
|
836
863
|
"type": "structure",
|
@@ -849,7 +876,7 @@
|
|
849
876
|
}
|
850
877
|
}
|
851
878
|
},
|
852
|
-
"
|
879
|
+
"S1r": {
|
853
880
|
"type": "structure",
|
854
881
|
"members": {
|
855
882
|
"SnowconeDeviceConfiguration": {
|
@@ -867,7 +894,33 @@
|
|
867
894
|
}
|
868
895
|
}
|
869
896
|
},
|
870
|
-
"
|
897
|
+
"S1v": {
|
898
|
+
"type": "structure",
|
899
|
+
"members": {
|
900
|
+
"Name": {},
|
901
|
+
"PhoneNumber": {
|
902
|
+
"type": "string",
|
903
|
+
"sensitive": true
|
904
|
+
},
|
905
|
+
"Email": {
|
906
|
+
"type": "string",
|
907
|
+
"sensitive": true
|
908
|
+
},
|
909
|
+
"IdentificationNumber": {},
|
910
|
+
"IdentificationExpirationDate": {
|
911
|
+
"type": "timestamp"
|
912
|
+
},
|
913
|
+
"IdentificationIssuingOrg": {},
|
914
|
+
"DevicePickupId": {}
|
915
|
+
}
|
916
|
+
},
|
917
|
+
"S2c": {
|
918
|
+
"type": "list",
|
919
|
+
"member": {
|
920
|
+
"shape": "S8"
|
921
|
+
}
|
922
|
+
},
|
923
|
+
"S2j": {
|
871
924
|
"type": "structure",
|
872
925
|
"members": {
|
873
926
|
"JobId": {},
|
@@ -878,7 +931,7 @@
|
|
878
931
|
"type": "timestamp"
|
879
932
|
},
|
880
933
|
"Resources": {
|
881
|
-
"shape": "
|
934
|
+
"shape": "Sg"
|
882
935
|
},
|
883
936
|
"Description": {},
|
884
937
|
"KmsKeyARN": {},
|
@@ -889,16 +942,16 @@
|
|
889
942
|
"members": {
|
890
943
|
"ShippingOption": {},
|
891
944
|
"InboundShipment": {
|
892
|
-
"shape": "
|
945
|
+
"shape": "S2l"
|
893
946
|
},
|
894
947
|
"OutboundShipment": {
|
895
|
-
"shape": "
|
948
|
+
"shape": "S2l"
|
896
949
|
}
|
897
950
|
}
|
898
951
|
},
|
899
952
|
"SnowballCapacityPreference": {},
|
900
953
|
"Notification": {
|
901
|
-
"shape": "
|
954
|
+
"shape": "S1a"
|
902
955
|
},
|
903
956
|
"DataTransferProgress": {
|
904
957
|
"type": "structure",
|
@@ -928,38 +981,43 @@
|
|
928
981
|
"ClusterId": {},
|
929
982
|
"ForwardingAddressId": {},
|
930
983
|
"TaxDocuments": {
|
931
|
-
"shape": "
|
984
|
+
"shape": "S1e"
|
932
985
|
},
|
933
986
|
"DeviceConfiguration": {
|
934
|
-
"shape": "
|
987
|
+
"shape": "S1r"
|
935
988
|
},
|
936
989
|
"RemoteManagement": {},
|
937
990
|
"LongTermPricingId": {},
|
938
991
|
"OnDeviceServiceConfiguration": {
|
939
|
-
"shape": "
|
940
|
-
}
|
992
|
+
"shape": "Sw"
|
993
|
+
},
|
994
|
+
"ImpactLevel": {},
|
995
|
+
"PickupDetails": {
|
996
|
+
"shape": "S1v"
|
997
|
+
},
|
998
|
+
"SnowballId": {}
|
941
999
|
}
|
942
1000
|
},
|
943
|
-
"
|
1001
|
+
"S2l": {
|
944
1002
|
"type": "structure",
|
945
1003
|
"members": {
|
946
1004
|
"Status": {},
|
947
1005
|
"TrackingNumber": {}
|
948
1006
|
}
|
949
1007
|
},
|
950
|
-
"
|
1008
|
+
"S3m": {
|
951
1009
|
"type": "list",
|
952
1010
|
"member": {
|
953
1011
|
"type": "structure",
|
954
1012
|
"members": {
|
955
1013
|
"ServiceName": {},
|
956
1014
|
"ServiceVersion": {
|
957
|
-
"shape": "
|
1015
|
+
"shape": "S3o"
|
958
1016
|
}
|
959
1017
|
}
|
960
1018
|
}
|
961
1019
|
},
|
962
|
-
"
|
1020
|
+
"S3o": {
|
963
1021
|
"type": "structure",
|
964
1022
|
"members": {
|
965
1023
|
"Version": {}
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"shape": "Sd"
|
76
76
|
},
|
77
77
|
"Tags": {
|
78
|
-
"shape": "
|
78
|
+
"shape": "Sk"
|
79
79
|
}
|
80
80
|
}
|
81
81
|
}
|
@@ -103,30 +103,65 @@
|
|
103
103
|
"type": "structure",
|
104
104
|
"members": {
|
105
105
|
"ComponentId": {},
|
106
|
+
"ParentComponent": {},
|
107
|
+
"ChildComponents": {
|
108
|
+
"shape": "Sh"
|
109
|
+
},
|
106
110
|
"ApplicationId": {},
|
107
111
|
"ComponentType": {},
|
108
112
|
"Status": {},
|
113
|
+
"SapHostname": {},
|
114
|
+
"SapKernelVersion": {},
|
115
|
+
"HdbVersion": {},
|
116
|
+
"Resilience": {
|
117
|
+
"type": "structure",
|
118
|
+
"members": {
|
119
|
+
"HsrTier": {},
|
120
|
+
"HsrReplicationMode": {},
|
121
|
+
"HsrOperationMode": {},
|
122
|
+
"ClusterStatus": {}
|
123
|
+
}
|
124
|
+
},
|
125
|
+
"AssociatedHost": {
|
126
|
+
"type": "structure",
|
127
|
+
"members": {
|
128
|
+
"Hostname": {},
|
129
|
+
"Ec2InstanceId": {},
|
130
|
+
"OsVersion": {}
|
131
|
+
}
|
132
|
+
},
|
109
133
|
"Databases": {
|
110
134
|
"type": "list",
|
111
135
|
"member": {}
|
112
136
|
},
|
113
137
|
"Hosts": {
|
138
|
+
"deprecated": true,
|
139
|
+
"deprecatedMessage": "This shape is no longer used. Please use AssociatedHost.",
|
114
140
|
"type": "list",
|
115
141
|
"member": {
|
116
142
|
"type": "structure",
|
117
143
|
"members": {
|
118
144
|
"HostName": {},
|
119
|
-
"HostRole": {},
|
120
145
|
"HostIp": {},
|
121
|
-
"
|
146
|
+
"EC2InstanceId": {},
|
147
|
+
"InstanceId": {},
|
148
|
+
"HostRole": {},
|
149
|
+
"OsVersion": {}
|
122
150
|
}
|
123
151
|
}
|
124
152
|
},
|
125
|
-
"PrimaryHost": {
|
153
|
+
"PrimaryHost": {
|
154
|
+
"deprecated": true,
|
155
|
+
"deprecatedMessage": "This shape is no longer used. Please use AssociatedHost."
|
156
|
+
},
|
126
157
|
"LastUpdated": {
|
127
158
|
"type": "timestamp"
|
128
|
-
}
|
159
|
+
},
|
160
|
+
"Arn": {}
|
129
161
|
}
|
162
|
+
},
|
163
|
+
"Tags": {
|
164
|
+
"shape": "Sk"
|
130
165
|
}
|
131
166
|
}
|
132
167
|
}
|
@@ -154,7 +189,7 @@
|
|
154
189
|
"ApplicationId": {},
|
155
190
|
"ComponentId": {},
|
156
191
|
"Credentials": {
|
157
|
-
"shape": "
|
192
|
+
"shape": "S15"
|
158
193
|
},
|
159
194
|
"DatabaseId": {},
|
160
195
|
"DatabaseName": {},
|
@@ -171,7 +206,7 @@
|
|
171
206
|
}
|
172
207
|
},
|
173
208
|
"Tags": {
|
174
|
-
"shape": "
|
209
|
+
"shape": "Sk"
|
175
210
|
}
|
176
211
|
}
|
177
212
|
}
|
@@ -194,7 +229,7 @@
|
|
194
229
|
"type": "structure",
|
195
230
|
"members": {
|
196
231
|
"Operation": {
|
197
|
-
"shape": "
|
232
|
+
"shape": "S1g"
|
198
233
|
}
|
199
234
|
}
|
200
235
|
}
|
@@ -247,7 +282,7 @@
|
|
247
282
|
"Type": {},
|
248
283
|
"Arn": {},
|
249
284
|
"Tags": {
|
250
|
-
"shape": "
|
285
|
+
"shape": "Sk"
|
251
286
|
}
|
252
287
|
}
|
253
288
|
}
|
@@ -283,8 +318,9 @@
|
|
283
318
|
"ComponentId": {},
|
284
319
|
"ComponentType": {},
|
285
320
|
"Tags": {
|
286
|
-
"shape": "
|
287
|
-
}
|
321
|
+
"shape": "Sk"
|
322
|
+
},
|
323
|
+
"Arn": {}
|
288
324
|
}
|
289
325
|
}
|
290
326
|
},
|
@@ -322,7 +358,7 @@
|
|
322
358
|
"DatabaseType": {},
|
323
359
|
"Arn": {},
|
324
360
|
"Tags": {
|
325
|
-
"shape": "
|
361
|
+
"shape": "Sk"
|
326
362
|
}
|
327
363
|
}
|
328
364
|
}
|
@@ -371,7 +407,7 @@
|
|
371
407
|
"Operations": {
|
372
408
|
"type": "list",
|
373
409
|
"member": {
|
374
|
-
"shape": "
|
410
|
+
"shape": "S1g"
|
375
411
|
}
|
376
412
|
},
|
377
413
|
"NextToken": {}
|
@@ -400,7 +436,7 @@
|
|
400
436
|
"type": "structure",
|
401
437
|
"members": {
|
402
438
|
"tags": {
|
403
|
-
"shape": "
|
439
|
+
"shape": "Sk"
|
404
440
|
}
|
405
441
|
}
|
406
442
|
}
|
@@ -453,10 +489,10 @@
|
|
453
489
|
"SapInstanceNumber": {},
|
454
490
|
"Sid": {},
|
455
491
|
"Tags": {
|
456
|
-
"shape": "
|
492
|
+
"shape": "Sk"
|
457
493
|
},
|
458
494
|
"Credentials": {
|
459
|
-
"shape": "
|
495
|
+
"shape": "S15"
|
460
496
|
}
|
461
497
|
}
|
462
498
|
},
|
@@ -470,6 +506,27 @@
|
|
470
506
|
}
|
471
507
|
}
|
472
508
|
},
|
509
|
+
"StartApplicationRefresh": {
|
510
|
+
"http": {
|
511
|
+
"requestUri": "/start-application-refresh",
|
512
|
+
"responseCode": 200
|
513
|
+
},
|
514
|
+
"input": {
|
515
|
+
"type": "structure",
|
516
|
+
"required": [
|
517
|
+
"ApplicationId"
|
518
|
+
],
|
519
|
+
"members": {
|
520
|
+
"ApplicationId": {}
|
521
|
+
}
|
522
|
+
},
|
523
|
+
"output": {
|
524
|
+
"type": "structure",
|
525
|
+
"members": {
|
526
|
+
"OperationId": {}
|
527
|
+
}
|
528
|
+
}
|
529
|
+
},
|
473
530
|
"TagResource": {
|
474
531
|
"http": {
|
475
532
|
"requestUri": "/tags/{resourceArn}",
|
@@ -487,7 +544,7 @@
|
|
487
544
|
"locationName": "resourceArn"
|
488
545
|
},
|
489
546
|
"tags": {
|
490
|
-
"shape": "
|
547
|
+
"shape": "Sk"
|
491
548
|
}
|
492
549
|
}
|
493
550
|
},
|
@@ -540,10 +597,23 @@
|
|
540
597
|
"members": {
|
541
598
|
"ApplicationId": {},
|
542
599
|
"CredentialsToAddOrUpdate": {
|
543
|
-
"shape": "
|
600
|
+
"shape": "S15"
|
544
601
|
},
|
545
602
|
"CredentialsToRemove": {
|
546
|
-
"shape": "
|
603
|
+
"shape": "S15"
|
604
|
+
},
|
605
|
+
"Backint": {
|
606
|
+
"type": "structure",
|
607
|
+
"required": [
|
608
|
+
"BackintMode",
|
609
|
+
"EnsureNoBackupInProcess"
|
610
|
+
],
|
611
|
+
"members": {
|
612
|
+
"BackintMode": {},
|
613
|
+
"EnsureNoBackupInProcess": {
|
614
|
+
"type": "boolean"
|
615
|
+
}
|
616
|
+
}
|
547
617
|
}
|
548
618
|
}
|
549
619
|
},
|
@@ -568,9 +638,9 @@
|
|
568
638
|
"Arn": {},
|
569
639
|
"AppRegistryArn": {},
|
570
640
|
"Status": {},
|
641
|
+
"DiscoveryStatus": {},
|
571
642
|
"Components": {
|
572
|
-
"
|
573
|
-
"member": {}
|
643
|
+
"shape": "Sh"
|
574
644
|
},
|
575
645
|
"LastUpdated": {
|
576
646
|
"type": "timestamp"
|
@@ -578,12 +648,16 @@
|
|
578
648
|
"StatusMessage": {}
|
579
649
|
}
|
580
650
|
},
|
581
|
-
"
|
651
|
+
"Sh": {
|
652
|
+
"type": "list",
|
653
|
+
"member": {}
|
654
|
+
},
|
655
|
+
"Sk": {
|
582
656
|
"type": "map",
|
583
657
|
"key": {},
|
584
658
|
"value": {}
|
585
659
|
},
|
586
|
-
"
|
660
|
+
"S15": {
|
587
661
|
"type": "list",
|
588
662
|
"member": {
|
589
663
|
"type": "structure",
|
@@ -602,7 +676,7 @@
|
|
602
676
|
}
|
603
677
|
}
|
604
678
|
},
|
605
|
-
"
|
679
|
+
"S1g": {
|
606
680
|
"type": "structure",
|
607
681
|
"members": {
|
608
682
|
"Id": {},
|