cdk-lambda-subminute 2.0.325 → 2.0.326
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/.jsii +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +0 -709
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +269 -201
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
- package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +94 -38
- package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
- package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
- package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
- package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +844 -587
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1519.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -67954,6 +67954,9 @@ module.exports={
|
|
67954
67954
|
"members": {
|
67955
67955
|
"SessionArn": {}
|
67956
67956
|
}
|
67957
|
+
},
|
67958
|
+
"Tags": {
|
67959
|
+
"shape": "Sbd"
|
67957
67960
|
}
|
67958
67961
|
}
|
67959
67962
|
}
|
@@ -68015,7 +68018,7 @@ module.exports={
|
|
68015
68018
|
"EvaluatorArn": {},
|
68016
68019
|
"ContactAgentId": {},
|
68017
68020
|
"Score": {
|
68018
|
-
"shape": "
|
68021
|
+
"shape": "Sbk"
|
68019
68022
|
}
|
68020
68023
|
}
|
68021
68024
|
},
|
@@ -68026,23 +68029,23 @@ module.exports={
|
|
68026
68029
|
"type": "structure",
|
68027
68030
|
"members": {
|
68028
68031
|
"Value": {
|
68029
|
-
"shape": "
|
68032
|
+
"shape": "Sbo"
|
68030
68033
|
},
|
68031
68034
|
"SystemSuggestedValue": {
|
68032
|
-
"shape": "
|
68035
|
+
"shape": "Sbo"
|
68033
68036
|
}
|
68034
68037
|
}
|
68035
68038
|
}
|
68036
68039
|
},
|
68037
68040
|
"Notes": {
|
68038
|
-
"shape": "
|
68041
|
+
"shape": "Sbr"
|
68039
68042
|
},
|
68040
68043
|
"Status": {},
|
68041
68044
|
"Scores": {
|
68042
68045
|
"type": "map",
|
68043
68046
|
"key": {},
|
68044
68047
|
"value": {
|
68045
|
-
"shape": "
|
68048
|
+
"shape": "Sbk"
|
68046
68049
|
}
|
68047
68050
|
},
|
68048
68051
|
"CreatedTime": {
|
@@ -68278,7 +68281,7 @@ module.exports={
|
|
68278
68281
|
"type": "structure",
|
68279
68282
|
"members": {
|
68280
68283
|
"HoursOfOperation": {
|
68281
|
-
"shape": "
|
68284
|
+
"shape": "Scd"
|
68282
68285
|
}
|
68283
68286
|
}
|
68284
68287
|
}
|
@@ -68364,7 +68367,7 @@ module.exports={
|
|
68364
68367
|
"type": "structure",
|
68365
68368
|
"members": {
|
68366
68369
|
"Attribute": {
|
68367
|
-
"shape": "
|
68370
|
+
"shape": "Scn"
|
68368
68371
|
}
|
68369
68372
|
}
|
68370
68373
|
}
|
@@ -68478,7 +68481,7 @@ module.exports={
|
|
68478
68481
|
"type": "structure",
|
68479
68482
|
"members": {
|
68480
68483
|
"Prompt": {
|
68481
|
-
"shape": "
|
68484
|
+
"shape": "Sd1"
|
68482
68485
|
}
|
68483
68486
|
}
|
68484
68487
|
}
|
@@ -68509,7 +68512,7 @@ module.exports={
|
|
68509
68512
|
"type": "structure",
|
68510
68513
|
"members": {
|
68511
68514
|
"Queue": {
|
68512
|
-
"shape": "
|
68515
|
+
"shape": "Sd4"
|
68513
68516
|
}
|
68514
68517
|
}
|
68515
68518
|
}
|
@@ -68540,7 +68543,7 @@ module.exports={
|
|
68540
68543
|
"type": "structure",
|
68541
68544
|
"members": {
|
68542
68545
|
"QuickConnect": {
|
68543
|
-
"shape": "
|
68546
|
+
"shape": "Sd8"
|
68544
68547
|
}
|
68545
68548
|
}
|
68546
68549
|
}
|
@@ -68571,7 +68574,7 @@ module.exports={
|
|
68571
68574
|
"type": "structure",
|
68572
68575
|
"members": {
|
68573
68576
|
"RoutingProfile": {
|
68574
|
-
"shape": "
|
68577
|
+
"shape": "Sdb"
|
68575
68578
|
}
|
68576
68579
|
}
|
68577
68580
|
}
|
@@ -68827,19 +68830,19 @@ module.exports={
|
|
68827
68830
|
"type": "structure",
|
68828
68831
|
"members": {
|
68829
68832
|
"LevelOne": {
|
68830
|
-
"shape": "
|
68833
|
+
"shape": "Sdx"
|
68831
68834
|
},
|
68832
68835
|
"LevelTwo": {
|
68833
|
-
"shape": "
|
68836
|
+
"shape": "Sdx"
|
68834
68837
|
},
|
68835
68838
|
"LevelThree": {
|
68836
|
-
"shape": "
|
68839
|
+
"shape": "Sdx"
|
68837
68840
|
},
|
68838
68841
|
"LevelFour": {
|
68839
|
-
"shape": "
|
68842
|
+
"shape": "Sdx"
|
68840
68843
|
},
|
68841
68844
|
"LevelFive": {
|
68842
|
-
"shape": "
|
68845
|
+
"shape": "Sdx"
|
68843
68846
|
}
|
68844
68847
|
}
|
68845
68848
|
},
|
@@ -68879,19 +68882,19 @@ module.exports={
|
|
68879
68882
|
"type": "structure",
|
68880
68883
|
"members": {
|
68881
68884
|
"LevelOne": {
|
68882
|
-
"shape": "
|
68885
|
+
"shape": "Se1"
|
68883
68886
|
},
|
68884
68887
|
"LevelTwo": {
|
68885
|
-
"shape": "
|
68888
|
+
"shape": "Se1"
|
68886
68889
|
},
|
68887
68890
|
"LevelThree": {
|
68888
|
-
"shape": "
|
68891
|
+
"shape": "Se1"
|
68889
68892
|
},
|
68890
68893
|
"LevelFour": {
|
68891
|
-
"shape": "
|
68894
|
+
"shape": "Se1"
|
68892
68895
|
},
|
68893
68896
|
"LevelFive": {
|
68894
|
-
"shape": "
|
68897
|
+
"shape": "Se1"
|
68895
68898
|
}
|
68896
68899
|
}
|
68897
68900
|
}
|
@@ -69373,15 +69376,15 @@ module.exports={
|
|
69373
69376
|
"locationName": "InstanceId"
|
69374
69377
|
},
|
69375
69378
|
"Filters": {
|
69376
|
-
"shape": "
|
69379
|
+
"shape": "Seu"
|
69377
69380
|
},
|
69378
69381
|
"Groupings": {
|
69379
|
-
"shape": "
|
69382
|
+
"shape": "Sey"
|
69380
69383
|
},
|
69381
69384
|
"CurrentMetrics": {
|
69382
69385
|
"type": "list",
|
69383
69386
|
"member": {
|
69384
|
-
"shape": "
|
69387
|
+
"shape": "Sf1"
|
69385
69388
|
}
|
69386
69389
|
},
|
69387
69390
|
"NextToken": {},
|
@@ -69410,7 +69413,7 @@ module.exports={
|
|
69410
69413
|
"type": "structure",
|
69411
69414
|
"members": {
|
69412
69415
|
"Dimensions": {
|
69413
|
-
"shape": "
|
69416
|
+
"shape": "Sfc"
|
69414
69417
|
},
|
69415
69418
|
"Collections": {
|
69416
69419
|
"type": "list",
|
@@ -69418,7 +69421,7 @@ module.exports={
|
|
69418
69421
|
"type": "structure",
|
69419
69422
|
"members": {
|
69420
69423
|
"Metric": {
|
69421
|
-
"shape": "
|
69424
|
+
"shape": "Sf1"
|
69422
69425
|
},
|
69423
69426
|
"Value": {
|
69424
69427
|
"type": "double"
|
@@ -69457,7 +69460,7 @@ module.exports={
|
|
69457
69460
|
"type": "structure",
|
69458
69461
|
"members": {
|
69459
69462
|
"Queues": {
|
69460
|
-
"shape": "
|
69463
|
+
"shape": "Sev"
|
69461
69464
|
},
|
69462
69465
|
"ContactFilter": {
|
69463
69466
|
"type": "structure",
|
@@ -69469,7 +69472,7 @@ module.exports={
|
|
69469
69472
|
}
|
69470
69473
|
},
|
69471
69474
|
"RoutingProfiles": {
|
69472
|
-
"shape": "
|
69475
|
+
"shape": "Sex"
|
69473
69476
|
},
|
69474
69477
|
"Agents": {
|
69475
69478
|
"type": "list",
|
@@ -69504,25 +69507,25 @@ module.exports={
|
|
69504
69507
|
}
|
69505
69508
|
},
|
69506
69509
|
"RoutingProfile": {
|
69507
|
-
"shape": "
|
69510
|
+
"shape": "Sfe"
|
69508
69511
|
},
|
69509
69512
|
"HierarchyPath": {
|
69510
69513
|
"type": "structure",
|
69511
69514
|
"members": {
|
69512
69515
|
"LevelOne": {
|
69513
|
-
"shape": "
|
69516
|
+
"shape": "Sfv"
|
69514
69517
|
},
|
69515
69518
|
"LevelTwo": {
|
69516
|
-
"shape": "
|
69519
|
+
"shape": "Sfv"
|
69517
69520
|
},
|
69518
69521
|
"LevelThree": {
|
69519
|
-
"shape": "
|
69522
|
+
"shape": "Sfv"
|
69520
69523
|
},
|
69521
69524
|
"LevelFour": {
|
69522
|
-
"shape": "
|
69525
|
+
"shape": "Sfv"
|
69523
69526
|
},
|
69524
69527
|
"LevelFive": {
|
69525
|
-
"shape": "
|
69528
|
+
"shape": "Sfv"
|
69526
69529
|
}
|
69527
69530
|
}
|
69528
69531
|
},
|
@@ -69537,13 +69540,13 @@ module.exports={
|
|
69537
69540
|
}
|
69538
69541
|
},
|
69539
69542
|
"AvailableSlotsByChannel": {
|
69540
|
-
"shape": "
|
69543
|
+
"shape": "Sfx"
|
69541
69544
|
},
|
69542
69545
|
"MaxSlotsByChannel": {
|
69543
|
-
"shape": "
|
69546
|
+
"shape": "Sfx"
|
69544
69547
|
},
|
69545
69548
|
"ActiveSlotsByChannel": {
|
69546
|
-
"shape": "
|
69549
|
+
"shape": "Sfx"
|
69547
69550
|
},
|
69548
69551
|
"Contacts": {
|
69549
69552
|
"type": "list",
|
@@ -69561,7 +69564,7 @@ module.exports={
|
|
69561
69564
|
"type": "timestamp"
|
69562
69565
|
},
|
69563
69566
|
"Queue": {
|
69564
|
-
"shape": "
|
69567
|
+
"shape": "Sfd"
|
69565
69568
|
}
|
69566
69569
|
}
|
69567
69570
|
}
|
@@ -69600,13 +69603,13 @@ module.exports={
|
|
69600
69603
|
"type": "structure",
|
69601
69604
|
"members": {
|
69602
69605
|
"AccessToken": {
|
69603
|
-
"shape": "
|
69606
|
+
"shape": "Sg4"
|
69604
69607
|
},
|
69605
69608
|
"AccessTokenExpiration": {
|
69606
69609
|
"type": "timestamp"
|
69607
69610
|
},
|
69608
69611
|
"RefreshToken": {
|
69609
|
-
"shape": "
|
69612
|
+
"shape": "Sg4"
|
69610
69613
|
},
|
69611
69614
|
"RefreshTokenExpiration": {
|
69612
69615
|
"type": "timestamp"
|
@@ -69680,15 +69683,15 @@ module.exports={
|
|
69680
69683
|
"type": "timestamp"
|
69681
69684
|
},
|
69682
69685
|
"Filters": {
|
69683
|
-
"shape": "
|
69686
|
+
"shape": "Seu"
|
69684
69687
|
},
|
69685
69688
|
"Groupings": {
|
69686
|
-
"shape": "
|
69689
|
+
"shape": "Sey"
|
69687
69690
|
},
|
69688
69691
|
"HistoricalMetrics": {
|
69689
69692
|
"type": "list",
|
69690
69693
|
"member": {
|
69691
|
-
"shape": "
|
69694
|
+
"shape": "Sg9"
|
69692
69695
|
}
|
69693
69696
|
},
|
69694
69697
|
"NextToken": {},
|
@@ -69707,7 +69710,7 @@ module.exports={
|
|
69707
69710
|
"type": "structure",
|
69708
69711
|
"members": {
|
69709
69712
|
"Dimensions": {
|
69710
|
-
"shape": "
|
69713
|
+
"shape": "Sfc"
|
69711
69714
|
},
|
69712
69715
|
"Collections": {
|
69713
69716
|
"type": "list",
|
@@ -69715,7 +69718,7 @@ module.exports={
|
|
69715
69718
|
"type": "structure",
|
69716
69719
|
"members": {
|
69717
69720
|
"Metric": {
|
69718
|
-
"shape": "
|
69721
|
+
"shape": "Sg9"
|
69719
69722
|
},
|
69720
69723
|
"Value": {
|
69721
69724
|
"type": "double"
|
@@ -69777,7 +69780,7 @@ module.exports={
|
|
69777
69780
|
"Metrics": {
|
69778
69781
|
"type": "list",
|
69779
69782
|
"member": {
|
69780
|
-
"shape": "
|
69783
|
+
"shape": "Sgu"
|
69781
69784
|
}
|
69782
69785
|
},
|
69783
69786
|
"NextToken": {},
|
@@ -69818,7 +69821,7 @@ module.exports={
|
|
69818
69821
|
"type": "structure",
|
69819
69822
|
"members": {
|
69820
69823
|
"Metric": {
|
69821
|
-
"shape": "
|
69824
|
+
"shape": "Sgu"
|
69822
69825
|
},
|
69823
69826
|
"Value": {
|
69824
69827
|
"type": "double"
|
@@ -69948,15 +69951,15 @@ module.exports={
|
|
69948
69951
|
"type": "structure",
|
69949
69952
|
"members": {
|
69950
69953
|
"TelephonyConfig": {
|
69951
|
-
"shape": "
|
69954
|
+
"shape": "Shj"
|
69952
69955
|
},
|
69953
69956
|
"Id": {},
|
69954
69957
|
"Arn": {},
|
69955
69958
|
"SignInConfig": {
|
69956
|
-
"shape": "
|
69959
|
+
"shape": "Sho"
|
69957
69960
|
},
|
69958
69961
|
"AgentConfig": {
|
69959
|
-
"shape": "
|
69962
|
+
"shape": "Shr"
|
69960
69963
|
}
|
69961
69964
|
}
|
69962
69965
|
}
|
@@ -70229,7 +70232,7 @@ module.exports={
|
|
70229
70232
|
"Status": {},
|
70230
70233
|
"EvaluatorArn": {},
|
70231
70234
|
"Score": {
|
70232
|
-
"shape": "
|
70235
|
+
"shape": "Sbk"
|
70233
70236
|
},
|
70234
70237
|
"CreatedTime": {
|
70235
70238
|
"type": "timestamp"
|
@@ -70758,7 +70761,7 @@ module.exports={
|
|
70758
70761
|
"Attributes": {
|
70759
70762
|
"type": "list",
|
70760
70763
|
"member": {
|
70761
|
-
"shape": "
|
70764
|
+
"shape": "Scn"
|
70762
70765
|
}
|
70763
70766
|
},
|
70764
70767
|
"NextToken": {}
|
@@ -71010,12 +71013,12 @@ module.exports={
|
|
71010
71013
|
"locationName": "InstanceId"
|
71011
71014
|
},
|
71012
71015
|
"PhoneNumberTypes": {
|
71013
|
-
"shape": "
|
71016
|
+
"shape": "Sk7",
|
71014
71017
|
"location": "querystring",
|
71015
71018
|
"locationName": "phoneNumberTypes"
|
71016
71019
|
},
|
71017
71020
|
"PhoneNumberCountryCodes": {
|
71018
|
-
"shape": "
|
71021
|
+
"shape": "Sk8",
|
71019
71022
|
"location": "querystring",
|
71020
71023
|
"locationName": "phoneNumberCountryCodes"
|
71021
71024
|
},
|
@@ -71064,10 +71067,10 @@ module.exports={
|
|
71064
71067
|
},
|
71065
71068
|
"NextToken": {},
|
71066
71069
|
"PhoneNumberCountryCodes": {
|
71067
|
-
"shape": "
|
71070
|
+
"shape": "Sk8"
|
71068
71071
|
},
|
71069
71072
|
"PhoneNumberTypes": {
|
71070
|
-
"shape": "
|
71073
|
+
"shape": "Sk7"
|
71071
71074
|
},
|
71072
71075
|
"PhoneNumberPrefix": {}
|
71073
71076
|
}
|
@@ -71180,7 +71183,7 @@ module.exports={
|
|
71180
71183
|
"members": {
|
71181
71184
|
"NextToken": {},
|
71182
71185
|
"QuickConnectSummaryList": {
|
71183
|
-
"shape": "
|
71186
|
+
"shape": "Skp"
|
71184
71187
|
},
|
71185
71188
|
"LastModifiedTime": {
|
71186
71189
|
"type": "timestamp"
|
@@ -71280,7 +71283,7 @@ module.exports={
|
|
71280
71283
|
"type": "structure",
|
71281
71284
|
"members": {
|
71282
71285
|
"QuickConnectSummaryList": {
|
71283
|
-
"shape": "
|
71286
|
+
"shape": "Skp"
|
71284
71287
|
},
|
71285
71288
|
"NextToken": {}
|
71286
71289
|
}
|
@@ -71350,7 +71353,7 @@ module.exports={
|
|
71350
71353
|
"Content": {},
|
71351
71354
|
"ContentType": {},
|
71352
71355
|
"Time": {
|
71353
|
-
"shape": "
|
71356
|
+
"shape": "Sle"
|
71354
71357
|
},
|
71355
71358
|
"Redaction": {
|
71356
71359
|
"type": "structure",
|
@@ -71358,7 +71361,7 @@ module.exports={
|
|
71358
71361
|
"CharacterOffsets": {
|
71359
71362
|
"type": "list",
|
71360
71363
|
"member": {
|
71361
|
-
"shape": "
|
71364
|
+
"shape": "Sli"
|
71362
71365
|
}
|
71363
71366
|
}
|
71364
71367
|
}
|
@@ -71396,7 +71399,7 @@ module.exports={
|
|
71396
71399
|
"members": {
|
71397
71400
|
"Id": {},
|
71398
71401
|
"CharacterOffsets": {
|
71399
|
-
"shape": "
|
71402
|
+
"shape": "Sli"
|
71400
71403
|
}
|
71401
71404
|
}
|
71402
71405
|
}
|
@@ -71434,7 +71437,7 @@ module.exports={
|
|
71434
71437
|
"Content": {},
|
71435
71438
|
"Id": {},
|
71436
71439
|
"CharacterOffsets": {
|
71437
|
-
"shape": "
|
71440
|
+
"shape": "Sli"
|
71438
71441
|
}
|
71439
71442
|
}
|
71440
71443
|
}
|
@@ -71458,7 +71461,7 @@ module.exports={
|
|
71458
71461
|
"DisplayName": {},
|
71459
71462
|
"EventType": {},
|
71460
71463
|
"Time": {
|
71461
|
-
"shape": "
|
71464
|
+
"shape": "Sle"
|
71462
71465
|
}
|
71463
71466
|
}
|
71464
71467
|
},
|
@@ -71493,7 +71496,7 @@ module.exports={
|
|
71493
71496
|
}
|
71494
71497
|
},
|
71495
71498
|
"Time": {
|
71496
|
-
"shape": "
|
71499
|
+
"shape": "Sle"
|
71497
71500
|
}
|
71498
71501
|
}
|
71499
71502
|
}
|
@@ -72145,7 +72148,7 @@ module.exports={
|
|
72145
72148
|
"UserHierarchyGroupSummaryList": {
|
72146
72149
|
"type": "list",
|
72147
72150
|
"member": {
|
72148
|
-
"shape": "
|
72151
|
+
"shape": "Sdx"
|
72149
72152
|
}
|
72150
72153
|
},
|
72151
72154
|
"NextToken": {}
|
@@ -72508,12 +72511,12 @@ module.exports={
|
|
72508
72511
|
"type": "structure",
|
72509
72512
|
"members": {
|
72510
72513
|
"TagFilter": {
|
72511
|
-
"shape": "
|
72514
|
+
"shape": "Sof"
|
72512
72515
|
}
|
72513
72516
|
}
|
72514
72517
|
},
|
72515
72518
|
"SearchCriteria": {
|
72516
|
-
"shape": "
|
72519
|
+
"shape": "Soj"
|
72517
72520
|
}
|
72518
72521
|
}
|
72519
72522
|
},
|
@@ -72523,7 +72526,7 @@ module.exports={
|
|
72523
72526
|
"HoursOfOperations": {
|
72524
72527
|
"type": "list",
|
72525
72528
|
"member": {
|
72526
|
-
"shape": "
|
72529
|
+
"shape": "Scd"
|
72527
72530
|
}
|
72528
72531
|
},
|
72529
72532
|
"NextToken": {},
|
@@ -72552,12 +72555,12 @@ module.exports={
|
|
72552
72555
|
"type": "structure",
|
72553
72556
|
"members": {
|
72554
72557
|
"TagFilter": {
|
72555
|
-
"shape": "
|
72558
|
+
"shape": "Sof"
|
72556
72559
|
}
|
72557
72560
|
}
|
72558
72561
|
},
|
72559
72562
|
"SearchCriteria": {
|
72560
|
-
"shape": "
|
72563
|
+
"shape": "Sor"
|
72561
72564
|
}
|
72562
72565
|
}
|
72563
72566
|
},
|
@@ -72567,7 +72570,7 @@ module.exports={
|
|
72567
72570
|
"Prompts": {
|
72568
72571
|
"type": "list",
|
72569
72572
|
"member": {
|
72570
|
-
"shape": "
|
72573
|
+
"shape": "Sd1"
|
72571
72574
|
}
|
72572
72575
|
},
|
72573
72576
|
"NextToken": {},
|
@@ -72596,12 +72599,12 @@ module.exports={
|
|
72596
72599
|
"type": "structure",
|
72597
72600
|
"members": {
|
72598
72601
|
"TagFilter": {
|
72599
|
-
"shape": "
|
72602
|
+
"shape": "Sof"
|
72600
72603
|
}
|
72601
72604
|
}
|
72602
72605
|
},
|
72603
72606
|
"SearchCriteria": {
|
72604
|
-
"shape": "
|
72607
|
+
"shape": "Sox"
|
72605
72608
|
}
|
72606
72609
|
}
|
72607
72610
|
},
|
@@ -72611,7 +72614,7 @@ module.exports={
|
|
72611
72614
|
"Queues": {
|
72612
72615
|
"type": "list",
|
72613
72616
|
"member": {
|
72614
|
-
"shape": "
|
72617
|
+
"shape": "Sd4"
|
72615
72618
|
}
|
72616
72619
|
},
|
72617
72620
|
"NextToken": {},
|
@@ -72640,12 +72643,12 @@ module.exports={
|
|
72640
72643
|
"type": "structure",
|
72641
72644
|
"members": {
|
72642
72645
|
"TagFilter": {
|
72643
|
-
"shape": "
|
72646
|
+
"shape": "Sof"
|
72644
72647
|
}
|
72645
72648
|
}
|
72646
72649
|
},
|
72647
72650
|
"SearchCriteria": {
|
72648
|
-
"shape": "
|
72651
|
+
"shape": "Sp4"
|
72649
72652
|
}
|
72650
72653
|
}
|
72651
72654
|
},
|
@@ -72655,7 +72658,7 @@ module.exports={
|
|
72655
72658
|
"QuickConnects": {
|
72656
72659
|
"type": "list",
|
72657
72660
|
"member": {
|
72658
|
-
"shape": "
|
72661
|
+
"shape": "Sd8"
|
72659
72662
|
}
|
72660
72663
|
},
|
72661
72664
|
"NextToken": {},
|
@@ -72736,12 +72739,12 @@ module.exports={
|
|
72736
72739
|
"type": "structure",
|
72737
72740
|
"members": {
|
72738
72741
|
"TagFilter": {
|
72739
|
-
"shape": "
|
72742
|
+
"shape": "Sof"
|
72740
72743
|
}
|
72741
72744
|
}
|
72742
72745
|
},
|
72743
72746
|
"SearchCriteria": {
|
72744
|
-
"shape": "
|
72747
|
+
"shape": "Spj"
|
72745
72748
|
}
|
72746
72749
|
}
|
72747
72750
|
},
|
@@ -72751,7 +72754,7 @@ module.exports={
|
|
72751
72754
|
"RoutingProfiles": {
|
72752
72755
|
"type": "list",
|
72753
72756
|
"member": {
|
72754
|
-
"shape": "
|
72757
|
+
"shape": "Sdb"
|
72755
72758
|
}
|
72756
72759
|
},
|
72757
72760
|
"NextToken": {},
|
@@ -72777,13 +72780,13 @@ module.exports={
|
|
72777
72780
|
"type": "integer"
|
72778
72781
|
},
|
72779
72782
|
"SearchCriteria": {
|
72780
|
-
"shape": "
|
72783
|
+
"shape": "Spo"
|
72781
72784
|
},
|
72782
72785
|
"SearchFilter": {
|
72783
72786
|
"type": "structure",
|
72784
72787
|
"members": {
|
72785
72788
|
"TagFilter": {
|
72786
|
-
"shape": "
|
72789
|
+
"shape": "Sof"
|
72787
72790
|
}
|
72788
72791
|
}
|
72789
72792
|
}
|
@@ -72834,12 +72837,12 @@ module.exports={
|
|
72834
72837
|
"type": "structure",
|
72835
72838
|
"members": {
|
72836
72839
|
"TagFilter": {
|
72837
|
-
"shape": "
|
72840
|
+
"shape": "Sof"
|
72838
72841
|
}
|
72839
72842
|
}
|
72840
72843
|
},
|
72841
72844
|
"SearchCriteria": {
|
72842
|
-
"shape": "
|
72845
|
+
"shape": "Spw"
|
72843
72846
|
}
|
72844
72847
|
}
|
72845
72848
|
},
|
@@ -72968,16 +72971,16 @@ module.exports={
|
|
72968
72971
|
"type": "structure",
|
72969
72972
|
"members": {
|
72970
72973
|
"SupportedMessagingContentTypes": {
|
72971
|
-
"shape": "
|
72974
|
+
"shape": "Sqh"
|
72972
72975
|
},
|
72973
72976
|
"ParticipantDetails": {
|
72974
|
-
"shape": "
|
72977
|
+
"shape": "Sqj"
|
72975
72978
|
},
|
72976
72979
|
"Attributes": {
|
72977
72980
|
"shape": "S2j"
|
72978
72981
|
},
|
72979
72982
|
"StreamingConfiguration": {
|
72980
|
-
"shape": "
|
72983
|
+
"shape": "Sqk"
|
72981
72984
|
}
|
72982
72985
|
}
|
72983
72986
|
}
|
@@ -73012,7 +73015,7 @@ module.exports={
|
|
73012
73015
|
"shape": "S2j"
|
73013
73016
|
},
|
73014
73017
|
"ParticipantDetails": {
|
73015
|
-
"shape": "
|
73018
|
+
"shape": "Sqj"
|
73016
73019
|
},
|
73017
73020
|
"InitialMessage": {
|
73018
73021
|
"type": "structure",
|
@@ -73032,7 +73035,7 @@ module.exports={
|
|
73032
73035
|
"type": "integer"
|
73033
73036
|
},
|
73034
73037
|
"SupportedMessagingContentTypes": {
|
73035
|
-
"shape": "
|
73038
|
+
"shape": "Sqh"
|
73036
73039
|
},
|
73037
73040
|
"PersistentChat": {
|
73038
73041
|
"type": "structure",
|
@@ -73146,7 +73149,7 @@ module.exports={
|
|
73146
73149
|
"InstanceId": {},
|
73147
73150
|
"ContactId": {},
|
73148
73151
|
"ChatStreamingConfiguration": {
|
73149
|
-
"shape": "
|
73152
|
+
"shape": "Sqk"
|
73150
73153
|
},
|
73151
73154
|
"ClientToken": {
|
73152
73155
|
"idempotencyToken": true
|
@@ -73275,15 +73278,15 @@ module.exports={
|
|
73275
73278
|
"type": "structure",
|
73276
73279
|
"members": {
|
73277
73280
|
"Customer": {
|
73278
|
-
"shape": "
|
73281
|
+
"shape": "Sre"
|
73279
73282
|
},
|
73280
73283
|
"Agent": {
|
73281
|
-
"shape": "
|
73284
|
+
"shape": "Sre"
|
73282
73285
|
}
|
73283
73286
|
}
|
73284
73287
|
},
|
73285
73288
|
"ParticipantDetails": {
|
73286
|
-
"shape": "
|
73289
|
+
"shape": "Sqj"
|
73287
73290
|
},
|
73288
73291
|
"RelatedContactId": {},
|
73289
73292
|
"References": {
|
@@ -73434,10 +73437,10 @@ module.exports={
|
|
73434
73437
|
"locationName": "EvaluationId"
|
73435
73438
|
},
|
73436
73439
|
"Answers": {
|
73437
|
-
"shape": "
|
73440
|
+
"shape": "Ss1"
|
73438
73441
|
},
|
73439
73442
|
"Notes": {
|
73440
|
-
"shape": "
|
73443
|
+
"shape": "Sbr"
|
73441
73444
|
}
|
73442
73445
|
}
|
73443
73446
|
},
|
@@ -73475,6 +73478,31 @@ module.exports={
|
|
73475
73478
|
"members": {}
|
73476
73479
|
}
|
73477
73480
|
},
|
73481
|
+
"TagContact": {
|
73482
|
+
"http": {
|
73483
|
+
"requestUri": "/contact/tags"
|
73484
|
+
},
|
73485
|
+
"input": {
|
73486
|
+
"type": "structure",
|
73487
|
+
"required": [
|
73488
|
+
"ContactId",
|
73489
|
+
"InstanceId",
|
73490
|
+
"Tags"
|
73491
|
+
],
|
73492
|
+
"members": {
|
73493
|
+
"ContactId": {},
|
73494
|
+
"InstanceId": {},
|
73495
|
+
"Tags": {
|
73496
|
+
"shape": "Sbd"
|
73497
|
+
}
|
73498
|
+
}
|
73499
|
+
},
|
73500
|
+
"output": {
|
73501
|
+
"type": "structure",
|
73502
|
+
"members": {}
|
73503
|
+
},
|
73504
|
+
"idempotent": true
|
73505
|
+
},
|
73478
73506
|
"TagResource": {
|
73479
73507
|
"http": {
|
73480
73508
|
"requestUri": "/tags/{resourceArn}"
|
@@ -73526,6 +73554,41 @@ module.exports={
|
|
73526
73554
|
}
|
73527
73555
|
}
|
73528
73556
|
},
|
73557
|
+
"UntagContact": {
|
73558
|
+
"http": {
|
73559
|
+
"method": "DELETE",
|
73560
|
+
"requestUri": "/contact/tags/{InstanceId}/{ContactId}"
|
73561
|
+
},
|
73562
|
+
"input": {
|
73563
|
+
"type": "structure",
|
73564
|
+
"required": [
|
73565
|
+
"ContactId",
|
73566
|
+
"InstanceId",
|
73567
|
+
"TagKeys"
|
73568
|
+
],
|
73569
|
+
"members": {
|
73570
|
+
"ContactId": {
|
73571
|
+
"location": "uri",
|
73572
|
+
"locationName": "ContactId"
|
73573
|
+
},
|
73574
|
+
"InstanceId": {
|
73575
|
+
"location": "uri",
|
73576
|
+
"locationName": "InstanceId"
|
73577
|
+
},
|
73578
|
+
"TagKeys": {
|
73579
|
+
"location": "querystring",
|
73580
|
+
"locationName": "TagKeys",
|
73581
|
+
"type": "list",
|
73582
|
+
"member": {}
|
73583
|
+
}
|
73584
|
+
}
|
73585
|
+
},
|
73586
|
+
"output": {
|
73587
|
+
"type": "structure",
|
73588
|
+
"members": {}
|
73589
|
+
},
|
73590
|
+
"idempotent": true
|
73591
|
+
},
|
73529
73592
|
"UntagResource": {
|
73530
73593
|
"http": {
|
73531
73594
|
"method": "DELETE",
|
@@ -73657,10 +73720,10 @@ module.exports={
|
|
73657
73720
|
"locationName": "EvaluationId"
|
73658
73721
|
},
|
73659
73722
|
"Answers": {
|
73660
|
-
"shape": "
|
73723
|
+
"shape": "Ss1"
|
73661
73724
|
},
|
73662
73725
|
"Notes": {
|
73663
|
-
"shape": "
|
73726
|
+
"shape": "Sbr"
|
73664
73727
|
}
|
73665
73728
|
}
|
73666
73729
|
},
|
@@ -74578,13 +74641,13 @@ module.exports={
|
|
74578
74641
|
"locationName": "Id"
|
74579
74642
|
},
|
74580
74643
|
"TelephonyConfig": {
|
74581
|
-
"shape": "
|
74644
|
+
"shape": "Shj"
|
74582
74645
|
},
|
74583
74646
|
"SignInConfig": {
|
74584
|
-
"shape": "
|
74647
|
+
"shape": "Sho"
|
74585
74648
|
},
|
74586
74649
|
"AgentConfig": {
|
74587
|
-
"shape": "
|
74650
|
+
"shape": "Shr"
|
74588
74651
|
}
|
74589
74652
|
}
|
74590
74653
|
},
|
@@ -74655,19 +74718,19 @@ module.exports={
|
|
74655
74718
|
"type": "structure",
|
74656
74719
|
"members": {
|
74657
74720
|
"LevelOne": {
|
74658
|
-
"shape": "
|
74721
|
+
"shape": "Sua"
|
74659
74722
|
},
|
74660
74723
|
"LevelTwo": {
|
74661
|
-
"shape": "
|
74724
|
+
"shape": "Sua"
|
74662
74725
|
},
|
74663
74726
|
"LevelThree": {
|
74664
|
-
"shape": "
|
74727
|
+
"shape": "Sua"
|
74665
74728
|
},
|
74666
74729
|
"LevelFour": {
|
74667
|
-
"shape": "
|
74730
|
+
"shape": "Sua"
|
74668
74731
|
},
|
74669
74732
|
"LevelFive": {
|
74670
|
-
"shape": "
|
74733
|
+
"shape": "Sua"
|
74671
74734
|
}
|
74672
74735
|
}
|
74673
74736
|
},
|
@@ -75608,7 +75671,12 @@ module.exports={
|
|
75608
75671
|
"ViewContentSha256": {}
|
75609
75672
|
}
|
75610
75673
|
},
|
75611
|
-
"
|
75674
|
+
"Sbd": {
|
75675
|
+
"type": "map",
|
75676
|
+
"key": {},
|
75677
|
+
"value": {}
|
75678
|
+
},
|
75679
|
+
"Sbk": {
|
75612
75680
|
"type": "structure",
|
75613
75681
|
"members": {
|
75614
75682
|
"Percentage": {
|
@@ -75622,7 +75690,7 @@ module.exports={
|
|
75622
75690
|
}
|
75623
75691
|
}
|
75624
75692
|
},
|
75625
|
-
"
|
75693
|
+
"Sbo": {
|
75626
75694
|
"type": "structure",
|
75627
75695
|
"members": {
|
75628
75696
|
"StringValue": {},
|
@@ -75635,7 +75703,7 @@ module.exports={
|
|
75635
75703
|
},
|
75636
75704
|
"union": true
|
75637
75705
|
},
|
75638
|
-
"
|
75706
|
+
"Sbr": {
|
75639
75707
|
"type": "map",
|
75640
75708
|
"key": {},
|
75641
75709
|
"value": {
|
@@ -75645,7 +75713,7 @@ module.exports={
|
|
75645
75713
|
}
|
75646
75714
|
}
|
75647
75715
|
},
|
75648
|
-
"
|
75716
|
+
"Scd": {
|
75649
75717
|
"type": "structure",
|
75650
75718
|
"members": {
|
75651
75719
|
"HoursOfOperationId": {},
|
@@ -75665,14 +75733,14 @@ module.exports={
|
|
75665
75733
|
"LastModifiedRegion": {}
|
75666
75734
|
}
|
75667
75735
|
},
|
75668
|
-
"
|
75736
|
+
"Scn": {
|
75669
75737
|
"type": "structure",
|
75670
75738
|
"members": {
|
75671
75739
|
"AttributeType": {},
|
75672
75740
|
"Value": {}
|
75673
75741
|
}
|
75674
75742
|
},
|
75675
|
-
"
|
75743
|
+
"Sd1": {
|
75676
75744
|
"type": "structure",
|
75677
75745
|
"members": {
|
75678
75746
|
"PromptARN": {},
|
@@ -75688,7 +75756,7 @@ module.exports={
|
|
75688
75756
|
"LastModifiedRegion": {}
|
75689
75757
|
}
|
75690
75758
|
},
|
75691
|
-
"
|
75759
|
+
"Sd4": {
|
75692
75760
|
"type": "structure",
|
75693
75761
|
"members": {
|
75694
75762
|
"Name": {},
|
@@ -75712,7 +75780,7 @@ module.exports={
|
|
75712
75780
|
"LastModifiedRegion": {}
|
75713
75781
|
}
|
75714
75782
|
},
|
75715
|
-
"
|
75783
|
+
"Sd8": {
|
75716
75784
|
"type": "structure",
|
75717
75785
|
"members": {
|
75718
75786
|
"QuickConnectARN": {},
|
@@ -75731,7 +75799,7 @@ module.exports={
|
|
75731
75799
|
"LastModifiedRegion": {}
|
75732
75800
|
}
|
75733
75801
|
},
|
75734
|
-
"
|
75802
|
+
"Sdb": {
|
75735
75803
|
"type": "structure",
|
75736
75804
|
"members": {
|
75737
75805
|
"InstanceId": {},
|
@@ -75762,7 +75830,7 @@ module.exports={
|
|
75762
75830
|
}
|
75763
75831
|
}
|
75764
75832
|
},
|
75765
|
-
"
|
75833
|
+
"Sdx": {
|
75766
75834
|
"type": "structure",
|
75767
75835
|
"members": {
|
75768
75836
|
"Id": {},
|
@@ -75774,7 +75842,7 @@ module.exports={
|
|
75774
75842
|
"LastModifiedRegion": {}
|
75775
75843
|
}
|
75776
75844
|
},
|
75777
|
-
"
|
75845
|
+
"Se1": {
|
75778
75846
|
"type": "structure",
|
75779
75847
|
"members": {
|
75780
75848
|
"Id": {},
|
@@ -75786,85 +75854,85 @@ module.exports={
|
|
75786
75854
|
"LastModifiedRegion": {}
|
75787
75855
|
}
|
75788
75856
|
},
|
75789
|
-
"
|
75857
|
+
"Seu": {
|
75790
75858
|
"type": "structure",
|
75791
75859
|
"members": {
|
75792
75860
|
"Queues": {
|
75793
|
-
"shape": "
|
75861
|
+
"shape": "Sev"
|
75794
75862
|
},
|
75795
75863
|
"Channels": {
|
75796
75864
|
"type": "list",
|
75797
75865
|
"member": {}
|
75798
75866
|
},
|
75799
75867
|
"RoutingProfiles": {
|
75800
|
-
"shape": "
|
75868
|
+
"shape": "Sex"
|
75801
75869
|
}
|
75802
75870
|
}
|
75803
75871
|
},
|
75804
|
-
"
|
75872
|
+
"Sev": {
|
75805
75873
|
"type": "list",
|
75806
75874
|
"member": {}
|
75807
75875
|
},
|
75808
|
-
"
|
75876
|
+
"Sex": {
|
75809
75877
|
"type": "list",
|
75810
75878
|
"member": {}
|
75811
75879
|
},
|
75812
|
-
"
|
75880
|
+
"Sey": {
|
75813
75881
|
"type": "list",
|
75814
75882
|
"member": {}
|
75815
75883
|
},
|
75816
|
-
"
|
75884
|
+
"Sf1": {
|
75817
75885
|
"type": "structure",
|
75818
75886
|
"members": {
|
75819
75887
|
"Name": {},
|
75820
75888
|
"Unit": {}
|
75821
75889
|
}
|
75822
75890
|
},
|
75823
|
-
"
|
75891
|
+
"Sfc": {
|
75824
75892
|
"type": "structure",
|
75825
75893
|
"members": {
|
75826
75894
|
"Queue": {
|
75827
|
-
"shape": "
|
75895
|
+
"shape": "Sfd"
|
75828
75896
|
},
|
75829
75897
|
"Channel": {},
|
75830
75898
|
"RoutingProfile": {
|
75831
|
-
"shape": "
|
75899
|
+
"shape": "Sfe"
|
75832
75900
|
}
|
75833
75901
|
}
|
75834
75902
|
},
|
75835
|
-
"
|
75903
|
+
"Sfd": {
|
75836
75904
|
"type": "structure",
|
75837
75905
|
"members": {
|
75838
75906
|
"Id": {},
|
75839
75907
|
"Arn": {}
|
75840
75908
|
}
|
75841
75909
|
},
|
75842
|
-
"
|
75910
|
+
"Sfe": {
|
75843
75911
|
"type": "structure",
|
75844
75912
|
"members": {
|
75845
75913
|
"Id": {},
|
75846
75914
|
"Arn": {}
|
75847
75915
|
}
|
75848
75916
|
},
|
75849
|
-
"
|
75917
|
+
"Sfv": {
|
75850
75918
|
"type": "structure",
|
75851
75919
|
"members": {
|
75852
75920
|
"Id": {},
|
75853
75921
|
"Arn": {}
|
75854
75922
|
}
|
75855
75923
|
},
|
75856
|
-
"
|
75924
|
+
"Sfx": {
|
75857
75925
|
"type": "map",
|
75858
75926
|
"key": {},
|
75859
75927
|
"value": {
|
75860
75928
|
"type": "integer"
|
75861
75929
|
}
|
75862
75930
|
},
|
75863
|
-
"
|
75931
|
+
"Sg4": {
|
75864
75932
|
"type": "string",
|
75865
75933
|
"sensitive": true
|
75866
75934
|
},
|
75867
|
-
"
|
75935
|
+
"Sg9": {
|
75868
75936
|
"type": "structure",
|
75869
75937
|
"members": {
|
75870
75938
|
"Name": {},
|
@@ -75881,7 +75949,7 @@ module.exports={
|
|
75881
75949
|
"Unit": {}
|
75882
75950
|
}
|
75883
75951
|
},
|
75884
|
-
"
|
75952
|
+
"Sgu": {
|
75885
75953
|
"type": "structure",
|
75886
75954
|
"members": {
|
75887
75955
|
"Name": {},
|
@@ -75915,18 +75983,18 @@ module.exports={
|
|
75915
75983
|
}
|
75916
75984
|
}
|
75917
75985
|
},
|
75918
|
-
"
|
75986
|
+
"Shj": {
|
75919
75987
|
"type": "structure",
|
75920
75988
|
"required": [
|
75921
75989
|
"Distributions"
|
75922
75990
|
],
|
75923
75991
|
"members": {
|
75924
75992
|
"Distributions": {
|
75925
|
-
"shape": "
|
75993
|
+
"shape": "Shk"
|
75926
75994
|
}
|
75927
75995
|
}
|
75928
75996
|
},
|
75929
|
-
"
|
75997
|
+
"Shk": {
|
75930
75998
|
"type": "list",
|
75931
75999
|
"member": {
|
75932
76000
|
"type": "structure",
|
@@ -75942,7 +76010,7 @@ module.exports={
|
|
75942
76010
|
}
|
75943
76011
|
}
|
75944
76012
|
},
|
75945
|
-
"
|
76013
|
+
"Sho": {
|
75946
76014
|
"type": "structure",
|
75947
76015
|
"required": [
|
75948
76016
|
"Distributions"
|
@@ -75966,26 +76034,26 @@ module.exports={
|
|
75966
76034
|
}
|
75967
76035
|
}
|
75968
76036
|
},
|
75969
|
-
"
|
76037
|
+
"Shr": {
|
75970
76038
|
"type": "structure",
|
75971
76039
|
"required": [
|
75972
76040
|
"Distributions"
|
75973
76041
|
],
|
75974
76042
|
"members": {
|
75975
76043
|
"Distributions": {
|
75976
|
-
"shape": "
|
76044
|
+
"shape": "Shk"
|
75977
76045
|
}
|
75978
76046
|
}
|
75979
76047
|
},
|
75980
|
-
"
|
76048
|
+
"Sk7": {
|
75981
76049
|
"type": "list",
|
75982
76050
|
"member": {}
|
75983
76051
|
},
|
75984
|
-
"
|
76052
|
+
"Sk8": {
|
75985
76053
|
"type": "list",
|
75986
76054
|
"member": {}
|
75987
76055
|
},
|
75988
|
-
"
|
76056
|
+
"Skp": {
|
75989
76057
|
"type": "list",
|
75990
76058
|
"member": {
|
75991
76059
|
"type": "structure",
|
@@ -76001,7 +76069,7 @@ module.exports={
|
|
76001
76069
|
}
|
76002
76070
|
}
|
76003
76071
|
},
|
76004
|
-
"
|
76072
|
+
"Sle": {
|
76005
76073
|
"type": "structure",
|
76006
76074
|
"members": {
|
76007
76075
|
"AbsoluteTime": {
|
@@ -76011,7 +76079,7 @@ module.exports={
|
|
76011
76079
|
},
|
76012
76080
|
"union": true
|
76013
76081
|
},
|
76014
|
-
"
|
76082
|
+
"Sli": {
|
76015
76083
|
"type": "structure",
|
76016
76084
|
"required": [
|
76017
76085
|
"BeginOffsetChar",
|
@@ -76026,57 +76094,57 @@ module.exports={
|
|
76026
76094
|
}
|
76027
76095
|
}
|
76028
76096
|
},
|
76029
|
-
"
|
76097
|
+
"Sof": {
|
76030
76098
|
"type": "structure",
|
76031
76099
|
"members": {
|
76032
76100
|
"OrConditions": {
|
76033
76101
|
"type": "list",
|
76034
76102
|
"member": {
|
76035
|
-
"shape": "
|
76103
|
+
"shape": "Soh"
|
76036
76104
|
}
|
76037
76105
|
},
|
76038
76106
|
"AndConditions": {
|
76039
|
-
"shape": "
|
76107
|
+
"shape": "Soh"
|
76040
76108
|
},
|
76041
76109
|
"TagCondition": {
|
76042
|
-
"shape": "
|
76110
|
+
"shape": "Soi"
|
76043
76111
|
}
|
76044
76112
|
}
|
76045
76113
|
},
|
76046
|
-
"
|
76114
|
+
"Soh": {
|
76047
76115
|
"type": "list",
|
76048
76116
|
"member": {
|
76049
|
-
"shape": "
|
76117
|
+
"shape": "Soi"
|
76050
76118
|
}
|
76051
76119
|
},
|
76052
|
-
"
|
76120
|
+
"Soi": {
|
76053
76121
|
"type": "structure",
|
76054
76122
|
"members": {
|
76055
76123
|
"TagKey": {},
|
76056
76124
|
"TagValue": {}
|
76057
76125
|
}
|
76058
76126
|
},
|
76059
|
-
"
|
76127
|
+
"Soj": {
|
76060
76128
|
"type": "structure",
|
76061
76129
|
"members": {
|
76062
76130
|
"OrConditions": {
|
76063
|
-
"shape": "
|
76131
|
+
"shape": "Sok"
|
76064
76132
|
},
|
76065
76133
|
"AndConditions": {
|
76066
|
-
"shape": "
|
76134
|
+
"shape": "Sok"
|
76067
76135
|
},
|
76068
76136
|
"StringCondition": {
|
76069
|
-
"shape": "
|
76137
|
+
"shape": "Sol"
|
76070
76138
|
}
|
76071
76139
|
}
|
76072
76140
|
},
|
76073
|
-
"
|
76141
|
+
"Sok": {
|
76074
76142
|
"type": "list",
|
76075
76143
|
"member": {
|
76076
|
-
"shape": "
|
76144
|
+
"shape": "Soj"
|
76077
76145
|
}
|
76078
76146
|
},
|
76079
|
-
"
|
76147
|
+
"Sol": {
|
76080
76148
|
"type": "structure",
|
76081
76149
|
"members": {
|
76082
76150
|
"FieldName": {},
|
@@ -76084,118 +76152,118 @@ module.exports={
|
|
76084
76152
|
"ComparisonType": {}
|
76085
76153
|
}
|
76086
76154
|
},
|
76087
|
-
"
|
76155
|
+
"Sor": {
|
76088
76156
|
"type": "structure",
|
76089
76157
|
"members": {
|
76090
76158
|
"OrConditions": {
|
76091
|
-
"shape": "
|
76159
|
+
"shape": "Sos"
|
76092
76160
|
},
|
76093
76161
|
"AndConditions": {
|
76094
|
-
"shape": "
|
76162
|
+
"shape": "Sos"
|
76095
76163
|
},
|
76096
76164
|
"StringCondition": {
|
76097
|
-
"shape": "
|
76165
|
+
"shape": "Sol"
|
76098
76166
|
}
|
76099
76167
|
}
|
76100
76168
|
},
|
76101
|
-
"
|
76169
|
+
"Sos": {
|
76102
76170
|
"type": "list",
|
76103
76171
|
"member": {
|
76104
|
-
"shape": "
|
76172
|
+
"shape": "Sor"
|
76105
76173
|
}
|
76106
76174
|
},
|
76107
|
-
"
|
76175
|
+
"Sox": {
|
76108
76176
|
"type": "structure",
|
76109
76177
|
"members": {
|
76110
76178
|
"OrConditions": {
|
76111
|
-
"shape": "
|
76179
|
+
"shape": "Soy"
|
76112
76180
|
},
|
76113
76181
|
"AndConditions": {
|
76114
|
-
"shape": "
|
76182
|
+
"shape": "Soy"
|
76115
76183
|
},
|
76116
76184
|
"StringCondition": {
|
76117
|
-
"shape": "
|
76185
|
+
"shape": "Sol"
|
76118
76186
|
},
|
76119
76187
|
"QueueTypeCondition": {}
|
76120
76188
|
}
|
76121
76189
|
},
|
76122
|
-
"
|
76190
|
+
"Soy": {
|
76123
76191
|
"type": "list",
|
76124
76192
|
"member": {
|
76125
|
-
"shape": "
|
76193
|
+
"shape": "Sox"
|
76126
76194
|
}
|
76127
76195
|
},
|
76128
|
-
"
|
76196
|
+
"Sp4": {
|
76129
76197
|
"type": "structure",
|
76130
76198
|
"members": {
|
76131
76199
|
"OrConditions": {
|
76132
|
-
"shape": "
|
76200
|
+
"shape": "Sp5"
|
76133
76201
|
},
|
76134
76202
|
"AndConditions": {
|
76135
|
-
"shape": "
|
76203
|
+
"shape": "Sp5"
|
76136
76204
|
},
|
76137
76205
|
"StringCondition": {
|
76138
|
-
"shape": "
|
76206
|
+
"shape": "Sol"
|
76139
76207
|
}
|
76140
76208
|
}
|
76141
76209
|
},
|
76142
|
-
"
|
76210
|
+
"Sp5": {
|
76143
76211
|
"type": "list",
|
76144
76212
|
"member": {
|
76145
|
-
"shape": "
|
76213
|
+
"shape": "Sp4"
|
76146
76214
|
}
|
76147
76215
|
},
|
76148
|
-
"
|
76216
|
+
"Spj": {
|
76149
76217
|
"type": "structure",
|
76150
76218
|
"members": {
|
76151
76219
|
"OrConditions": {
|
76152
|
-
"shape": "
|
76220
|
+
"shape": "Spk"
|
76153
76221
|
},
|
76154
76222
|
"AndConditions": {
|
76155
|
-
"shape": "
|
76223
|
+
"shape": "Spk"
|
76156
76224
|
},
|
76157
76225
|
"StringCondition": {
|
76158
|
-
"shape": "
|
76226
|
+
"shape": "Sol"
|
76159
76227
|
}
|
76160
76228
|
}
|
76161
76229
|
},
|
76162
|
-
"
|
76230
|
+
"Spk": {
|
76163
76231
|
"type": "list",
|
76164
76232
|
"member": {
|
76165
|
-
"shape": "
|
76233
|
+
"shape": "Spj"
|
76166
76234
|
}
|
76167
76235
|
},
|
76168
|
-
"
|
76236
|
+
"Spo": {
|
76169
76237
|
"type": "structure",
|
76170
76238
|
"members": {
|
76171
76239
|
"OrConditions": {
|
76172
|
-
"shape": "
|
76240
|
+
"shape": "Spp"
|
76173
76241
|
},
|
76174
76242
|
"AndConditions": {
|
76175
|
-
"shape": "
|
76243
|
+
"shape": "Spp"
|
76176
76244
|
},
|
76177
76245
|
"StringCondition": {
|
76178
|
-
"shape": "
|
76246
|
+
"shape": "Sol"
|
76179
76247
|
}
|
76180
76248
|
}
|
76181
76249
|
},
|
76182
|
-
"
|
76250
|
+
"Spp": {
|
76183
76251
|
"type": "list",
|
76184
76252
|
"member": {
|
76185
|
-
"shape": "
|
76253
|
+
"shape": "Spo"
|
76186
76254
|
}
|
76187
76255
|
},
|
76188
|
-
"
|
76256
|
+
"Spw": {
|
76189
76257
|
"type": "structure",
|
76190
76258
|
"members": {
|
76191
76259
|
"OrConditions": {
|
76192
|
-
"shape": "
|
76260
|
+
"shape": "Spx"
|
76193
76261
|
},
|
76194
76262
|
"AndConditions": {
|
76195
|
-
"shape": "
|
76263
|
+
"shape": "Spx"
|
76196
76264
|
},
|
76197
76265
|
"StringCondition": {
|
76198
|
-
"shape": "
|
76266
|
+
"shape": "Sol"
|
76199
76267
|
},
|
76200
76268
|
"HierarchyGroupCondition": {
|
76201
76269
|
"type": "structure",
|
@@ -76206,17 +76274,17 @@ module.exports={
|
|
76206
76274
|
}
|
76207
76275
|
}
|
76208
76276
|
},
|
76209
|
-
"
|
76277
|
+
"Spx": {
|
76210
76278
|
"type": "list",
|
76211
76279
|
"member": {
|
76212
|
-
"shape": "
|
76280
|
+
"shape": "Spw"
|
76213
76281
|
}
|
76214
76282
|
},
|
76215
|
-
"
|
76283
|
+
"Sqh": {
|
76216
76284
|
"type": "list",
|
76217
76285
|
"member": {}
|
76218
76286
|
},
|
76219
|
-
"
|
76287
|
+
"Sqj": {
|
76220
76288
|
"type": "structure",
|
76221
76289
|
"required": [
|
76222
76290
|
"DisplayName"
|
@@ -76225,7 +76293,7 @@ module.exports={
|
|
76225
76293
|
"DisplayName": {}
|
76226
76294
|
}
|
76227
76295
|
},
|
76228
|
-
"
|
76296
|
+
"Sqk": {
|
76229
76297
|
"type": "structure",
|
76230
76298
|
"required": [
|
76231
76299
|
"StreamingEndpointArn"
|
@@ -76234,25 +76302,25 @@ module.exports={
|
|
76234
76302
|
"StreamingEndpointArn": {}
|
76235
76303
|
}
|
76236
76304
|
},
|
76237
|
-
"
|
76305
|
+
"Sre": {
|
76238
76306
|
"type": "structure",
|
76239
76307
|
"members": {
|
76240
76308
|
"Video": {}
|
76241
76309
|
}
|
76242
76310
|
},
|
76243
|
-
"
|
76311
|
+
"Ss1": {
|
76244
76312
|
"type": "map",
|
76245
76313
|
"key": {},
|
76246
76314
|
"value": {
|
76247
76315
|
"type": "structure",
|
76248
76316
|
"members": {
|
76249
76317
|
"Value": {
|
76250
|
-
"shape": "
|
76318
|
+
"shape": "Sbo"
|
76251
76319
|
}
|
76252
76320
|
}
|
76253
76321
|
}
|
76254
76322
|
},
|
76255
|
-
"
|
76323
|
+
"Sua": {
|
76256
76324
|
"type": "structure",
|
76257
76325
|
"required": [
|
76258
76326
|
"Name"
|
@@ -145514,6 +145582,9 @@ module.exports={
|
|
145514
145582
|
},
|
145515
145583
|
"CloudWatchLoggingOptions": {
|
145516
145584
|
"shape": "Sl"
|
145585
|
+
},
|
145586
|
+
"BufferingHints": {
|
145587
|
+
"shape": "S33"
|
145517
145588
|
}
|
145518
145589
|
}
|
145519
145590
|
},
|
@@ -145525,23 +145596,23 @@ module.exports={
|
|
145525
145596
|
],
|
145526
145597
|
"members": {
|
145527
145598
|
"EndpointConfiguration": {
|
145528
|
-
"shape": "
|
145599
|
+
"shape": "S37"
|
145529
145600
|
},
|
145530
145601
|
"BufferingHints": {
|
145531
|
-
"shape": "
|
145602
|
+
"shape": "S3b"
|
145532
145603
|
},
|
145533
145604
|
"CloudWatchLoggingOptions": {
|
145534
145605
|
"shape": "Sl"
|
145535
145606
|
},
|
145536
145607
|
"RequestConfiguration": {
|
145537
|
-
"shape": "
|
145608
|
+
"shape": "S3e"
|
145538
145609
|
},
|
145539
145610
|
"ProcessingConfiguration": {
|
145540
145611
|
"shape": "Sq"
|
145541
145612
|
},
|
145542
145613
|
"RoleARN": {},
|
145543
145614
|
"RetryOptions": {
|
145544
|
-
"shape": "
|
145615
|
+
"shape": "S3k"
|
145545
145616
|
},
|
145546
145617
|
"S3BackupMode": {},
|
145547
145618
|
"S3Configuration": {
|
@@ -145550,7 +145621,7 @@ module.exports={
|
|
145550
145621
|
}
|
145551
145622
|
},
|
145552
145623
|
"Tags": {
|
145553
|
-
"shape": "
|
145624
|
+
"shape": "S3n"
|
145554
145625
|
},
|
145555
145626
|
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
145556
145627
|
"type": "structure",
|
@@ -145564,10 +145635,10 @@ module.exports={
|
|
145564
145635
|
"CollectionEndpoint": {},
|
145565
145636
|
"IndexName": {},
|
145566
145637
|
"BufferingHints": {
|
145567
|
-
"shape": "
|
145638
|
+
"shape": "S3u"
|
145568
145639
|
},
|
145569
145640
|
"RetryOptions": {
|
145570
|
-
"shape": "
|
145641
|
+
"shape": "S3x"
|
145571
145642
|
},
|
145572
145643
|
"S3BackupMode": {},
|
145573
145644
|
"S3Configuration": {
|
@@ -145595,7 +145666,7 @@ module.exports={
|
|
145595
145666
|
"MSKClusterARN": {},
|
145596
145667
|
"TopicName": {},
|
145597
145668
|
"AuthenticationConfiguration": {
|
145598
|
-
"shape": "
|
145669
|
+
"shape": "S43"
|
145599
145670
|
}
|
145600
145671
|
}
|
145601
145672
|
}
|
@@ -145662,7 +145733,7 @@ module.exports={
|
|
145662
145733
|
"DeliveryStreamARN": {},
|
145663
145734
|
"DeliveryStreamStatus": {},
|
145664
145735
|
"FailureDescription": {
|
145665
|
-
"shape": "
|
145736
|
+
"shape": "S4f"
|
145666
145737
|
},
|
145667
145738
|
"DeliveryStreamEncryptionConfiguration": {
|
145668
145739
|
"type": "structure",
|
@@ -145671,7 +145742,7 @@ module.exports={
|
|
145671
145742
|
"KeyType": {},
|
145672
145743
|
"Status": {},
|
145673
145744
|
"FailureDescription": {
|
145674
|
-
"shape": "
|
145745
|
+
"shape": "S4f"
|
145675
145746
|
}
|
145676
145747
|
}
|
145677
145748
|
},
|
@@ -145702,7 +145773,7 @@ module.exports={
|
|
145702
145773
|
"MSKClusterARN": {},
|
145703
145774
|
"TopicName": {},
|
145704
145775
|
"AuthenticationConfiguration": {
|
145705
|
-
"shape": "
|
145776
|
+
"shape": "S43"
|
145706
145777
|
},
|
145707
145778
|
"DeliveryStartTimestamp": {
|
145708
145779
|
"type": "timestamp"
|
@@ -145721,7 +145792,7 @@ module.exports={
|
|
145721
145792
|
"members": {
|
145722
145793
|
"DestinationId": {},
|
145723
145794
|
"S3DestinationDescription": {
|
145724
|
-
"shape": "
|
145795
|
+
"shape": "S4r"
|
145725
145796
|
},
|
145726
145797
|
"ExtendedS3DestinationDescription": {
|
145727
145798
|
"type": "structure",
|
@@ -145752,7 +145823,7 @@ module.exports={
|
|
145752
145823
|
},
|
145753
145824
|
"S3BackupMode": {},
|
145754
145825
|
"S3BackupDescription": {
|
145755
|
-
"shape": "
|
145826
|
+
"shape": "S4r"
|
145756
145827
|
},
|
145757
145828
|
"DataFormatConversionConfiguration": {
|
145758
145829
|
"shape": "Sz"
|
@@ -145784,14 +145855,14 @@ module.exports={
|
|
145784
145855
|
"shape": "S1z"
|
145785
145856
|
},
|
145786
145857
|
"S3DestinationDescription": {
|
145787
|
-
"shape": "
|
145858
|
+
"shape": "S4r"
|
145788
145859
|
},
|
145789
145860
|
"ProcessingConfiguration": {
|
145790
145861
|
"shape": "Sq"
|
145791
145862
|
},
|
145792
145863
|
"S3BackupMode": {},
|
145793
145864
|
"S3BackupDescription": {
|
145794
|
-
"shape": "
|
145865
|
+
"shape": "S4r"
|
145795
145866
|
},
|
145796
145867
|
"CloudWatchLoggingOptions": {
|
145797
145868
|
"shape": "Sl"
|
@@ -145815,7 +145886,7 @@ module.exports={
|
|
145815
145886
|
},
|
145816
145887
|
"S3BackupMode": {},
|
145817
145888
|
"S3DestinationDescription": {
|
145818
|
-
"shape": "
|
145889
|
+
"shape": "S4r"
|
145819
145890
|
},
|
145820
145891
|
"ProcessingConfiguration": {
|
145821
145892
|
"shape": "Sq"
|
@@ -145824,7 +145895,7 @@ module.exports={
|
|
145824
145895
|
"shape": "Sl"
|
145825
145896
|
},
|
145826
145897
|
"VpcConfigurationDescription": {
|
145827
|
-
"shape": "
|
145898
|
+
"shape": "S4v"
|
145828
145899
|
},
|
145829
145900
|
"DocumentIdOptions": {
|
145830
145901
|
"shape": "S2h"
|
@@ -145848,7 +145919,7 @@ module.exports={
|
|
145848
145919
|
},
|
145849
145920
|
"S3BackupMode": {},
|
145850
145921
|
"S3DestinationDescription": {
|
145851
|
-
"shape": "
|
145922
|
+
"shape": "S4r"
|
145852
145923
|
},
|
145853
145924
|
"ProcessingConfiguration": {
|
145854
145925
|
"shape": "Sq"
|
@@ -145857,7 +145928,7 @@ module.exports={
|
|
145857
145928
|
"shape": "Sl"
|
145858
145929
|
},
|
145859
145930
|
"VpcConfigurationDescription": {
|
145860
|
-
"shape": "
|
145931
|
+
"shape": "S4v"
|
145861
145932
|
},
|
145862
145933
|
"DocumentIdOptions": {
|
145863
145934
|
"shape": "S2h"
|
@@ -145878,13 +145949,16 @@ module.exports={
|
|
145878
145949
|
},
|
145879
145950
|
"S3BackupMode": {},
|
145880
145951
|
"S3DestinationDescription": {
|
145881
|
-
"shape": "
|
145952
|
+
"shape": "S4r"
|
145882
145953
|
},
|
145883
145954
|
"ProcessingConfiguration": {
|
145884
145955
|
"shape": "Sq"
|
145885
145956
|
},
|
145886
145957
|
"CloudWatchLoggingOptions": {
|
145887
145958
|
"shape": "Sl"
|
145959
|
+
},
|
145960
|
+
"BufferingHints": {
|
145961
|
+
"shape": "S33"
|
145888
145962
|
}
|
145889
145963
|
}
|
145890
145964
|
},
|
@@ -145895,30 +145969,30 @@ module.exports={
|
|
145895
145969
|
"type": "structure",
|
145896
145970
|
"members": {
|
145897
145971
|
"Url": {
|
145898
|
-
"shape": "
|
145972
|
+
"shape": "S38"
|
145899
145973
|
},
|
145900
145974
|
"Name": {}
|
145901
145975
|
}
|
145902
145976
|
},
|
145903
145977
|
"BufferingHints": {
|
145904
|
-
"shape": "
|
145978
|
+
"shape": "S3b"
|
145905
145979
|
},
|
145906
145980
|
"CloudWatchLoggingOptions": {
|
145907
145981
|
"shape": "Sl"
|
145908
145982
|
},
|
145909
145983
|
"RequestConfiguration": {
|
145910
|
-
"shape": "
|
145984
|
+
"shape": "S3e"
|
145911
145985
|
},
|
145912
145986
|
"ProcessingConfiguration": {
|
145913
145987
|
"shape": "Sq"
|
145914
145988
|
},
|
145915
145989
|
"RoleARN": {},
|
145916
145990
|
"RetryOptions": {
|
145917
|
-
"shape": "
|
145991
|
+
"shape": "S3k"
|
145918
145992
|
},
|
145919
145993
|
"S3BackupMode": {},
|
145920
145994
|
"S3DestinationDescription": {
|
145921
|
-
"shape": "
|
145995
|
+
"shape": "S4r"
|
145922
145996
|
}
|
145923
145997
|
}
|
145924
145998
|
},
|
@@ -145929,14 +146003,14 @@ module.exports={
|
|
145929
146003
|
"CollectionEndpoint": {},
|
145930
146004
|
"IndexName": {},
|
145931
146005
|
"BufferingHints": {
|
145932
|
-
"shape": "
|
146006
|
+
"shape": "S3u"
|
145933
146007
|
},
|
145934
146008
|
"RetryOptions": {
|
145935
|
-
"shape": "
|
146009
|
+
"shape": "S3x"
|
145936
146010
|
},
|
145937
146011
|
"S3BackupMode": {},
|
145938
146012
|
"S3DestinationDescription": {
|
145939
|
-
"shape": "
|
146013
|
+
"shape": "S4r"
|
145940
146014
|
},
|
145941
146015
|
"ProcessingConfiguration": {
|
145942
146016
|
"shape": "Sq"
|
@@ -145945,7 +146019,7 @@ module.exports={
|
|
145945
146019
|
"shape": "Sl"
|
145946
146020
|
},
|
145947
146021
|
"VpcConfigurationDescription": {
|
145948
|
-
"shape": "
|
146022
|
+
"shape": "S4v"
|
145949
146023
|
}
|
145950
146024
|
}
|
145951
146025
|
}
|
@@ -146012,7 +146086,7 @@ module.exports={
|
|
146012
146086
|
"Tags": {
|
146013
146087
|
"type": "list",
|
146014
146088
|
"member": {
|
146015
|
-
"shape": "
|
146089
|
+
"shape": "S3o"
|
146016
146090
|
}
|
146017
146091
|
},
|
146018
146092
|
"HasMoreTags": {
|
@@ -146031,7 +146105,7 @@ module.exports={
|
|
146031
146105
|
"members": {
|
146032
146106
|
"DeliveryStreamName": {},
|
146033
146107
|
"Record": {
|
146034
|
-
"shape": "
|
146108
|
+
"shape": "S5a"
|
146035
146109
|
}
|
146036
146110
|
}
|
146037
146111
|
},
|
@@ -146060,7 +146134,7 @@ module.exports={
|
|
146060
146134
|
"Records": {
|
146061
146135
|
"type": "list",
|
146062
146136
|
"member": {
|
146063
|
-
"shape": "
|
146137
|
+
"shape": "S5a"
|
146064
146138
|
}
|
146065
146139
|
}
|
146066
146140
|
}
|
@@ -146135,7 +146209,7 @@ module.exports={
|
|
146135
146209
|
"members": {
|
146136
146210
|
"DeliveryStreamName": {},
|
146137
146211
|
"Tags": {
|
146138
|
-
"shape": "
|
146212
|
+
"shape": "S3n"
|
146139
146213
|
}
|
146140
146214
|
}
|
146141
146215
|
},
|
@@ -146177,7 +146251,7 @@ module.exports={
|
|
146177
146251
|
"CurrentDeliveryStreamVersionId": {},
|
146178
146252
|
"DestinationId": {},
|
146179
146253
|
"S3DestinationUpdate": {
|
146180
|
-
"shape": "
|
146254
|
+
"shape": "S5v",
|
146181
146255
|
"deprecated": true
|
146182
146256
|
},
|
146183
146257
|
"ExtendedS3DestinationUpdate": {
|
@@ -146202,7 +146276,7 @@ module.exports={
|
|
146202
146276
|
},
|
146203
146277
|
"S3BackupMode": {},
|
146204
146278
|
"S3BackupUpdate": {
|
146205
|
-
"shape": "
|
146279
|
+
"shape": "S5v"
|
146206
146280
|
},
|
146207
146281
|
"DataFormatConversionConfiguration": {
|
146208
146282
|
"shape": "Sz"
|
@@ -146230,14 +146304,14 @@ module.exports={
|
|
146230
146304
|
"shape": "S1z"
|
146231
146305
|
},
|
146232
146306
|
"S3Update": {
|
146233
|
-
"shape": "
|
146307
|
+
"shape": "S5v"
|
146234
146308
|
},
|
146235
146309
|
"ProcessingConfiguration": {
|
146236
146310
|
"shape": "Sq"
|
146237
146311
|
},
|
146238
146312
|
"S3BackupMode": {},
|
146239
146313
|
"S3BackupUpdate": {
|
146240
|
-
"shape": "
|
146314
|
+
"shape": "S5v"
|
146241
146315
|
},
|
146242
146316
|
"CloudWatchLoggingOptions": {
|
146243
146317
|
"shape": "Sl"
|
@@ -146260,7 +146334,7 @@ module.exports={
|
|
146260
146334
|
"shape": "S2b"
|
146261
146335
|
},
|
146262
146336
|
"S3Update": {
|
146263
|
-
"shape": "
|
146337
|
+
"shape": "S5v"
|
146264
146338
|
},
|
146265
146339
|
"ProcessingConfiguration": {
|
146266
146340
|
"shape": "Sq"
|
@@ -146289,7 +146363,7 @@ module.exports={
|
|
146289
146363
|
"shape": "S2s"
|
146290
146364
|
},
|
146291
146365
|
"S3Update": {
|
146292
|
-
"shape": "
|
146366
|
+
"shape": "S5v"
|
146293
146367
|
},
|
146294
146368
|
"ProcessingConfiguration": {
|
146295
146369
|
"shape": "Sq"
|
@@ -146316,13 +146390,16 @@ module.exports={
|
|
146316
146390
|
},
|
146317
146391
|
"S3BackupMode": {},
|
146318
146392
|
"S3Update": {
|
146319
|
-
"shape": "
|
146393
|
+
"shape": "S5v"
|
146320
146394
|
},
|
146321
146395
|
"ProcessingConfiguration": {
|
146322
146396
|
"shape": "Sq"
|
146323
146397
|
},
|
146324
146398
|
"CloudWatchLoggingOptions": {
|
146325
146399
|
"shape": "Sl"
|
146400
|
+
},
|
146401
|
+
"BufferingHints": {
|
146402
|
+
"shape": "S33"
|
146326
146403
|
}
|
146327
146404
|
}
|
146328
146405
|
},
|
@@ -146330,27 +146407,27 @@ module.exports={
|
|
146330
146407
|
"type": "structure",
|
146331
146408
|
"members": {
|
146332
146409
|
"EndpointConfiguration": {
|
146333
|
-
"shape": "
|
146410
|
+
"shape": "S37"
|
146334
146411
|
},
|
146335
146412
|
"BufferingHints": {
|
146336
|
-
"shape": "
|
146413
|
+
"shape": "S3b"
|
146337
146414
|
},
|
146338
146415
|
"CloudWatchLoggingOptions": {
|
146339
146416
|
"shape": "Sl"
|
146340
146417
|
},
|
146341
146418
|
"RequestConfiguration": {
|
146342
|
-
"shape": "
|
146419
|
+
"shape": "S3e"
|
146343
146420
|
},
|
146344
146421
|
"ProcessingConfiguration": {
|
146345
146422
|
"shape": "Sq"
|
146346
146423
|
},
|
146347
146424
|
"RoleARN": {},
|
146348
146425
|
"RetryOptions": {
|
146349
|
-
"shape": "
|
146426
|
+
"shape": "S3k"
|
146350
146427
|
},
|
146351
146428
|
"S3BackupMode": {},
|
146352
146429
|
"S3Update": {
|
146353
|
-
"shape": "
|
146430
|
+
"shape": "S5v"
|
146354
146431
|
}
|
146355
146432
|
}
|
146356
146433
|
},
|
@@ -146361,13 +146438,13 @@ module.exports={
|
|
146361
146438
|
"CollectionEndpoint": {},
|
146362
146439
|
"IndexName": {},
|
146363
146440
|
"BufferingHints": {
|
146364
|
-
"shape": "
|
146441
|
+
"shape": "S3u"
|
146365
146442
|
},
|
146366
146443
|
"RetryOptions": {
|
146367
|
-
"shape": "
|
146444
|
+
"shape": "S3x"
|
146368
146445
|
},
|
146369
146446
|
"S3Update": {
|
146370
|
-
"shape": "
|
146447
|
+
"shape": "S5v"
|
146371
146448
|
},
|
146372
146449
|
"ProcessingConfiguration": {
|
146373
146450
|
"shape": "Sq"
|
@@ -146727,14 +146804,25 @@ module.exports={
|
|
146727
146804
|
}
|
146728
146805
|
}
|
146729
146806
|
},
|
146730
|
-
"
|
146807
|
+
"S33": {
|
146808
|
+
"type": "structure",
|
146809
|
+
"members": {
|
146810
|
+
"IntervalInSeconds": {
|
146811
|
+
"type": "integer"
|
146812
|
+
},
|
146813
|
+
"SizeInMBs": {
|
146814
|
+
"type": "integer"
|
146815
|
+
}
|
146816
|
+
}
|
146817
|
+
},
|
146818
|
+
"S37": {
|
146731
146819
|
"type": "structure",
|
146732
146820
|
"required": [
|
146733
146821
|
"Url"
|
146734
146822
|
],
|
146735
146823
|
"members": {
|
146736
146824
|
"Url": {
|
146737
|
-
"shape": "
|
146825
|
+
"shape": "S38"
|
146738
146826
|
},
|
146739
146827
|
"Name": {},
|
146740
146828
|
"AccessKey": {
|
@@ -146743,11 +146831,11 @@ module.exports={
|
|
146743
146831
|
}
|
146744
146832
|
}
|
146745
146833
|
},
|
146746
|
-
"
|
146834
|
+
"S38": {
|
146747
146835
|
"type": "string",
|
146748
146836
|
"sensitive": true
|
146749
146837
|
},
|
146750
|
-
"
|
146838
|
+
"S3b": {
|
146751
146839
|
"type": "structure",
|
146752
146840
|
"members": {
|
146753
146841
|
"SizeInMBs": {
|
@@ -146758,7 +146846,7 @@ module.exports={
|
|
146758
146846
|
}
|
146759
146847
|
}
|
146760
146848
|
},
|
146761
|
-
"
|
146849
|
+
"S3e": {
|
146762
146850
|
"type": "structure",
|
146763
146851
|
"members": {
|
146764
146852
|
"ContentEncoding": {},
|
@@ -146784,7 +146872,7 @@ module.exports={
|
|
146784
146872
|
}
|
146785
146873
|
}
|
146786
146874
|
},
|
146787
|
-
"
|
146875
|
+
"S3k": {
|
146788
146876
|
"type": "structure",
|
146789
146877
|
"members": {
|
146790
146878
|
"DurationInSeconds": {
|
@@ -146792,13 +146880,13 @@ module.exports={
|
|
146792
146880
|
}
|
146793
146881
|
}
|
146794
146882
|
},
|
146795
|
-
"
|
146883
|
+
"S3n": {
|
146796
146884
|
"type": "list",
|
146797
146885
|
"member": {
|
146798
|
-
"shape": "
|
146886
|
+
"shape": "S3o"
|
146799
146887
|
}
|
146800
146888
|
},
|
146801
|
-
"
|
146889
|
+
"S3o": {
|
146802
146890
|
"type": "structure",
|
146803
146891
|
"required": [
|
146804
146892
|
"Key"
|
@@ -146808,7 +146896,7 @@ module.exports={
|
|
146808
146896
|
"Value": {}
|
146809
146897
|
}
|
146810
146898
|
},
|
146811
|
-
"
|
146899
|
+
"S3u": {
|
146812
146900
|
"type": "structure",
|
146813
146901
|
"members": {
|
146814
146902
|
"IntervalInSeconds": {
|
@@ -146819,7 +146907,7 @@ module.exports={
|
|
146819
146907
|
}
|
146820
146908
|
}
|
146821
146909
|
},
|
146822
|
-
"
|
146910
|
+
"S3x": {
|
146823
146911
|
"type": "structure",
|
146824
146912
|
"members": {
|
146825
146913
|
"DurationInSeconds": {
|
@@ -146827,7 +146915,7 @@ module.exports={
|
|
146827
146915
|
}
|
146828
146916
|
}
|
146829
146917
|
},
|
146830
|
-
"
|
146918
|
+
"S43": {
|
146831
146919
|
"type": "structure",
|
146832
146920
|
"required": [
|
146833
146921
|
"RoleARN",
|
@@ -146838,7 +146926,7 @@ module.exports={
|
|
146838
146926
|
"Connectivity": {}
|
146839
146927
|
}
|
146840
146928
|
},
|
146841
|
-
"
|
146929
|
+
"S4f": {
|
146842
146930
|
"type": "structure",
|
146843
146931
|
"required": [
|
146844
146932
|
"Type",
|
@@ -146849,7 +146937,7 @@ module.exports={
|
|
146849
146937
|
"Details": {}
|
146850
146938
|
}
|
146851
146939
|
},
|
146852
|
-
"
|
146940
|
+
"S4r": {
|
146853
146941
|
"type": "structure",
|
146854
146942
|
"required": [
|
146855
146943
|
"RoleARN",
|
@@ -146875,7 +146963,7 @@ module.exports={
|
|
146875
146963
|
}
|
146876
146964
|
}
|
146877
146965
|
},
|
146878
|
-
"
|
146966
|
+
"S4v": {
|
146879
146967
|
"type": "structure",
|
146880
146968
|
"required": [
|
146881
146969
|
"SubnetIds",
|
@@ -146894,7 +146982,7 @@ module.exports={
|
|
146894
146982
|
"VpcId": {}
|
146895
146983
|
}
|
146896
146984
|
},
|
146897
|
-
"
|
146985
|
+
"S5a": {
|
146898
146986
|
"type": "structure",
|
146899
146987
|
"required": [
|
146900
146988
|
"Data"
|
@@ -146905,7 +146993,7 @@ module.exports={
|
|
146905
146993
|
}
|
146906
146994
|
}
|
146907
146995
|
},
|
146908
|
-
"
|
146996
|
+
"S5v": {
|
146909
146997
|
"type": "structure",
|
146910
146998
|
"members": {
|
146911
146999
|
"RoleARN": {},
|
@@ -152186,7 +152274,10 @@ module.exports={
|
|
152186
152274
|
},
|
152187
152275
|
"Name": {},
|
152188
152276
|
"PlayerSessionCreationPolicy": {},
|
152189
|
-
"ProtectionPolicy": {}
|
152277
|
+
"ProtectionPolicy": {},
|
152278
|
+
"GameProperties": {
|
152279
|
+
"shape": "S3d"
|
152280
|
+
}
|
152190
152281
|
}
|
152191
152282
|
},
|
152192
152283
|
"output": {
|
@@ -159989,6 +160080,42 @@ module.exports={
|
|
159989
160080
|
}
|
159990
160081
|
}
|
159991
160082
|
},
|
160083
|
+
"CreateCertificateProvider": {
|
160084
|
+
"http": {
|
160085
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
160086
|
+
},
|
160087
|
+
"input": {
|
160088
|
+
"type": "structure",
|
160089
|
+
"required": [
|
160090
|
+
"certificateProviderName",
|
160091
|
+
"lambdaFunctionArn",
|
160092
|
+
"accountDefaultForOperations"
|
160093
|
+
],
|
160094
|
+
"members": {
|
160095
|
+
"certificateProviderName": {
|
160096
|
+
"location": "uri",
|
160097
|
+
"locationName": "certificateProviderName"
|
160098
|
+
},
|
160099
|
+
"lambdaFunctionArn": {},
|
160100
|
+
"accountDefaultForOperations": {
|
160101
|
+
"shape": "S2y"
|
160102
|
+
},
|
160103
|
+
"clientToken": {
|
160104
|
+
"idempotencyToken": true
|
160105
|
+
},
|
160106
|
+
"tags": {
|
160107
|
+
"shape": "S2e"
|
160108
|
+
}
|
160109
|
+
}
|
160110
|
+
},
|
160111
|
+
"output": {
|
160112
|
+
"type": "structure",
|
160113
|
+
"members": {
|
160114
|
+
"certificateProviderName": {},
|
160115
|
+
"certificateProviderArn": {}
|
160116
|
+
}
|
160117
|
+
}
|
160118
|
+
},
|
159992
160119
|
"CreateCustomMetric": {
|
159993
160120
|
"http": {
|
159994
160121
|
"requestUri": "/custom-metric/{metricName}"
|
@@ -160042,7 +160169,7 @@ module.exports={
|
|
160042
160169
|
},
|
160043
160170
|
"type": {},
|
160044
160171
|
"stringValues": {
|
160045
|
-
"shape": "
|
160172
|
+
"shape": "S3c"
|
160046
160173
|
},
|
160047
160174
|
"tags": {
|
160048
160175
|
"shape": "S2e"
|
@@ -160081,14 +160208,14 @@ module.exports={
|
|
160081
160208
|
},
|
160082
160209
|
"validationCertificateArn": {},
|
160083
160210
|
"authorizerConfig": {
|
160084
|
-
"shape": "
|
160211
|
+
"shape": "S3l"
|
160085
160212
|
},
|
160086
160213
|
"serviceType": {},
|
160087
160214
|
"tags": {
|
160088
160215
|
"shape": "S2e"
|
160089
160216
|
},
|
160090
160217
|
"tlsConfig": {
|
160091
|
-
"shape": "
|
160218
|
+
"shape": "S3o"
|
160092
160219
|
}
|
160093
160220
|
}
|
160094
160221
|
},
|
@@ -160116,7 +160243,7 @@ module.exports={
|
|
160116
160243
|
"locationName": "thingGroupName"
|
160117
160244
|
},
|
160118
160245
|
"thingGroupProperties": {
|
160119
|
-
"shape": "
|
160246
|
+
"shape": "S3t"
|
160120
160247
|
},
|
160121
160248
|
"indexName": {},
|
160122
160249
|
"queryString": {},
|
@@ -160159,7 +160286,7 @@ module.exports={
|
|
160159
160286
|
},
|
160160
160287
|
"queryString": {},
|
160161
160288
|
"aggregationType": {
|
160162
|
-
"shape": "
|
160289
|
+
"shape": "S47"
|
160163
160290
|
},
|
160164
160291
|
"period": {
|
160165
160292
|
"type": "integer"
|
@@ -160205,17 +160332,17 @@ module.exports={
|
|
160205
160332
|
"document": {},
|
160206
160333
|
"description": {},
|
160207
160334
|
"presignedUrlConfig": {
|
160208
|
-
"shape": "
|
160335
|
+
"shape": "S4k"
|
160209
160336
|
},
|
160210
160337
|
"targetSelection": {},
|
160211
160338
|
"jobExecutionsRolloutConfig": {
|
160212
|
-
"shape": "
|
160339
|
+
"shape": "S4n"
|
160213
160340
|
},
|
160214
160341
|
"abortConfig": {
|
160215
|
-
"shape": "
|
160342
|
+
"shape": "S4u"
|
160216
160343
|
},
|
160217
160344
|
"timeoutConfig": {
|
160218
|
-
"shape": "
|
160345
|
+
"shape": "S51"
|
160219
160346
|
},
|
160220
160347
|
"tags": {
|
160221
160348
|
"shape": "S2e"
|
@@ -160223,16 +160350,16 @@ module.exports={
|
|
160223
160350
|
"namespaceId": {},
|
160224
160351
|
"jobTemplateArn": {},
|
160225
160352
|
"jobExecutionsRetryConfig": {
|
160226
|
-
"shape": "
|
160353
|
+
"shape": "S54"
|
160227
160354
|
},
|
160228
160355
|
"documentParameters": {
|
160229
|
-
"shape": "
|
160356
|
+
"shape": "S59"
|
160230
160357
|
},
|
160231
160358
|
"schedulingConfig": {
|
160232
|
-
"shape": "
|
160359
|
+
"shape": "S5c"
|
160233
160360
|
},
|
160234
160361
|
"destinationPackageVersions": {
|
160235
|
-
"shape": "
|
160362
|
+
"shape": "S5j"
|
160236
160363
|
}
|
160237
160364
|
}
|
160238
160365
|
},
|
@@ -160266,28 +160393,28 @@ module.exports={
|
|
160266
160393
|
"document": {},
|
160267
160394
|
"description": {},
|
160268
160395
|
"presignedUrlConfig": {
|
160269
|
-
"shape": "
|
160396
|
+
"shape": "S4k"
|
160270
160397
|
},
|
160271
160398
|
"jobExecutionsRolloutConfig": {
|
160272
|
-
"shape": "
|
160399
|
+
"shape": "S4n"
|
160273
160400
|
},
|
160274
160401
|
"abortConfig": {
|
160275
|
-
"shape": "
|
160402
|
+
"shape": "S4u"
|
160276
160403
|
},
|
160277
160404
|
"timeoutConfig": {
|
160278
|
-
"shape": "
|
160405
|
+
"shape": "S51"
|
160279
160406
|
},
|
160280
160407
|
"tags": {
|
160281
160408
|
"shape": "S2e"
|
160282
160409
|
},
|
160283
160410
|
"jobExecutionsRetryConfig": {
|
160284
|
-
"shape": "
|
160411
|
+
"shape": "S54"
|
160285
160412
|
},
|
160286
160413
|
"maintenanceWindows": {
|
160287
|
-
"shape": "
|
160414
|
+
"shape": "S5f"
|
160288
160415
|
},
|
160289
160416
|
"destinationPackageVersions": {
|
160290
|
-
"shape": "
|
160417
|
+
"shape": "S5j"
|
160291
160418
|
}
|
160292
160419
|
}
|
160293
160420
|
},
|
@@ -160320,7 +160447,7 @@ module.exports={
|
|
160320
160447
|
"certificateId": {},
|
160321
160448
|
"certificatePem": {},
|
160322
160449
|
"keyPair": {
|
160323
|
-
"shape": "
|
160450
|
+
"shape": "S5r"
|
160324
160451
|
}
|
160325
160452
|
}
|
160326
160453
|
}
|
@@ -160343,7 +160470,7 @@ module.exports={
|
|
160343
160470
|
},
|
160344
160471
|
"roleArn": {},
|
160345
160472
|
"actionParams": {
|
160346
|
-
"shape": "
|
160473
|
+
"shape": "S5w"
|
160347
160474
|
},
|
160348
160475
|
"tags": {
|
160349
160476
|
"shape": "S2e"
|
@@ -160377,17 +160504,17 @@ module.exports={
|
|
160377
160504
|
},
|
160378
160505
|
"description": {},
|
160379
160506
|
"targets": {
|
160380
|
-
"shape": "
|
160507
|
+
"shape": "S6g"
|
160381
160508
|
},
|
160382
160509
|
"protocols": {
|
160383
|
-
"shape": "
|
160510
|
+
"shape": "S6i"
|
160384
160511
|
},
|
160385
160512
|
"targetSelection": {},
|
160386
160513
|
"awsJobExecutionsRolloutConfig": {
|
160387
|
-
"shape": "
|
160514
|
+
"shape": "S6k"
|
160388
160515
|
},
|
160389
160516
|
"awsJobPresignedUrlConfig": {
|
160390
|
-
"shape": "
|
160517
|
+
"shape": "S6r"
|
160391
160518
|
},
|
160392
160519
|
"awsJobAbortConfig": {
|
160393
160520
|
"type": "structure",
|
@@ -160428,11 +160555,11 @@ module.exports={
|
|
160428
160555
|
}
|
160429
160556
|
},
|
160430
160557
|
"files": {
|
160431
|
-
"shape": "
|
160558
|
+
"shape": "S72"
|
160432
160559
|
},
|
160433
160560
|
"roleArn": {},
|
160434
160561
|
"additionalParameters": {
|
160435
|
-
"shape": "
|
160562
|
+
"shape": "S80"
|
160436
160563
|
},
|
160437
160564
|
"tags": {
|
160438
160565
|
"shape": "S2e"
|
@@ -160467,10 +160594,10 @@ module.exports={
|
|
160467
160594
|
"locationName": "packageName"
|
160468
160595
|
},
|
160469
160596
|
"description": {
|
160470
|
-
"shape": "
|
160597
|
+
"shape": "S88"
|
160471
160598
|
},
|
160472
160599
|
"tags": {
|
160473
|
-
"shape": "
|
160600
|
+
"shape": "S89"
|
160474
160601
|
},
|
160475
160602
|
"clientToken": {
|
160476
160603
|
"idempotencyToken": true,
|
@@ -160485,7 +160612,7 @@ module.exports={
|
|
160485
160612
|
"packageName": {},
|
160486
160613
|
"packageArn": {},
|
160487
160614
|
"description": {
|
160488
|
-
"shape": "
|
160615
|
+
"shape": "S88"
|
160489
160616
|
}
|
160490
160617
|
}
|
160491
160618
|
},
|
@@ -160513,13 +160640,13 @@ module.exports={
|
|
160513
160640
|
"locationName": "versionName"
|
160514
160641
|
},
|
160515
160642
|
"description": {
|
160516
|
-
"shape": "
|
160643
|
+
"shape": "S88"
|
160517
160644
|
},
|
160518
160645
|
"attributes": {
|
160519
|
-
"shape": "
|
160646
|
+
"shape": "S8e"
|
160520
160647
|
},
|
160521
160648
|
"tags": {
|
160522
|
-
"shape": "
|
160649
|
+
"shape": "S89"
|
160523
160650
|
},
|
160524
160651
|
"clientToken": {
|
160525
160652
|
"idempotencyToken": true,
|
@@ -160535,10 +160662,10 @@ module.exports={
|
|
160535
160662
|
"packageName": {},
|
160536
160663
|
"versionName": {},
|
160537
160664
|
"description": {
|
160538
|
-
"shape": "
|
160665
|
+
"shape": "S88"
|
160539
160666
|
},
|
160540
160667
|
"attributes": {
|
160541
|
-
"shape": "
|
160668
|
+
"shape": "S8e"
|
160542
160669
|
},
|
160543
160670
|
"status": {},
|
160544
160671
|
"errorReason": {}
|
@@ -160634,7 +160761,7 @@ module.exports={
|
|
160634
160761
|
"certificateId": {},
|
160635
160762
|
"certificatePem": {},
|
160636
160763
|
"keyPair": {
|
160637
|
-
"shape": "
|
160764
|
+
"shape": "S5r"
|
160638
160765
|
},
|
160639
160766
|
"expiration": {
|
160640
160767
|
"type": "timestamp"
|
@@ -160662,7 +160789,7 @@ module.exports={
|
|
160662
160789
|
},
|
160663
160790
|
"provisioningRoleArn": {},
|
160664
160791
|
"preProvisioningHook": {
|
160665
|
-
"shape": "
|
160792
|
+
"shape": "S90"
|
160666
160793
|
},
|
160667
160794
|
"tags": {
|
160668
160795
|
"shape": "S2e"
|
@@ -160766,7 +160893,7 @@ module.exports={
|
|
160766
160893
|
"dayOfMonth": {},
|
160767
160894
|
"dayOfWeek": {},
|
160768
160895
|
"targetCheckNames": {
|
160769
|
-
"shape": "
|
160896
|
+
"shape": "S9g"
|
160770
160897
|
},
|
160771
160898
|
"scheduledAuditName": {
|
160772
160899
|
"location": "uri",
|
@@ -160800,24 +160927,24 @@ module.exports={
|
|
160800
160927
|
},
|
160801
160928
|
"securityProfileDescription": {},
|
160802
160929
|
"behaviors": {
|
160803
|
-
"shape": "
|
160930
|
+
"shape": "S9m"
|
160804
160931
|
},
|
160805
160932
|
"alertTargets": {
|
160806
|
-
"shape": "
|
160933
|
+
"shape": "Sad"
|
160807
160934
|
},
|
160808
160935
|
"additionalMetricsToRetain": {
|
160809
|
-
"shape": "
|
160936
|
+
"shape": "Sah",
|
160810
160937
|
"deprecated": true,
|
160811
160938
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
160812
160939
|
},
|
160813
160940
|
"additionalMetricsToRetainV2": {
|
160814
|
-
"shape": "
|
160941
|
+
"shape": "Sai"
|
160815
160942
|
},
|
160816
160943
|
"tags": {
|
160817
160944
|
"shape": "S2e"
|
160818
160945
|
},
|
160819
160946
|
"metricsExportConfig": {
|
160820
|
-
"shape": "
|
160947
|
+
"shape": "Sak"
|
160821
160948
|
}
|
160822
160949
|
}
|
160823
160950
|
},
|
@@ -160847,7 +160974,7 @@ module.exports={
|
|
160847
160974
|
},
|
160848
160975
|
"description": {},
|
160849
160976
|
"files": {
|
160850
|
-
"shape": "
|
160977
|
+
"shape": "Saq"
|
160851
160978
|
},
|
160852
160979
|
"roleArn": {},
|
160853
160980
|
"tags": {
|
@@ -160883,7 +161010,7 @@ module.exports={
|
|
160883
161010
|
},
|
160884
161011
|
"thingTypeName": {},
|
160885
161012
|
"attributePayload": {
|
160886
|
-
"shape": "
|
161013
|
+
"shape": "S3v"
|
160887
161014
|
},
|
160888
161015
|
"billingGroupName": {}
|
160889
161016
|
}
|
@@ -160913,7 +161040,7 @@ module.exports={
|
|
160913
161040
|
},
|
160914
161041
|
"parentGroupName": {},
|
160915
161042
|
"thingGroupProperties": {
|
160916
|
-
"shape": "
|
161043
|
+
"shape": "S3t"
|
160917
161044
|
},
|
160918
161045
|
"tags": {
|
160919
161046
|
"shape": "S2e"
|
@@ -160944,7 +161071,7 @@ module.exports={
|
|
160944
161071
|
"locationName": "thingTypeName"
|
160945
161072
|
},
|
160946
161073
|
"thingTypeProperties": {
|
160947
|
-
"shape": "
|
161074
|
+
"shape": "Sb2"
|
160948
161075
|
},
|
160949
161076
|
"tags": {
|
160950
161077
|
"shape": "S2e"
|
@@ -160976,7 +161103,7 @@ module.exports={
|
|
160976
161103
|
"locationName": "ruleName"
|
160977
161104
|
},
|
160978
161105
|
"topicRulePayload": {
|
160979
|
-
"shape": "
|
161106
|
+
"shape": "Sba"
|
160980
161107
|
},
|
160981
161108
|
"tags": {
|
160982
161109
|
"location": "header",
|
@@ -161017,10 +161144,10 @@ module.exports={
|
|
161017
161144
|
],
|
161018
161145
|
"members": {
|
161019
161146
|
"subnetIds": {
|
161020
|
-
"shape": "
|
161147
|
+
"shape": "Ser"
|
161021
161148
|
},
|
161022
161149
|
"securityGroups": {
|
161023
|
-
"shape": "
|
161150
|
+
"shape": "Set"
|
161024
161151
|
},
|
161025
161152
|
"vpcId": {},
|
161026
161153
|
"roleArn": {}
|
@@ -161034,7 +161161,7 @@ module.exports={
|
|
161034
161161
|
"type": "structure",
|
161035
161162
|
"members": {
|
161036
161163
|
"topicRuleDestination": {
|
161037
|
-
"shape": "
|
161164
|
+
"shape": "Sex"
|
161038
161165
|
}
|
161039
161166
|
}
|
161040
161167
|
}
|
@@ -161175,6 +161302,28 @@ module.exports={
|
|
161175
161302
|
}
|
161176
161303
|
}
|
161177
161304
|
},
|
161305
|
+
"DeleteCertificateProvider": {
|
161306
|
+
"http": {
|
161307
|
+
"method": "DELETE",
|
161308
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
161309
|
+
},
|
161310
|
+
"input": {
|
161311
|
+
"type": "structure",
|
161312
|
+
"required": [
|
161313
|
+
"certificateProviderName"
|
161314
|
+
],
|
161315
|
+
"members": {
|
161316
|
+
"certificateProviderName": {
|
161317
|
+
"location": "uri",
|
161318
|
+
"locationName": "certificateProviderName"
|
161319
|
+
}
|
161320
|
+
}
|
161321
|
+
},
|
161322
|
+
"output": {
|
161323
|
+
"type": "structure",
|
161324
|
+
"members": {}
|
161325
|
+
}
|
161326
|
+
},
|
161178
161327
|
"DeleteCustomMetric": {
|
161179
161328
|
"http": {
|
161180
161329
|
"method": "DELETE",
|
@@ -161866,10 +162015,10 @@ module.exports={
|
|
161866
162015
|
"members": {
|
161867
162016
|
"roleArn": {},
|
161868
162017
|
"auditNotificationTargetConfigurations": {
|
161869
|
-
"shape": "
|
162018
|
+
"shape": "Sh3"
|
161870
162019
|
},
|
161871
162020
|
"auditCheckConfigurations": {
|
161872
|
-
"shape": "
|
162021
|
+
"shape": "Sh6"
|
161873
162022
|
}
|
161874
162023
|
}
|
161875
162024
|
}
|
@@ -161895,7 +162044,7 @@ module.exports={
|
|
161895
162044
|
"type": "structure",
|
161896
162045
|
"members": {
|
161897
162046
|
"finding": {
|
161898
|
-
"shape": "
|
162047
|
+
"shape": "Shb"
|
161899
162048
|
}
|
161900
162049
|
}
|
161901
162050
|
}
|
@@ -161952,13 +162101,13 @@ module.exports={
|
|
161952
162101
|
}
|
161953
162102
|
},
|
161954
162103
|
"target": {
|
161955
|
-
"shape": "
|
162104
|
+
"shape": "Shv"
|
161956
162105
|
},
|
161957
162106
|
"auditCheckToActionsMapping": {
|
161958
|
-
"shape": "
|
162107
|
+
"shape": "Shz"
|
161959
162108
|
},
|
161960
162109
|
"actionsDefinition": {
|
161961
|
-
"shape": "
|
162110
|
+
"shape": "Si1"
|
161962
162111
|
}
|
161963
162112
|
}
|
161964
162113
|
}
|
@@ -162097,7 +162246,7 @@ module.exports={
|
|
162097
162246
|
"type": "structure",
|
162098
162247
|
"members": {
|
162099
162248
|
"authorizerDescription": {
|
162100
|
-
"shape": "
|
162249
|
+
"shape": "Sis"
|
162101
162250
|
}
|
162102
162251
|
}
|
162103
162252
|
}
|
@@ -162182,13 +162331,13 @@ module.exports={
|
|
162182
162331
|
},
|
162183
162332
|
"generationId": {},
|
162184
162333
|
"validity": {
|
162185
|
-
"shape": "
|
162334
|
+
"shape": "Sj5"
|
162186
162335
|
},
|
162187
162336
|
"certificateMode": {}
|
162188
162337
|
}
|
162189
162338
|
},
|
162190
162339
|
"registrationConfig": {
|
162191
|
-
"shape": "
|
162340
|
+
"shape": "Sj7"
|
162192
162341
|
}
|
162193
162342
|
}
|
162194
162343
|
}
|
@@ -162250,7 +162399,7 @@ module.exports={
|
|
162250
162399
|
},
|
162251
162400
|
"generationId": {},
|
162252
162401
|
"validity": {
|
162253
|
-
"shape": "
|
162402
|
+
"shape": "Sj5"
|
162254
162403
|
},
|
162255
162404
|
"certificateMode": {}
|
162256
162405
|
}
|
@@ -162258,6 +162407,41 @@ module.exports={
|
|
162258
162407
|
}
|
162259
162408
|
}
|
162260
162409
|
},
|
162410
|
+
"DescribeCertificateProvider": {
|
162411
|
+
"http": {
|
162412
|
+
"method": "GET",
|
162413
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
162414
|
+
},
|
162415
|
+
"input": {
|
162416
|
+
"type": "structure",
|
162417
|
+
"required": [
|
162418
|
+
"certificateProviderName"
|
162419
|
+
],
|
162420
|
+
"members": {
|
162421
|
+
"certificateProviderName": {
|
162422
|
+
"location": "uri",
|
162423
|
+
"locationName": "certificateProviderName"
|
162424
|
+
}
|
162425
|
+
}
|
162426
|
+
},
|
162427
|
+
"output": {
|
162428
|
+
"type": "structure",
|
162429
|
+
"members": {
|
162430
|
+
"certificateProviderName": {},
|
162431
|
+
"certificateProviderArn": {},
|
162432
|
+
"lambdaFunctionArn": {},
|
162433
|
+
"accountDefaultForOperations": {
|
162434
|
+
"shape": "S2y"
|
162435
|
+
},
|
162436
|
+
"creationDate": {
|
162437
|
+
"type": "timestamp"
|
162438
|
+
},
|
162439
|
+
"lastModifiedDate": {
|
162440
|
+
"type": "timestamp"
|
162441
|
+
}
|
162442
|
+
}
|
162443
|
+
}
|
162444
|
+
},
|
162261
162445
|
"DescribeCustomMetric": {
|
162262
162446
|
"http": {
|
162263
162447
|
"method": "GET",
|
@@ -162304,7 +162488,7 @@ module.exports={
|
|
162304
162488
|
"type": "structure",
|
162305
162489
|
"members": {
|
162306
162490
|
"authorizerDescription": {
|
162307
|
-
"shape": "
|
162491
|
+
"shape": "Sis"
|
162308
162492
|
}
|
162309
162493
|
}
|
162310
162494
|
}
|
@@ -162330,7 +162514,7 @@ module.exports={
|
|
162330
162514
|
"type": "structure",
|
162331
162515
|
"members": {
|
162332
162516
|
"taskSummary": {
|
162333
|
-
"shape": "
|
162517
|
+
"shape": "Sjm"
|
162334
162518
|
}
|
162335
162519
|
}
|
162336
162520
|
}
|
@@ -162359,7 +162543,7 @@ module.exports={
|
|
162359
162543
|
"arn": {},
|
162360
162544
|
"type": {},
|
162361
162545
|
"stringValues": {
|
162362
|
-
"shape": "
|
162546
|
+
"shape": "S3c"
|
162363
162547
|
},
|
162364
162548
|
"creationDate": {
|
162365
162549
|
"type": "timestamp"
|
@@ -162405,7 +162589,7 @@ module.exports={
|
|
162405
162589
|
}
|
162406
162590
|
},
|
162407
162591
|
"authorizerConfig": {
|
162408
|
-
"shape": "
|
162592
|
+
"shape": "S3l"
|
162409
162593
|
},
|
162410
162594
|
"domainConfigurationStatus": {},
|
162411
162595
|
"serviceType": {},
|
@@ -162414,7 +162598,7 @@ module.exports={
|
|
162414
162598
|
"type": "timestamp"
|
162415
162599
|
},
|
162416
162600
|
"tlsConfig": {
|
162417
|
-
"shape": "
|
162601
|
+
"shape": "S3o"
|
162418
162602
|
}
|
162419
162603
|
}
|
162420
162604
|
}
|
@@ -162453,7 +162637,7 @@ module.exports={
|
|
162453
162637
|
"type": "structure",
|
162454
162638
|
"members": {
|
162455
162639
|
"eventConfigurations": {
|
162456
|
-
"shape": "
|
162640
|
+
"shape": "Skc"
|
162457
162641
|
},
|
162458
162642
|
"creationDate": {
|
162459
162643
|
"type": "timestamp"
|
@@ -162487,7 +162671,7 @@ module.exports={
|
|
162487
162671
|
"metricName": {},
|
162488
162672
|
"queryString": {},
|
162489
162673
|
"aggregationType": {
|
162490
|
-
"shape": "
|
162674
|
+
"shape": "S47"
|
162491
162675
|
},
|
162492
162676
|
"period": {
|
162493
162677
|
"type": "integer"
|
@@ -162574,13 +162758,13 @@ module.exports={
|
|
162574
162758
|
},
|
162575
162759
|
"description": {},
|
162576
162760
|
"presignedUrlConfig": {
|
162577
|
-
"shape": "
|
162761
|
+
"shape": "S4k"
|
162578
162762
|
},
|
162579
162763
|
"jobExecutionsRolloutConfig": {
|
162580
|
-
"shape": "
|
162764
|
+
"shape": "S4n"
|
162581
162765
|
},
|
162582
162766
|
"abortConfig": {
|
162583
|
-
"shape": "
|
162767
|
+
"shape": "S4u"
|
162584
162768
|
},
|
162585
162769
|
"createdAt": {
|
162586
162770
|
"type": "timestamp"
|
@@ -162625,21 +162809,21 @@ module.exports={
|
|
162625
162809
|
}
|
162626
162810
|
},
|
162627
162811
|
"timeoutConfig": {
|
162628
|
-
"shape": "
|
162812
|
+
"shape": "S51"
|
162629
162813
|
},
|
162630
162814
|
"namespaceId": {},
|
162631
162815
|
"jobTemplateArn": {},
|
162632
162816
|
"jobExecutionsRetryConfig": {
|
162633
|
-
"shape": "
|
162817
|
+
"shape": "S54"
|
162634
162818
|
},
|
162635
162819
|
"documentParameters": {
|
162636
|
-
"shape": "
|
162820
|
+
"shape": "S59"
|
162637
162821
|
},
|
162638
162822
|
"isConcurrent": {
|
162639
162823
|
"type": "boolean"
|
162640
162824
|
},
|
162641
162825
|
"schedulingConfig": {
|
162642
|
-
"shape": "
|
162826
|
+
"shape": "S5c"
|
162643
162827
|
},
|
162644
162828
|
"scheduledJobRollouts": {
|
162645
162829
|
"type": "list",
|
@@ -162651,7 +162835,7 @@ module.exports={
|
|
162651
162835
|
}
|
162652
162836
|
},
|
162653
162837
|
"destinationPackageVersions": {
|
162654
|
-
"shape": "
|
162838
|
+
"shape": "S5j"
|
162655
162839
|
}
|
162656
162840
|
}
|
162657
162841
|
}
|
@@ -162757,25 +162941,25 @@ module.exports={
|
|
162757
162941
|
"type": "timestamp"
|
162758
162942
|
},
|
162759
162943
|
"presignedUrlConfig": {
|
162760
|
-
"shape": "
|
162944
|
+
"shape": "S4k"
|
162761
162945
|
},
|
162762
162946
|
"jobExecutionsRolloutConfig": {
|
162763
|
-
"shape": "
|
162947
|
+
"shape": "S4n"
|
162764
162948
|
},
|
162765
162949
|
"abortConfig": {
|
162766
|
-
"shape": "
|
162950
|
+
"shape": "S4u"
|
162767
162951
|
},
|
162768
162952
|
"timeoutConfig": {
|
162769
|
-
"shape": "
|
162953
|
+
"shape": "S51"
|
162770
162954
|
},
|
162771
162955
|
"jobExecutionsRetryConfig": {
|
162772
|
-
"shape": "
|
162956
|
+
"shape": "S54"
|
162773
162957
|
},
|
162774
162958
|
"maintenanceWindows": {
|
162775
|
-
"shape": "
|
162959
|
+
"shape": "S5f"
|
162776
162960
|
},
|
162777
162961
|
"destinationPackageVersions": {
|
162778
|
-
"shape": "
|
162962
|
+
"shape": "S5j"
|
162779
162963
|
}
|
162780
162964
|
}
|
162781
162965
|
}
|
@@ -162809,7 +162993,7 @@ module.exports={
|
|
162809
162993
|
"description": {},
|
162810
162994
|
"templateVersion": {},
|
162811
162995
|
"environments": {
|
162812
|
-
"shape": "
|
162996
|
+
"shape": "Sli"
|
162813
162997
|
},
|
162814
162998
|
"documentParameters": {
|
162815
162999
|
"type": "list",
|
@@ -162856,7 +163040,7 @@ module.exports={
|
|
162856
163040
|
"actionId": {},
|
162857
163041
|
"roleArn": {},
|
162858
163042
|
"actionParams": {
|
162859
|
-
"shape": "
|
163043
|
+
"shape": "S5w"
|
162860
163044
|
},
|
162861
163045
|
"creationDate": {
|
162862
163046
|
"type": "timestamp"
|
@@ -162905,7 +163089,7 @@ module.exports={
|
|
162905
163089
|
},
|
162906
163090
|
"provisioningRoleArn": {},
|
162907
163091
|
"preProvisioningHook": {
|
162908
|
-
"shape": "
|
163092
|
+
"shape": "S90"
|
162909
163093
|
},
|
162910
163094
|
"type": {}
|
162911
163095
|
}
|
@@ -163015,7 +163199,7 @@ module.exports={
|
|
163015
163199
|
"dayOfMonth": {},
|
163016
163200
|
"dayOfWeek": {},
|
163017
163201
|
"targetCheckNames": {
|
163018
|
-
"shape": "
|
163202
|
+
"shape": "S9g"
|
163019
163203
|
},
|
163020
163204
|
"scheduledAuditName": {},
|
163021
163205
|
"scheduledAuditArn": {}
|
@@ -163046,18 +163230,18 @@ module.exports={
|
|
163046
163230
|
"securityProfileArn": {},
|
163047
163231
|
"securityProfileDescription": {},
|
163048
163232
|
"behaviors": {
|
163049
|
-
"shape": "
|
163233
|
+
"shape": "S9m"
|
163050
163234
|
},
|
163051
163235
|
"alertTargets": {
|
163052
|
-
"shape": "
|
163236
|
+
"shape": "Sad"
|
163053
163237
|
},
|
163054
163238
|
"additionalMetricsToRetain": {
|
163055
|
-
"shape": "
|
163239
|
+
"shape": "Sah",
|
163056
163240
|
"deprecated": true,
|
163057
163241
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
163058
163242
|
},
|
163059
163243
|
"additionalMetricsToRetainV2": {
|
163060
|
-
"shape": "
|
163244
|
+
"shape": "Sai"
|
163061
163245
|
},
|
163062
163246
|
"version": {
|
163063
163247
|
"type": "long"
|
@@ -163069,7 +163253,7 @@ module.exports={
|
|
163069
163253
|
"type": "timestamp"
|
163070
163254
|
},
|
163071
163255
|
"metricsExportConfig": {
|
163072
|
-
"shape": "
|
163256
|
+
"shape": "Sak"
|
163073
163257
|
}
|
163074
163258
|
}
|
163075
163259
|
}
|
@@ -163104,7 +163288,7 @@ module.exports={
|
|
163104
163288
|
},
|
163105
163289
|
"description": {},
|
163106
163290
|
"files": {
|
163107
|
-
"shape": "
|
163291
|
+
"shape": "Saq"
|
163108
163292
|
},
|
163109
163293
|
"createdAt": {
|
163110
163294
|
"type": "timestamp"
|
@@ -163144,7 +163328,7 @@ module.exports={
|
|
163144
163328
|
"thingArn": {},
|
163145
163329
|
"thingTypeName": {},
|
163146
163330
|
"attributes": {
|
163147
|
-
"shape": "
|
163331
|
+
"shape": "S3w"
|
163148
163332
|
},
|
163149
163333
|
"version": {
|
163150
163334
|
"type": "long"
|
@@ -163180,14 +163364,14 @@ module.exports={
|
|
163180
163364
|
"type": "long"
|
163181
163365
|
},
|
163182
163366
|
"thingGroupProperties": {
|
163183
|
-
"shape": "
|
163367
|
+
"shape": "S3t"
|
163184
163368
|
},
|
163185
163369
|
"thingGroupMetadata": {
|
163186
163370
|
"type": "structure",
|
163187
163371
|
"members": {
|
163188
163372
|
"parentGroupName": {},
|
163189
163373
|
"rootToParentThingGroups": {
|
163190
|
-
"shape": "
|
163374
|
+
"shape": "Smb"
|
163191
163375
|
},
|
163192
163376
|
"creationDate": {
|
163193
163377
|
"type": "timestamp"
|
@@ -163270,10 +163454,10 @@ module.exports={
|
|
163270
163454
|
"thingTypeId": {},
|
163271
163455
|
"thingTypeArn": {},
|
163272
163456
|
"thingTypeProperties": {
|
163273
|
-
"shape": "
|
163457
|
+
"shape": "Sb2"
|
163274
163458
|
},
|
163275
163459
|
"thingTypeMetadata": {
|
163276
|
-
"shape": "
|
163460
|
+
"shape": "Smo"
|
163277
163461
|
}
|
163278
163462
|
}
|
163279
163463
|
}
|
@@ -163581,10 +163765,10 @@ module.exports={
|
|
163581
163765
|
"type": "structure",
|
163582
163766
|
"members": {
|
163583
163767
|
"thingIndexingConfiguration": {
|
163584
|
-
"shape": "
|
163768
|
+
"shape": "Snn"
|
163585
163769
|
},
|
163586
163770
|
"thingGroupIndexingConfiguration": {
|
163587
|
-
"shape": "
|
163771
|
+
"shape": "So3"
|
163588
163772
|
}
|
163589
163773
|
}
|
163590
163774
|
}
|
@@ -163663,20 +163847,20 @@ module.exports={
|
|
163663
163847
|
},
|
163664
163848
|
"description": {},
|
163665
163849
|
"targets": {
|
163666
|
-
"shape": "
|
163850
|
+
"shape": "S6g"
|
163667
163851
|
},
|
163668
163852
|
"protocols": {
|
163669
|
-
"shape": "
|
163853
|
+
"shape": "S6i"
|
163670
163854
|
},
|
163671
163855
|
"awsJobExecutionsRolloutConfig": {
|
163672
|
-
"shape": "
|
163856
|
+
"shape": "S6k"
|
163673
163857
|
},
|
163674
163858
|
"awsJobPresignedUrlConfig": {
|
163675
|
-
"shape": "
|
163859
|
+
"shape": "S6r"
|
163676
163860
|
},
|
163677
163861
|
"targetSelection": {},
|
163678
163862
|
"otaUpdateFiles": {
|
163679
|
-
"shape": "
|
163863
|
+
"shape": "S72"
|
163680
163864
|
},
|
163681
163865
|
"otaUpdateStatus": {},
|
163682
163866
|
"awsIotJobId": {},
|
@@ -163689,7 +163873,7 @@ module.exports={
|
|
163689
163873
|
}
|
163690
163874
|
},
|
163691
163875
|
"additionalParameters": {
|
163692
|
-
"shape": "
|
163876
|
+
"shape": "S80"
|
163693
163877
|
}
|
163694
163878
|
}
|
163695
163879
|
}
|
@@ -163720,7 +163904,7 @@ module.exports={
|
|
163720
163904
|
"packageName": {},
|
163721
163905
|
"packageArn": {},
|
163722
163906
|
"description": {
|
163723
|
-
"shape": "
|
163907
|
+
"shape": "S88"
|
163724
163908
|
},
|
163725
163909
|
"defaultVersionName": {},
|
163726
163910
|
"creationDate": {
|
@@ -163746,7 +163930,7 @@ module.exports={
|
|
163746
163930
|
"type": "structure",
|
163747
163931
|
"members": {
|
163748
163932
|
"versionUpdateByJobsConfig": {
|
163749
|
-
"shape": "
|
163933
|
+
"shape": "Soj"
|
163750
163934
|
}
|
163751
163935
|
}
|
163752
163936
|
}
|
@@ -163781,10 +163965,10 @@ module.exports={
|
|
163781
163965
|
"packageName": {},
|
163782
163966
|
"versionName": {},
|
163783
163967
|
"description": {
|
163784
|
-
"shape": "
|
163968
|
+
"shape": "S88"
|
163785
163969
|
},
|
163786
163970
|
"attributes": {
|
163787
|
-
"shape": "
|
163971
|
+
"shape": "S8e"
|
163788
163972
|
},
|
163789
163973
|
"status": {},
|
163790
163974
|
"errorReason": {},
|
@@ -164013,14 +164197,14 @@ module.exports={
|
|
164013
164197
|
"type": "timestamp"
|
164014
164198
|
},
|
164015
164199
|
"actions": {
|
164016
|
-
"shape": "
|
164200
|
+
"shape": "Sbd"
|
164017
164201
|
},
|
164018
164202
|
"ruleDisabled": {
|
164019
164203
|
"type": "boolean"
|
164020
164204
|
},
|
164021
164205
|
"awsIotSqlVersion": {},
|
164022
164206
|
"errorAction": {
|
164023
|
-
"shape": "
|
164207
|
+
"shape": "Sbe"
|
164024
164208
|
}
|
164025
164209
|
}
|
164026
164210
|
}
|
@@ -164048,7 +164232,7 @@ module.exports={
|
|
164048
164232
|
"type": "structure",
|
164049
164233
|
"members": {
|
164050
164234
|
"topicRuleDestination": {
|
164051
|
-
"shape": "
|
164235
|
+
"shape": "Sex"
|
164052
164236
|
}
|
164053
164237
|
}
|
164054
164238
|
}
|
@@ -164125,13 +164309,13 @@ module.exports={
|
|
164125
164309
|
"thingName": {},
|
164126
164310
|
"securityProfileName": {},
|
164127
164311
|
"behavior": {
|
164128
|
-
"shape": "
|
164312
|
+
"shape": "S9n"
|
164129
164313
|
},
|
164130
164314
|
"lastViolationValue": {
|
164131
|
-
"shape": "
|
164315
|
+
"shape": "S9u"
|
164132
164316
|
},
|
164133
164317
|
"violationEventAdditionalInfo": {
|
164134
|
-
"shape": "
|
164318
|
+
"shape": "Spt"
|
164135
164319
|
},
|
164136
164320
|
"verificationState": {},
|
164137
164321
|
"verificationStateDescription": {},
|
@@ -164182,7 +164366,7 @@ module.exports={
|
|
164182
164366
|
"type": "structure",
|
164183
164367
|
"members": {
|
164184
164368
|
"policies": {
|
164185
|
-
"shape": "
|
164369
|
+
"shape": "Sq0"
|
164186
164370
|
},
|
164187
164371
|
"nextMarker": {}
|
164188
164372
|
}
|
@@ -164221,7 +164405,7 @@ module.exports={
|
|
164221
164405
|
"findings": {
|
164222
164406
|
"type": "list",
|
164223
164407
|
"member": {
|
164224
|
-
"shape": "
|
164408
|
+
"shape": "Shb"
|
164225
164409
|
}
|
164226
164410
|
},
|
164227
164411
|
"nextToken": {}
|
@@ -164539,7 +164723,7 @@ module.exports={
|
|
164539
164723
|
"billingGroups": {
|
164540
164724
|
"type": "list",
|
164541
164725
|
"member": {
|
164542
|
-
"shape": "
|
164726
|
+
"shape": "Smc"
|
164543
164727
|
}
|
164544
164728
|
},
|
164545
164729
|
"nextToken": {}
|
@@ -164595,6 +164779,42 @@ module.exports={
|
|
164595
164779
|
}
|
164596
164780
|
}
|
164597
164781
|
},
|
164782
|
+
"ListCertificateProviders": {
|
164783
|
+
"http": {
|
164784
|
+
"method": "GET",
|
164785
|
+
"requestUri": "/certificate-providers/"
|
164786
|
+
},
|
164787
|
+
"input": {
|
164788
|
+
"type": "structure",
|
164789
|
+
"members": {
|
164790
|
+
"nextToken": {
|
164791
|
+
"location": "querystring",
|
164792
|
+
"locationName": "nextToken"
|
164793
|
+
},
|
164794
|
+
"ascendingOrder": {
|
164795
|
+
"location": "querystring",
|
164796
|
+
"locationName": "isAscendingOrder",
|
164797
|
+
"type": "boolean"
|
164798
|
+
}
|
164799
|
+
}
|
164800
|
+
},
|
164801
|
+
"output": {
|
164802
|
+
"type": "structure",
|
164803
|
+
"members": {
|
164804
|
+
"certificateProviders": {
|
164805
|
+
"type": "list",
|
164806
|
+
"member": {
|
164807
|
+
"type": "structure",
|
164808
|
+
"members": {
|
164809
|
+
"certificateProviderName": {},
|
164810
|
+
"certificateProviderArn": {}
|
164811
|
+
}
|
164812
|
+
}
|
164813
|
+
},
|
164814
|
+
"nextToken": {}
|
164815
|
+
}
|
164816
|
+
}
|
164817
|
+
},
|
164598
164818
|
"ListCertificates": {
|
164599
164819
|
"http": {
|
164600
164820
|
"method": "GET",
|
@@ -164623,7 +164843,7 @@ module.exports={
|
|
164623
164843
|
"type": "structure",
|
164624
164844
|
"members": {
|
164625
164845
|
"certificates": {
|
164626
|
-
"shape": "
|
164846
|
+
"shape": "Sr6"
|
164627
164847
|
},
|
164628
164848
|
"nextMarker": {}
|
164629
164849
|
}
|
@@ -164664,7 +164884,7 @@ module.exports={
|
|
164664
164884
|
"type": "structure",
|
164665
164885
|
"members": {
|
164666
164886
|
"certificates": {
|
164667
|
-
"shape": "
|
164887
|
+
"shape": "Sr6"
|
164668
164888
|
},
|
164669
164889
|
"nextMarker": {}
|
164670
164890
|
}
|
@@ -164808,7 +165028,7 @@ module.exports={
|
|
164808
165028
|
"tasks": {
|
164809
165029
|
"type": "list",
|
164810
165030
|
"member": {
|
164811
|
-
"shape": "
|
165031
|
+
"shape": "Sjm"
|
164812
165032
|
}
|
164813
165033
|
},
|
164814
165034
|
"nextToken": {}
|
@@ -164992,7 +165212,7 @@ module.exports={
|
|
164992
165212
|
"members": {
|
164993
165213
|
"thingArn": {},
|
164994
165214
|
"jobExecutionSummary": {
|
164995
|
-
"shape": "
|
165215
|
+
"shape": "Ss6"
|
164996
165216
|
}
|
164997
165217
|
}
|
164998
165218
|
}
|
@@ -165049,7 +165269,7 @@ module.exports={
|
|
165049
165269
|
"members": {
|
165050
165270
|
"jobId": {},
|
165051
165271
|
"jobExecutionSummary": {
|
165052
|
-
"shape": "
|
165272
|
+
"shape": "Ss6"
|
165053
165273
|
}
|
165054
165274
|
}
|
165055
165275
|
}
|
@@ -165204,7 +165424,7 @@ module.exports={
|
|
165204
165424
|
"templateName": {},
|
165205
165425
|
"description": {},
|
165206
165426
|
"environments": {
|
165207
|
-
"shape": "
|
165427
|
+
"shape": "Sli"
|
165208
165428
|
},
|
165209
165429
|
"templateVersion": {}
|
165210
165430
|
}
|
@@ -165277,7 +165497,7 @@ module.exports={
|
|
165277
165497
|
"type": "timestamp"
|
165278
165498
|
},
|
165279
165499
|
"value": {
|
165280
|
-
"shape": "
|
165500
|
+
"shape": "S9u"
|
165281
165501
|
}
|
165282
165502
|
}
|
165283
165503
|
}
|
@@ -165547,7 +165767,7 @@ module.exports={
|
|
165547
165767
|
"type": "structure",
|
165548
165768
|
"members": {
|
165549
165769
|
"policies": {
|
165550
|
-
"shape": "
|
165770
|
+
"shape": "Sq0"
|
165551
165771
|
},
|
165552
165772
|
"nextMarker": {}
|
165553
165773
|
}
|
@@ -165588,7 +165808,7 @@ module.exports={
|
|
165588
165808
|
"type": "structure",
|
165589
165809
|
"members": {
|
165590
165810
|
"principals": {
|
165591
|
-
"shape": "
|
165811
|
+
"shape": "Sth"
|
165592
165812
|
},
|
165593
165813
|
"nextMarker": {}
|
165594
165814
|
}
|
@@ -165668,7 +165888,7 @@ module.exports={
|
|
165668
165888
|
"type": "structure",
|
165669
165889
|
"members": {
|
165670
165890
|
"policies": {
|
165671
|
-
"shape": "
|
165891
|
+
"shape": "Sq0"
|
165672
165892
|
},
|
165673
165893
|
"nextMarker": {}
|
165674
165894
|
}
|
@@ -165705,7 +165925,7 @@ module.exports={
|
|
165705
165925
|
"type": "structure",
|
165706
165926
|
"members": {
|
165707
165927
|
"things": {
|
165708
|
-
"shape": "
|
165928
|
+
"shape": "Str"
|
165709
165929
|
},
|
165710
165930
|
"nextToken": {}
|
165711
165931
|
}
|
@@ -165838,7 +166058,7 @@ module.exports={
|
|
165838
166058
|
"type": "structure",
|
165839
166059
|
"members": {
|
165840
166060
|
"relatedResources": {
|
165841
|
-
"shape": "
|
166061
|
+
"shape": "Shg"
|
165842
166062
|
},
|
165843
166063
|
"nextToken": {}
|
165844
166064
|
}
|
@@ -165951,7 +166171,7 @@ module.exports={
|
|
165951
166171
|
"securityProfileIdentifiers": {
|
165952
166172
|
"type": "list",
|
165953
166173
|
"member": {
|
165954
|
-
"shape": "
|
166174
|
+
"shape": "Suc"
|
165955
166175
|
}
|
165956
166176
|
},
|
165957
166177
|
"nextToken": {}
|
@@ -165998,10 +166218,10 @@ module.exports={
|
|
165998
166218
|
"type": "structure",
|
165999
166219
|
"members": {
|
166000
166220
|
"securityProfileIdentifier": {
|
166001
|
-
"shape": "
|
166221
|
+
"shape": "Suc"
|
166002
166222
|
},
|
166003
166223
|
"target": {
|
166004
|
-
"shape": "
|
166224
|
+
"shape": "Suh"
|
166005
166225
|
}
|
166006
166226
|
}
|
166007
166227
|
}
|
@@ -166154,7 +166374,7 @@ module.exports={
|
|
166154
166374
|
"securityProfileTargets": {
|
166155
166375
|
"type": "list",
|
166156
166376
|
"member": {
|
166157
|
-
"shape": "
|
166377
|
+
"shape": "Suh"
|
166158
166378
|
}
|
166159
166379
|
},
|
166160
166380
|
"nextToken": {}
|
@@ -166197,7 +166417,7 @@ module.exports={
|
|
166197
166417
|
"type": "structure",
|
166198
166418
|
"members": {
|
166199
166419
|
"thingGroups": {
|
166200
|
-
"shape": "
|
166420
|
+
"shape": "Smb"
|
166201
166421
|
},
|
166202
166422
|
"nextToken": {}
|
166203
166423
|
}
|
@@ -166233,7 +166453,7 @@ module.exports={
|
|
166233
166453
|
"type": "structure",
|
166234
166454
|
"members": {
|
166235
166455
|
"thingGroups": {
|
166236
|
-
"shape": "
|
166456
|
+
"shape": "Smb"
|
166237
166457
|
},
|
166238
166458
|
"nextToken": {}
|
166239
166459
|
}
|
@@ -166269,7 +166489,7 @@ module.exports={
|
|
166269
166489
|
"type": "structure",
|
166270
166490
|
"members": {
|
166271
166491
|
"principals": {
|
166272
|
-
"shape": "
|
166492
|
+
"shape": "Sth"
|
166273
166493
|
},
|
166274
166494
|
"nextToken": {}
|
166275
166495
|
}
|
@@ -166386,10 +166606,10 @@ module.exports={
|
|
166386
166606
|
"thingTypeName": {},
|
166387
166607
|
"thingTypeArn": {},
|
166388
166608
|
"thingTypeProperties": {
|
166389
|
-
"shape": "
|
166609
|
+
"shape": "Sb2"
|
166390
166610
|
},
|
166391
166611
|
"thingTypeMetadata": {
|
166392
|
-
"shape": "
|
166612
|
+
"shape": "Smo"
|
166393
166613
|
}
|
166394
166614
|
}
|
166395
166615
|
}
|
@@ -166446,7 +166666,7 @@ module.exports={
|
|
166446
166666
|
"thingTypeName": {},
|
166447
166667
|
"thingArn": {},
|
166448
166668
|
"attributes": {
|
166449
|
-
"shape": "
|
166669
|
+
"shape": "S3w"
|
166450
166670
|
},
|
166451
166671
|
"version": {
|
166452
166672
|
"type": "long"
|
@@ -166488,7 +166708,7 @@ module.exports={
|
|
166488
166708
|
"type": "structure",
|
166489
166709
|
"members": {
|
166490
166710
|
"things": {
|
166491
|
-
"shape": "
|
166711
|
+
"shape": "Str"
|
166492
166712
|
},
|
166493
166713
|
"nextToken": {}
|
166494
166714
|
}
|
@@ -166529,7 +166749,7 @@ module.exports={
|
|
166529
166749
|
"type": "structure",
|
166530
166750
|
"members": {
|
166531
166751
|
"things": {
|
166532
|
-
"shape": "
|
166752
|
+
"shape": "Str"
|
166533
166753
|
},
|
166534
166754
|
"nextToken": {}
|
166535
166755
|
}
|
@@ -166581,10 +166801,10 @@ module.exports={
|
|
166581
166801
|
"type": "structure",
|
166582
166802
|
"members": {
|
166583
166803
|
"subnetIds": {
|
166584
|
-
"shape": "
|
166804
|
+
"shape": "Ser"
|
166585
166805
|
},
|
166586
166806
|
"securityGroups": {
|
166587
|
-
"shape": "
|
166807
|
+
"shape": "Set"
|
166588
166808
|
},
|
166589
166809
|
"vpcId": {},
|
166590
166810
|
"roleArn": {}
|
@@ -166681,7 +166901,7 @@ module.exports={
|
|
166681
166901
|
"type": "structure",
|
166682
166902
|
"members": {
|
166683
166903
|
"logTarget": {
|
166684
|
-
"shape": "
|
166904
|
+
"shape": "Sw5"
|
166685
166905
|
},
|
166686
166906
|
"logLevel": {}
|
166687
166907
|
}
|
@@ -166757,13 +166977,13 @@ module.exports={
|
|
166757
166977
|
"thingName": {},
|
166758
166978
|
"securityProfileName": {},
|
166759
166979
|
"behavior": {
|
166760
|
-
"shape": "
|
166980
|
+
"shape": "S9n"
|
166761
166981
|
},
|
166762
166982
|
"metricValue": {
|
166763
|
-
"shape": "
|
166983
|
+
"shape": "S9u"
|
166764
166984
|
},
|
166765
166985
|
"violationEventAdditionalInfo": {
|
166766
|
-
"shape": "
|
166986
|
+
"shape": "Spt"
|
166767
166987
|
},
|
166768
166988
|
"violationEventType": {},
|
166769
166989
|
"verificationState": {},
|
@@ -166825,7 +167045,7 @@ module.exports={
|
|
166825
167045
|
"type": "boolean"
|
166826
167046
|
},
|
166827
167047
|
"registrationConfig": {
|
166828
|
-
"shape": "
|
167048
|
+
"shape": "Sj7"
|
166829
167049
|
},
|
166830
167050
|
"tags": {
|
166831
167051
|
"shape": "S2e"
|
@@ -166996,7 +167216,7 @@ module.exports={
|
|
166996
167216
|
"locationName": "ruleName"
|
166997
167217
|
},
|
166998
167218
|
"topicRulePayload": {
|
166999
|
-
"shape": "
|
167219
|
+
"shape": "Sba"
|
167000
167220
|
}
|
167001
167221
|
},
|
167002
167222
|
"payload": "topicRulePayload"
|
@@ -167034,10 +167254,10 @@ module.exports={
|
|
167034
167254
|
"thingId": {},
|
167035
167255
|
"thingTypeName": {},
|
167036
167256
|
"thingGroupNames": {
|
167037
|
-
"shape": "
|
167257
|
+
"shape": "Sx1"
|
167038
167258
|
},
|
167039
167259
|
"attributes": {
|
167040
|
-
"shape": "
|
167260
|
+
"shape": "S3w"
|
167041
167261
|
},
|
167042
167262
|
"shadow": {},
|
167043
167263
|
"deviceDefender": {},
|
@@ -167065,10 +167285,10 @@ module.exports={
|
|
167065
167285
|
"thingGroupId": {},
|
167066
167286
|
"thingGroupDescription": {},
|
167067
167287
|
"attributes": {
|
167068
|
-
"shape": "
|
167288
|
+
"shape": "S3w"
|
167069
167289
|
},
|
167070
167290
|
"parentGroupNames": {
|
167071
|
-
"shape": "
|
167291
|
+
"shape": "Sx1"
|
167072
167292
|
}
|
167073
167293
|
}
|
167074
167294
|
}
|
@@ -167156,7 +167376,7 @@ module.exports={
|
|
167156
167376
|
],
|
167157
167377
|
"members": {
|
167158
167378
|
"logTarget": {
|
167159
|
-
"shape": "
|
167379
|
+
"shape": "Sw5"
|
167160
167380
|
},
|
167161
167381
|
"logLevel": {}
|
167162
167382
|
}
|
@@ -167195,10 +167415,10 @@ module.exports={
|
|
167195
167415
|
"locationName": "taskId"
|
167196
167416
|
},
|
167197
167417
|
"target": {
|
167198
|
-
"shape": "
|
167418
|
+
"shape": "Shv"
|
167199
167419
|
},
|
167200
167420
|
"auditCheckToActionsMapping": {
|
167201
|
-
"shape": "
|
167421
|
+
"shape": "Shz"
|
167202
167422
|
},
|
167203
167423
|
"clientRequestToken": {
|
167204
167424
|
"idempotencyToken": true
|
@@ -167231,14 +167451,14 @@ module.exports={
|
|
167231
167451
|
"locationName": "taskId"
|
167232
167452
|
},
|
167233
167453
|
"target": {
|
167234
|
-
"shape": "
|
167454
|
+
"shape": "Sjo"
|
167235
167455
|
},
|
167236
167456
|
"actions": {
|
167237
167457
|
"type": "list",
|
167238
167458
|
"member": {}
|
167239
167459
|
},
|
167240
167460
|
"violationEventOccurrenceRange": {
|
167241
|
-
"shape": "
|
167461
|
+
"shape": "Sjr"
|
167242
167462
|
},
|
167243
167463
|
"includeOnlyActiveViolations": {
|
167244
167464
|
"type": "boolean"
|
@@ -167269,7 +167489,7 @@ module.exports={
|
|
167269
167489
|
],
|
167270
167490
|
"members": {
|
167271
167491
|
"targetCheckNames": {
|
167272
|
-
"shape": "
|
167492
|
+
"shape": "S9g"
|
167273
167493
|
}
|
167274
167494
|
}
|
167275
167495
|
},
|
@@ -167365,7 +167585,7 @@ module.exports={
|
|
167365
167585
|
"authInfos": {
|
167366
167586
|
"type": "list",
|
167367
167587
|
"member": {
|
167368
|
-
"shape": "
|
167588
|
+
"shape": "Sxu"
|
167369
167589
|
}
|
167370
167590
|
},
|
167371
167591
|
"clientId": {
|
@@ -167373,10 +167593,10 @@ module.exports={
|
|
167373
167593
|
"locationName": "clientId"
|
167374
167594
|
},
|
167375
167595
|
"policyNamesToAdd": {
|
167376
|
-
"shape": "
|
167596
|
+
"shape": "Sxy"
|
167377
167597
|
},
|
167378
167598
|
"policyNamesToSkip": {
|
167379
|
-
"shape": "
|
167599
|
+
"shape": "Sxy"
|
167380
167600
|
}
|
167381
167601
|
}
|
167382
167602
|
},
|
@@ -167389,13 +167609,13 @@ module.exports={
|
|
167389
167609
|
"type": "structure",
|
167390
167610
|
"members": {
|
167391
167611
|
"authInfo": {
|
167392
|
-
"shape": "
|
167612
|
+
"shape": "Sxu"
|
167393
167613
|
},
|
167394
167614
|
"allowed": {
|
167395
167615
|
"type": "structure",
|
167396
167616
|
"members": {
|
167397
167617
|
"policies": {
|
167398
|
-
"shape": "
|
167618
|
+
"shape": "Sq0"
|
167399
167619
|
}
|
167400
167620
|
}
|
167401
167621
|
},
|
@@ -167406,7 +167626,7 @@ module.exports={
|
|
167406
167626
|
"type": "structure",
|
167407
167627
|
"members": {
|
167408
167628
|
"policies": {
|
167409
|
-
"shape": "
|
167629
|
+
"shape": "Sq0"
|
167410
167630
|
}
|
167411
167631
|
}
|
167412
167632
|
},
|
@@ -167414,7 +167634,7 @@ module.exports={
|
|
167414
167634
|
"type": "structure",
|
167415
167635
|
"members": {
|
167416
167636
|
"policies": {
|
167417
|
-
"shape": "
|
167637
|
+
"shape": "Sq0"
|
167418
167638
|
}
|
167419
167639
|
}
|
167420
167640
|
}
|
@@ -167559,10 +167779,10 @@ module.exports={
|
|
167559
167779
|
"members": {
|
167560
167780
|
"roleArn": {},
|
167561
167781
|
"auditNotificationTargetConfigurations": {
|
167562
|
-
"shape": "
|
167782
|
+
"shape": "Sh3"
|
167563
167783
|
},
|
167564
167784
|
"auditCheckConfigurations": {
|
167565
|
-
"shape": "
|
167785
|
+
"shape": "Sh6"
|
167566
167786
|
}
|
167567
167787
|
}
|
167568
167788
|
},
|
@@ -167692,7 +167912,7 @@ module.exports={
|
|
167692
167912
|
"locationName": "newAutoRegistrationStatus"
|
167693
167913
|
},
|
167694
167914
|
"registrationConfig": {
|
167695
|
-
"shape": "
|
167915
|
+
"shape": "Sj7"
|
167696
167916
|
},
|
167697
167917
|
"removeAutoRegistration": {
|
167698
167918
|
"type": "boolean"
|
@@ -167723,6 +167943,35 @@ module.exports={
|
|
167723
167943
|
}
|
167724
167944
|
}
|
167725
167945
|
},
|
167946
|
+
"UpdateCertificateProvider": {
|
167947
|
+
"http": {
|
167948
|
+
"method": "PUT",
|
167949
|
+
"requestUri": "/certificate-providers/{certificateProviderName}"
|
167950
|
+
},
|
167951
|
+
"input": {
|
167952
|
+
"type": "structure",
|
167953
|
+
"required": [
|
167954
|
+
"certificateProviderName"
|
167955
|
+
],
|
167956
|
+
"members": {
|
167957
|
+
"certificateProviderName": {
|
167958
|
+
"location": "uri",
|
167959
|
+
"locationName": "certificateProviderName"
|
167960
|
+
},
|
167961
|
+
"lambdaFunctionArn": {},
|
167962
|
+
"accountDefaultForOperations": {
|
167963
|
+
"shape": "S2y"
|
167964
|
+
}
|
167965
|
+
}
|
167966
|
+
},
|
167967
|
+
"output": {
|
167968
|
+
"type": "structure",
|
167969
|
+
"members": {
|
167970
|
+
"certificateProviderName": {},
|
167971
|
+
"certificateProviderArn": {}
|
167972
|
+
}
|
167973
|
+
}
|
167974
|
+
},
|
167726
167975
|
"UpdateCustomMetric": {
|
167727
167976
|
"http": {
|
167728
167977
|
"method": "PATCH",
|
@@ -167775,7 +168024,7 @@ module.exports={
|
|
167775
168024
|
"locationName": "name"
|
167776
168025
|
},
|
167777
168026
|
"stringValues": {
|
167778
|
-
"shape": "
|
168027
|
+
"shape": "S3c"
|
167779
168028
|
}
|
167780
168029
|
}
|
167781
168030
|
},
|
@@ -167786,7 +168035,7 @@ module.exports={
|
|
167786
168035
|
"arn": {},
|
167787
168036
|
"type": {},
|
167788
168037
|
"stringValues": {
|
167789
|
-
"shape": "
|
168038
|
+
"shape": "S3c"
|
167790
168039
|
},
|
167791
168040
|
"creationDate": {
|
167792
168041
|
"type": "timestamp"
|
@@ -167813,14 +168062,14 @@ module.exports={
|
|
167813
168062
|
"locationName": "domainConfigurationName"
|
167814
168063
|
},
|
167815
168064
|
"authorizerConfig": {
|
167816
|
-
"shape": "
|
168065
|
+
"shape": "S3l"
|
167817
168066
|
},
|
167818
168067
|
"domainConfigurationStatus": {},
|
167819
168068
|
"removeAuthorizerConfig": {
|
167820
168069
|
"type": "boolean"
|
167821
168070
|
},
|
167822
168071
|
"tlsConfig": {
|
167823
|
-
"shape": "
|
168072
|
+
"shape": "S3o"
|
167824
168073
|
}
|
167825
168074
|
}
|
167826
168075
|
},
|
@@ -167849,7 +168098,7 @@ module.exports={
|
|
167849
168098
|
"locationName": "thingGroupName"
|
167850
168099
|
},
|
167851
168100
|
"thingGroupProperties": {
|
167852
|
-
"shape": "
|
168101
|
+
"shape": "S3t"
|
167853
168102
|
},
|
167854
168103
|
"expectedVersion": {
|
167855
168104
|
"type": "long"
|
@@ -167877,7 +168126,7 @@ module.exports={
|
|
167877
168126
|
"type": "structure",
|
167878
168127
|
"members": {
|
167879
168128
|
"eventConfigurations": {
|
167880
|
-
"shape": "
|
168129
|
+
"shape": "Skc"
|
167881
168130
|
}
|
167882
168131
|
}
|
167883
168132
|
},
|
@@ -167904,7 +168153,7 @@ module.exports={
|
|
167904
168153
|
},
|
167905
168154
|
"queryString": {},
|
167906
168155
|
"aggregationType": {
|
167907
|
-
"shape": "
|
168156
|
+
"shape": "S47"
|
167908
168157
|
},
|
167909
168158
|
"period": {
|
167910
168159
|
"type": "integer"
|
@@ -167928,10 +168177,10 @@ module.exports={
|
|
167928
168177
|
"type": "structure",
|
167929
168178
|
"members": {
|
167930
168179
|
"thingIndexingConfiguration": {
|
167931
|
-
"shape": "
|
168180
|
+
"shape": "Snn"
|
167932
168181
|
},
|
167933
168182
|
"thingGroupIndexingConfiguration": {
|
167934
|
-
"shape": "
|
168183
|
+
"shape": "So3"
|
167935
168184
|
}
|
167936
168185
|
}
|
167937
168186
|
},
|
@@ -167957,23 +168206,23 @@ module.exports={
|
|
167957
168206
|
},
|
167958
168207
|
"description": {},
|
167959
168208
|
"presignedUrlConfig": {
|
167960
|
-
"shape": "
|
168209
|
+
"shape": "S4k"
|
167961
168210
|
},
|
167962
168211
|
"jobExecutionsRolloutConfig": {
|
167963
|
-
"shape": "
|
168212
|
+
"shape": "S4n"
|
167964
168213
|
},
|
167965
168214
|
"abortConfig": {
|
167966
|
-
"shape": "
|
168215
|
+
"shape": "S4u"
|
167967
168216
|
},
|
167968
168217
|
"timeoutConfig": {
|
167969
|
-
"shape": "
|
168218
|
+
"shape": "S51"
|
167970
168219
|
},
|
167971
168220
|
"namespaceId": {
|
167972
168221
|
"location": "querystring",
|
167973
168222
|
"locationName": "namespaceId"
|
167974
168223
|
},
|
167975
168224
|
"jobExecutionsRetryConfig": {
|
167976
|
-
"shape": "
|
168225
|
+
"shape": "S54"
|
167977
168226
|
}
|
167978
168227
|
}
|
167979
168228
|
}
|
@@ -167995,7 +168244,7 @@ module.exports={
|
|
167995
168244
|
},
|
167996
168245
|
"roleArn": {},
|
167997
168246
|
"actionParams": {
|
167998
|
-
"shape": "
|
168247
|
+
"shape": "S5w"
|
167999
168248
|
}
|
168000
168249
|
}
|
168001
168250
|
},
|
@@ -168024,7 +168273,7 @@ module.exports={
|
|
168024
168273
|
"locationName": "packageName"
|
168025
168274
|
},
|
168026
168275
|
"description": {
|
168027
|
-
"shape": "
|
168276
|
+
"shape": "S88"
|
168028
168277
|
},
|
168029
168278
|
"defaultVersionName": {},
|
168030
168279
|
"unsetDefaultVersion": {
|
@@ -168053,7 +168302,7 @@ module.exports={
|
|
168053
168302
|
"type": "structure",
|
168054
168303
|
"members": {
|
168055
168304
|
"versionUpdateByJobsConfig": {
|
168056
|
-
"shape": "
|
168305
|
+
"shape": "Soj"
|
168057
168306
|
},
|
168058
168307
|
"clientToken": {
|
168059
168308
|
"idempotencyToken": true,
|
@@ -168090,10 +168339,10 @@ module.exports={
|
|
168090
168339
|
"locationName": "versionName"
|
168091
168340
|
},
|
168092
168341
|
"description": {
|
168093
|
-
"shape": "
|
168342
|
+
"shape": "S88"
|
168094
168343
|
},
|
168095
168344
|
"attributes": {
|
168096
|
-
"shape": "
|
168345
|
+
"shape": "S8e"
|
168097
168346
|
},
|
168098
168347
|
"action": {},
|
168099
168348
|
"clientToken": {
|
@@ -168133,7 +168382,7 @@ module.exports={
|
|
168133
168382
|
},
|
168134
168383
|
"provisioningRoleArn": {},
|
168135
168384
|
"preProvisioningHook": {
|
168136
|
-
"shape": "
|
168385
|
+
"shape": "S90"
|
168137
168386
|
},
|
168138
168387
|
"removePreProvisioningHook": {
|
168139
168388
|
"type": "boolean"
|
@@ -168189,7 +168438,7 @@ module.exports={
|
|
168189
168438
|
"dayOfMonth": {},
|
168190
168439
|
"dayOfWeek": {},
|
168191
168440
|
"targetCheckNames": {
|
168192
|
-
"shape": "
|
168441
|
+
"shape": "S9g"
|
168193
168442
|
},
|
168194
168443
|
"scheduledAuditName": {
|
168195
168444
|
"location": "uri",
|
@@ -168221,18 +168470,18 @@ module.exports={
|
|
168221
168470
|
},
|
168222
168471
|
"securityProfileDescription": {},
|
168223
168472
|
"behaviors": {
|
168224
|
-
"shape": "
|
168473
|
+
"shape": "S9m"
|
168225
168474
|
},
|
168226
168475
|
"alertTargets": {
|
168227
|
-
"shape": "
|
168476
|
+
"shape": "Sad"
|
168228
168477
|
},
|
168229
168478
|
"additionalMetricsToRetain": {
|
168230
|
-
"shape": "
|
168479
|
+
"shape": "Sah",
|
168231
168480
|
"deprecated": true,
|
168232
168481
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
168233
168482
|
},
|
168234
168483
|
"additionalMetricsToRetainV2": {
|
168235
|
-
"shape": "
|
168484
|
+
"shape": "Sai"
|
168236
168485
|
},
|
168237
168486
|
"deleteBehaviors": {
|
168238
168487
|
"type": "boolean"
|
@@ -168249,7 +168498,7 @@ module.exports={
|
|
168249
168498
|
"type": "long"
|
168250
168499
|
},
|
168251
168500
|
"metricsExportConfig": {
|
168252
|
-
"shape": "
|
168501
|
+
"shape": "Sak"
|
168253
168502
|
},
|
168254
168503
|
"deleteMetricsExportConfig": {
|
168255
168504
|
"type": "boolean"
|
@@ -168263,18 +168512,18 @@ module.exports={
|
|
168263
168512
|
"securityProfileArn": {},
|
168264
168513
|
"securityProfileDescription": {},
|
168265
168514
|
"behaviors": {
|
168266
|
-
"shape": "
|
168515
|
+
"shape": "S9m"
|
168267
168516
|
},
|
168268
168517
|
"alertTargets": {
|
168269
|
-
"shape": "
|
168518
|
+
"shape": "Sad"
|
168270
168519
|
},
|
168271
168520
|
"additionalMetricsToRetain": {
|
168272
|
-
"shape": "
|
168521
|
+
"shape": "Sah",
|
168273
168522
|
"deprecated": true,
|
168274
168523
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
168275
168524
|
},
|
168276
168525
|
"additionalMetricsToRetainV2": {
|
168277
|
-
"shape": "
|
168526
|
+
"shape": "Sai"
|
168278
168527
|
},
|
168279
168528
|
"version": {
|
168280
168529
|
"type": "long"
|
@@ -168286,7 +168535,7 @@ module.exports={
|
|
168286
168535
|
"type": "timestamp"
|
168287
168536
|
},
|
168288
168537
|
"metricsExportConfig": {
|
168289
|
-
"shape": "
|
168538
|
+
"shape": "Sak"
|
168290
168539
|
}
|
168291
168540
|
}
|
168292
168541
|
}
|
@@ -168308,7 +168557,7 @@ module.exports={
|
|
168308
168557
|
},
|
168309
168558
|
"description": {},
|
168310
168559
|
"files": {
|
168311
|
-
"shape": "
|
168560
|
+
"shape": "Saq"
|
168312
168561
|
},
|
168313
168562
|
"roleArn": {}
|
168314
168563
|
}
|
@@ -168342,7 +168591,7 @@ module.exports={
|
|
168342
168591
|
},
|
168343
168592
|
"thingTypeName": {},
|
168344
168593
|
"attributePayload": {
|
168345
|
-
"shape": "
|
168594
|
+
"shape": "S3v"
|
168346
168595
|
},
|
168347
168596
|
"expectedVersion": {
|
168348
168597
|
"type": "long"
|
@@ -168374,7 +168623,7 @@ module.exports={
|
|
168374
168623
|
"locationName": "thingGroupName"
|
168375
168624
|
},
|
168376
168625
|
"thingGroupProperties": {
|
168377
|
-
"shape": "
|
168626
|
+
"shape": "S3t"
|
168378
168627
|
},
|
168379
168628
|
"expectedVersion": {
|
168380
168629
|
"type": "long"
|
@@ -168400,10 +168649,10 @@ module.exports={
|
|
168400
168649
|
"members": {
|
168401
168650
|
"thingName": {},
|
168402
168651
|
"thingGroupsToAdd": {
|
168403
|
-
"shape": "
|
168652
|
+
"shape": "S10k"
|
168404
168653
|
},
|
168405
168654
|
"thingGroupsToRemove": {
|
168406
|
-
"shape": "
|
168655
|
+
"shape": "S10k"
|
168407
168656
|
},
|
168408
168657
|
"overrideDynamicGroups": {
|
168409
168658
|
"type": "boolean"
|
@@ -168447,7 +168696,7 @@ module.exports={
|
|
168447
168696
|
],
|
168448
168697
|
"members": {
|
168449
168698
|
"behaviors": {
|
168450
|
-
"shape": "
|
168699
|
+
"shape": "S9m"
|
168451
168700
|
}
|
168452
168701
|
}
|
168453
168702
|
},
|
@@ -168532,11 +168781,15 @@ module.exports={
|
|
168532
168781
|
"billingGroupDescription": {}
|
168533
168782
|
}
|
168534
168783
|
},
|
168535
|
-
"
|
168784
|
+
"S2y": {
|
168536
168785
|
"type": "list",
|
168537
168786
|
"member": {}
|
168538
168787
|
},
|
168539
|
-
"
|
168788
|
+
"S3c": {
|
168789
|
+
"type": "list",
|
168790
|
+
"member": {}
|
168791
|
+
},
|
168792
|
+
"S3l": {
|
168540
168793
|
"type": "structure",
|
168541
168794
|
"members": {
|
168542
168795
|
"defaultAuthorizerName": {},
|
@@ -168545,38 +168798,38 @@ module.exports={
|
|
168545
168798
|
}
|
168546
168799
|
}
|
168547
168800
|
},
|
168548
|
-
"
|
168801
|
+
"S3o": {
|
168549
168802
|
"type": "structure",
|
168550
168803
|
"members": {
|
168551
168804
|
"securityPolicy": {}
|
168552
168805
|
}
|
168553
168806
|
},
|
168554
|
-
"
|
168807
|
+
"S3t": {
|
168555
168808
|
"type": "structure",
|
168556
168809
|
"members": {
|
168557
168810
|
"thingGroupDescription": {},
|
168558
168811
|
"attributePayload": {
|
168559
|
-
"shape": "
|
168812
|
+
"shape": "S3v"
|
168560
168813
|
}
|
168561
168814
|
}
|
168562
168815
|
},
|
168563
|
-
"
|
168816
|
+
"S3v": {
|
168564
168817
|
"type": "structure",
|
168565
168818
|
"members": {
|
168566
168819
|
"attributes": {
|
168567
|
-
"shape": "
|
168820
|
+
"shape": "S3w"
|
168568
168821
|
},
|
168569
168822
|
"merge": {
|
168570
168823
|
"type": "boolean"
|
168571
168824
|
}
|
168572
168825
|
}
|
168573
168826
|
},
|
168574
|
-
"
|
168827
|
+
"S3w": {
|
168575
168828
|
"type": "map",
|
168576
168829
|
"key": {},
|
168577
168830
|
"value": {}
|
168578
168831
|
},
|
168579
|
-
"
|
168832
|
+
"S47": {
|
168580
168833
|
"type": "structure",
|
168581
168834
|
"required": [
|
168582
168835
|
"name"
|
@@ -168589,7 +168842,7 @@ module.exports={
|
|
168589
168842
|
}
|
168590
168843
|
}
|
168591
168844
|
},
|
168592
|
-
"
|
168845
|
+
"S4k": {
|
168593
168846
|
"type": "structure",
|
168594
168847
|
"members": {
|
168595
168848
|
"roleArn": {},
|
@@ -168598,7 +168851,7 @@ module.exports={
|
|
168598
168851
|
}
|
168599
168852
|
}
|
168600
168853
|
},
|
168601
|
-
"
|
168854
|
+
"S4n": {
|
168602
168855
|
"type": "structure",
|
168603
168856
|
"members": {
|
168604
168857
|
"maximumPerMinute": {
|
@@ -168633,7 +168886,7 @@ module.exports={
|
|
168633
168886
|
}
|
168634
168887
|
}
|
168635
168888
|
},
|
168636
|
-
"
|
168889
|
+
"S4u": {
|
168637
168890
|
"type": "structure",
|
168638
168891
|
"required": [
|
168639
168892
|
"criteriaList"
|
@@ -168663,7 +168916,7 @@ module.exports={
|
|
168663
168916
|
}
|
168664
168917
|
}
|
168665
168918
|
},
|
168666
|
-
"
|
168919
|
+
"S51": {
|
168667
168920
|
"type": "structure",
|
168668
168921
|
"members": {
|
168669
168922
|
"inProgressTimeoutInMinutes": {
|
@@ -168671,7 +168924,7 @@ module.exports={
|
|
168671
168924
|
}
|
168672
168925
|
}
|
168673
168926
|
},
|
168674
|
-
"
|
168927
|
+
"S54": {
|
168675
168928
|
"type": "structure",
|
168676
168929
|
"required": [
|
168677
168930
|
"criteriaList"
|
@@ -168695,23 +168948,23 @@ module.exports={
|
|
168695
168948
|
}
|
168696
168949
|
}
|
168697
168950
|
},
|
168698
|
-
"
|
168951
|
+
"S59": {
|
168699
168952
|
"type": "map",
|
168700
168953
|
"key": {},
|
168701
168954
|
"value": {}
|
168702
168955
|
},
|
168703
|
-
"
|
168956
|
+
"S5c": {
|
168704
168957
|
"type": "structure",
|
168705
168958
|
"members": {
|
168706
168959
|
"startTime": {},
|
168707
168960
|
"endTime": {},
|
168708
168961
|
"endBehavior": {},
|
168709
168962
|
"maintenanceWindows": {
|
168710
|
-
"shape": "
|
168963
|
+
"shape": "S5f"
|
168711
168964
|
}
|
168712
168965
|
}
|
168713
168966
|
},
|
168714
|
-
"
|
168967
|
+
"S5f": {
|
168715
168968
|
"type": "list",
|
168716
168969
|
"member": {
|
168717
168970
|
"type": "structure",
|
@@ -168727,11 +168980,11 @@ module.exports={
|
|
168727
168980
|
}
|
168728
168981
|
}
|
168729
168982
|
},
|
168730
|
-
"
|
168983
|
+
"S5j": {
|
168731
168984
|
"type": "list",
|
168732
168985
|
"member": {}
|
168733
168986
|
},
|
168734
|
-
"
|
168987
|
+
"S5r": {
|
168735
168988
|
"type": "structure",
|
168736
168989
|
"members": {
|
168737
168990
|
"PublicKey": {},
|
@@ -168741,7 +168994,7 @@ module.exports={
|
|
168741
168994
|
}
|
168742
168995
|
}
|
168743
168996
|
},
|
168744
|
-
"
|
168997
|
+
"S5w": {
|
168745
168998
|
"type": "structure",
|
168746
168999
|
"members": {
|
168747
169000
|
"updateDeviceCertificateParams": {
|
@@ -168808,15 +169061,15 @@ module.exports={
|
|
168808
169061
|
}
|
168809
169062
|
}
|
168810
169063
|
},
|
168811
|
-
"
|
169064
|
+
"S6g": {
|
168812
169065
|
"type": "list",
|
168813
169066
|
"member": {}
|
168814
169067
|
},
|
168815
|
-
"
|
169068
|
+
"S6i": {
|
168816
169069
|
"type": "list",
|
168817
169070
|
"member": {}
|
168818
169071
|
},
|
168819
|
-
"
|
169072
|
+
"S6k": {
|
168820
169073
|
"type": "structure",
|
168821
169074
|
"members": {
|
168822
169075
|
"maximumPerMinute": {
|
@@ -168851,7 +169104,7 @@ module.exports={
|
|
168851
169104
|
}
|
168852
169105
|
}
|
168853
169106
|
},
|
168854
|
-
"
|
169107
|
+
"S6r": {
|
168855
169108
|
"type": "structure",
|
168856
169109
|
"members": {
|
168857
169110
|
"expiresInSec": {
|
@@ -168859,7 +169112,7 @@ module.exports={
|
|
168859
169112
|
}
|
168860
169113
|
}
|
168861
169114
|
},
|
168862
|
-
"
|
169115
|
+
"S72": {
|
168863
169116
|
"type": "list",
|
168864
169117
|
"member": {
|
168865
169118
|
"type": "structure",
|
@@ -168882,7 +169135,7 @@ module.exports={
|
|
168882
169135
|
}
|
168883
169136
|
},
|
168884
169137
|
"s3Location": {
|
168885
|
-
"shape": "
|
169138
|
+
"shape": "S7b"
|
168886
169139
|
}
|
168887
169140
|
}
|
168888
169141
|
},
|
@@ -168948,7 +169201,7 @@ module.exports={
|
|
168948
169201
|
}
|
168949
169202
|
}
|
168950
169203
|
},
|
168951
|
-
"
|
169204
|
+
"S7b": {
|
168952
169205
|
"type": "structure",
|
168953
169206
|
"members": {
|
168954
169207
|
"bucket": {},
|
@@ -168956,27 +169209,27 @@ module.exports={
|
|
168956
169209
|
"version": {}
|
168957
169210
|
}
|
168958
169211
|
},
|
168959
|
-
"
|
169212
|
+
"S80": {
|
168960
169213
|
"type": "map",
|
168961
169214
|
"key": {},
|
168962
169215
|
"value": {}
|
168963
169216
|
},
|
168964
|
-
"
|
169217
|
+
"S88": {
|
168965
169218
|
"type": "string",
|
168966
169219
|
"sensitive": true
|
168967
169220
|
},
|
168968
|
-
"
|
169221
|
+
"S89": {
|
168969
169222
|
"type": "map",
|
168970
169223
|
"key": {},
|
168971
169224
|
"value": {}
|
168972
169225
|
},
|
168973
|
-
"
|
169226
|
+
"S8e": {
|
168974
169227
|
"type": "map",
|
168975
169228
|
"key": {},
|
168976
169229
|
"value": {},
|
168977
169230
|
"sensitive": true
|
168978
169231
|
},
|
168979
|
-
"
|
169232
|
+
"S90": {
|
168980
169233
|
"type": "structure",
|
168981
169234
|
"required": [
|
168982
169235
|
"targetArn"
|
@@ -168986,17 +169239,17 @@ module.exports={
|
|
168986
169239
|
"targetArn": {}
|
168987
169240
|
}
|
168988
169241
|
},
|
168989
|
-
"
|
169242
|
+
"S9g": {
|
168990
169243
|
"type": "list",
|
168991
169244
|
"member": {}
|
168992
169245
|
},
|
168993
|
-
"
|
169246
|
+
"S9m": {
|
168994
169247
|
"type": "list",
|
168995
169248
|
"member": {
|
168996
|
-
"shape": "
|
169249
|
+
"shape": "S9n"
|
168997
169250
|
}
|
168998
169251
|
},
|
168999
|
-
"
|
169252
|
+
"S9n": {
|
169000
169253
|
"type": "structure",
|
169001
169254
|
"required": [
|
169002
169255
|
"name"
|
@@ -169005,14 +169258,14 @@ module.exports={
|
|
169005
169258
|
"name": {},
|
169006
169259
|
"metric": {},
|
169007
169260
|
"metricDimension": {
|
169008
|
-
"shape": "
|
169261
|
+
"shape": "S9q"
|
169009
169262
|
},
|
169010
169263
|
"criteria": {
|
169011
169264
|
"type": "structure",
|
169012
169265
|
"members": {
|
169013
169266
|
"comparisonOperator": {},
|
169014
169267
|
"value": {
|
169015
|
-
"shape": "
|
169268
|
+
"shape": "S9u"
|
169016
169269
|
},
|
169017
169270
|
"durationSeconds": {
|
169018
169271
|
"type": "integer"
|
@@ -169048,7 +169301,7 @@ module.exports={
|
|
169048
169301
|
}
|
169049
169302
|
}
|
169050
169303
|
},
|
169051
|
-
"
|
169304
|
+
"S9q": {
|
169052
169305
|
"type": "structure",
|
169053
169306
|
"required": [
|
169054
169307
|
"dimensionName"
|
@@ -169058,7 +169311,7 @@ module.exports={
|
|
169058
169311
|
"operator": {}
|
169059
169312
|
}
|
169060
169313
|
},
|
169061
|
-
"
|
169314
|
+
"S9u": {
|
169062
169315
|
"type": "structure",
|
169063
169316
|
"members": {
|
169064
169317
|
"count": {
|
@@ -169089,7 +169342,7 @@ module.exports={
|
|
169089
169342
|
}
|
169090
169343
|
}
|
169091
169344
|
},
|
169092
|
-
"
|
169345
|
+
"Sad": {
|
169093
169346
|
"type": "map",
|
169094
169347
|
"key": {},
|
169095
169348
|
"value": {
|
@@ -169104,11 +169357,11 @@ module.exports={
|
|
169104
169357
|
}
|
169105
169358
|
}
|
169106
169359
|
},
|
169107
|
-
"
|
169360
|
+
"Sah": {
|
169108
169361
|
"type": "list",
|
169109
169362
|
"member": {}
|
169110
169363
|
},
|
169111
|
-
"
|
169364
|
+
"Sai": {
|
169112
169365
|
"type": "list",
|
169113
169366
|
"member": {
|
169114
169367
|
"type": "structure",
|
@@ -169118,7 +169371,7 @@ module.exports={
|
|
169118
169371
|
"members": {
|
169119
169372
|
"metric": {},
|
169120
169373
|
"metricDimension": {
|
169121
|
-
"shape": "
|
169374
|
+
"shape": "S9q"
|
169122
169375
|
},
|
169123
169376
|
"exportMetric": {
|
169124
169377
|
"type": "boolean"
|
@@ -169126,7 +169379,7 @@ module.exports={
|
|
169126
169379
|
}
|
169127
169380
|
}
|
169128
169381
|
},
|
169129
|
-
"
|
169382
|
+
"Sak": {
|
169130
169383
|
"type": "structure",
|
169131
169384
|
"required": [
|
169132
169385
|
"mqttTopic",
|
@@ -169137,7 +169390,7 @@ module.exports={
|
|
169137
169390
|
"roleArn": {}
|
169138
169391
|
}
|
169139
169392
|
},
|
169140
|
-
"
|
169393
|
+
"Saq": {
|
169141
169394
|
"type": "list",
|
169142
169395
|
"member": {
|
169143
169396
|
"type": "structure",
|
@@ -169146,12 +169399,12 @@ module.exports={
|
|
169146
169399
|
"type": "integer"
|
169147
169400
|
},
|
169148
169401
|
"s3Location": {
|
169149
|
-
"shape": "
|
169402
|
+
"shape": "S7b"
|
169150
169403
|
}
|
169151
169404
|
}
|
169152
169405
|
}
|
169153
169406
|
},
|
169154
|
-
"
|
169407
|
+
"Sb2": {
|
169155
169408
|
"type": "structure",
|
169156
169409
|
"members": {
|
169157
169410
|
"thingTypeDescription": {},
|
@@ -169161,7 +169414,7 @@ module.exports={
|
|
169161
169414
|
}
|
169162
169415
|
}
|
169163
169416
|
},
|
169164
|
-
"
|
169417
|
+
"Sba": {
|
169165
169418
|
"type": "structure",
|
169166
169419
|
"required": [
|
169167
169420
|
"sql",
|
@@ -169171,24 +169424,24 @@ module.exports={
|
|
169171
169424
|
"sql": {},
|
169172
169425
|
"description": {},
|
169173
169426
|
"actions": {
|
169174
|
-
"shape": "
|
169427
|
+
"shape": "Sbd"
|
169175
169428
|
},
|
169176
169429
|
"ruleDisabled": {
|
169177
169430
|
"type": "boolean"
|
169178
169431
|
},
|
169179
169432
|
"awsIotSqlVersion": {},
|
169180
169433
|
"errorAction": {
|
169181
|
-
"shape": "
|
169434
|
+
"shape": "Sbe"
|
169182
169435
|
}
|
169183
169436
|
}
|
169184
169437
|
},
|
169185
|
-
"
|
169438
|
+
"Sbd": {
|
169186
169439
|
"type": "list",
|
169187
169440
|
"member": {
|
169188
|
-
"shape": "
|
169441
|
+
"shape": "Sbe"
|
169189
169442
|
}
|
169190
169443
|
},
|
169191
|
-
"
|
169444
|
+
"Sbe": {
|
169192
169445
|
"type": "structure",
|
169193
169446
|
"members": {
|
169194
169447
|
"dynamoDB": {
|
@@ -169675,15 +169928,15 @@ module.exports={
|
|
169675
169928
|
}
|
169676
169929
|
}
|
169677
169930
|
},
|
169678
|
-
"
|
169931
|
+
"Ser": {
|
169679
169932
|
"type": "list",
|
169680
169933
|
"member": {}
|
169681
169934
|
},
|
169682
|
-
"
|
169935
|
+
"Set": {
|
169683
169936
|
"type": "list",
|
169684
169937
|
"member": {}
|
169685
169938
|
},
|
169686
|
-
"
|
169939
|
+
"Sex": {
|
169687
169940
|
"type": "structure",
|
169688
169941
|
"members": {
|
169689
169942
|
"arn": {},
|
@@ -169705,10 +169958,10 @@ module.exports={
|
|
169705
169958
|
"type": "structure",
|
169706
169959
|
"members": {
|
169707
169960
|
"subnetIds": {
|
169708
|
-
"shape": "
|
169961
|
+
"shape": "Ser"
|
169709
169962
|
},
|
169710
169963
|
"securityGroups": {
|
169711
|
-
"shape": "
|
169964
|
+
"shape": "Set"
|
169712
169965
|
},
|
169713
169966
|
"vpcId": {},
|
169714
169967
|
"roleArn": {}
|
@@ -169716,7 +169969,7 @@ module.exports={
|
|
169716
169969
|
}
|
169717
169970
|
}
|
169718
169971
|
},
|
169719
|
-
"
|
169972
|
+
"Sh3": {
|
169720
169973
|
"type": "map",
|
169721
169974
|
"key": {},
|
169722
169975
|
"value": {
|
@@ -169730,7 +169983,7 @@ module.exports={
|
|
169730
169983
|
}
|
169731
169984
|
}
|
169732
169985
|
},
|
169733
|
-
"
|
169986
|
+
"Sh6": {
|
169734
169987
|
"type": "map",
|
169735
169988
|
"key": {},
|
169736
169989
|
"value": {
|
@@ -169742,7 +169995,7 @@ module.exports={
|
|
169742
169995
|
}
|
169743
169996
|
}
|
169744
169997
|
},
|
169745
|
-
"
|
169998
|
+
"Shb": {
|
169746
169999
|
"type": "structure",
|
169747
170000
|
"members": {
|
169748
170001
|
"findingId": {},
|
@@ -169763,12 +170016,12 @@ module.exports={
|
|
169763
170016
|
"shape": "S1o"
|
169764
170017
|
},
|
169765
170018
|
"additionalInfo": {
|
169766
|
-
"shape": "
|
170019
|
+
"shape": "Shf"
|
169767
170020
|
}
|
169768
170021
|
}
|
169769
170022
|
},
|
169770
170023
|
"relatedResources": {
|
169771
|
-
"shape": "
|
170024
|
+
"shape": "Shg"
|
169772
170025
|
},
|
169773
170026
|
"reasonForNonCompliance": {},
|
169774
170027
|
"reasonForNonComplianceCode": {},
|
@@ -169777,12 +170030,12 @@ module.exports={
|
|
169777
170030
|
}
|
169778
170031
|
}
|
169779
170032
|
},
|
169780
|
-
"
|
170033
|
+
"Shf": {
|
169781
170034
|
"type": "map",
|
169782
170035
|
"key": {},
|
169783
170036
|
"value": {}
|
169784
170037
|
},
|
169785
|
-
"
|
170038
|
+
"Shg": {
|
169786
170039
|
"type": "list",
|
169787
170040
|
"member": {
|
169788
170041
|
"type": "structure",
|
@@ -169792,12 +170045,12 @@ module.exports={
|
|
169792
170045
|
"shape": "S1o"
|
169793
170046
|
},
|
169794
170047
|
"additionalInfo": {
|
169795
|
-
"shape": "
|
170048
|
+
"shape": "Shf"
|
169796
170049
|
}
|
169797
170050
|
}
|
169798
170051
|
}
|
169799
170052
|
},
|
169800
|
-
"
|
170053
|
+
"Shv": {
|
169801
170054
|
"type": "structure",
|
169802
170055
|
"members": {
|
169803
170056
|
"auditTaskId": {},
|
@@ -169815,7 +170068,7 @@ module.exports={
|
|
169815
170068
|
}
|
169816
170069
|
}
|
169817
170070
|
},
|
169818
|
-
"
|
170071
|
+
"Shz": {
|
169819
170072
|
"type": "map",
|
169820
170073
|
"key": {},
|
169821
170074
|
"value": {
|
@@ -169823,7 +170076,7 @@ module.exports={
|
|
169823
170076
|
"member": {}
|
169824
170077
|
}
|
169825
170078
|
},
|
169826
|
-
"
|
170079
|
+
"Si1": {
|
169827
170080
|
"type": "list",
|
169828
170081
|
"member": {
|
169829
170082
|
"type": "structure",
|
@@ -169832,12 +170085,12 @@ module.exports={
|
|
169832
170085
|
"id": {},
|
169833
170086
|
"roleArn": {},
|
169834
170087
|
"actionParams": {
|
169835
|
-
"shape": "
|
170088
|
+
"shape": "S5w"
|
169836
170089
|
}
|
169837
170090
|
}
|
169838
170091
|
}
|
169839
170092
|
},
|
169840
|
-
"
|
170093
|
+
"Sis": {
|
169841
170094
|
"type": "structure",
|
169842
170095
|
"members": {
|
169843
170096
|
"authorizerName": {},
|
@@ -169862,7 +170115,7 @@ module.exports={
|
|
169862
170115
|
}
|
169863
170116
|
}
|
169864
170117
|
},
|
169865
|
-
"
|
170118
|
+
"Sj5": {
|
169866
170119
|
"type": "structure",
|
169867
170120
|
"members": {
|
169868
170121
|
"notBefore": {
|
@@ -169873,7 +170126,7 @@ module.exports={
|
|
169873
170126
|
}
|
169874
170127
|
}
|
169875
170128
|
},
|
169876
|
-
"
|
170129
|
+
"Sj7": {
|
169877
170130
|
"type": "structure",
|
169878
170131
|
"members": {
|
169879
170132
|
"templateBody": {},
|
@@ -169881,7 +170134,7 @@ module.exports={
|
|
169881
170134
|
"templateName": {}
|
169882
170135
|
}
|
169883
170136
|
},
|
169884
|
-
"
|
170137
|
+
"Sjm": {
|
169885
170138
|
"type": "structure",
|
169886
170139
|
"members": {
|
169887
170140
|
"taskId": {},
|
@@ -169893,10 +170146,10 @@ module.exports={
|
|
169893
170146
|
"type": "timestamp"
|
169894
170147
|
},
|
169895
170148
|
"target": {
|
169896
|
-
"shape": "
|
170149
|
+
"shape": "Sjo"
|
169897
170150
|
},
|
169898
170151
|
"violationEventOccurrenceRange": {
|
169899
|
-
"shape": "
|
170152
|
+
"shape": "Sjr"
|
169900
170153
|
},
|
169901
170154
|
"onlyActiveViolationsIncluded": {
|
169902
170155
|
"type": "boolean"
|
@@ -169905,7 +170158,7 @@ module.exports={
|
|
169905
170158
|
"type": "boolean"
|
169906
170159
|
},
|
169907
170160
|
"actionsDefinition": {
|
169908
|
-
"shape": "
|
170161
|
+
"shape": "Si1"
|
169909
170162
|
},
|
169910
170163
|
"taskStatistics": {
|
169911
170164
|
"type": "structure",
|
@@ -169923,7 +170176,7 @@ module.exports={
|
|
169923
170176
|
}
|
169924
170177
|
}
|
169925
170178
|
},
|
169926
|
-
"
|
170179
|
+
"Sjo": {
|
169927
170180
|
"type": "structure",
|
169928
170181
|
"members": {
|
169929
170182
|
"violationIds": {
|
@@ -169934,7 +170187,7 @@ module.exports={
|
|
169934
170187
|
"behaviorName": {}
|
169935
170188
|
}
|
169936
170189
|
},
|
169937
|
-
"
|
170190
|
+
"Sjr": {
|
169938
170191
|
"type": "structure",
|
169939
170192
|
"required": [
|
169940
170193
|
"startTime",
|
@@ -169949,7 +170202,7 @@ module.exports={
|
|
169949
170202
|
}
|
169950
170203
|
}
|
169951
170204
|
},
|
169952
|
-
"
|
170205
|
+
"Skc": {
|
169953
170206
|
"type": "map",
|
169954
170207
|
"key": {},
|
169955
170208
|
"value": {
|
@@ -169961,24 +170214,24 @@ module.exports={
|
|
169961
170214
|
}
|
169962
170215
|
}
|
169963
170216
|
},
|
169964
|
-
"
|
170217
|
+
"Sli": {
|
169965
170218
|
"type": "list",
|
169966
170219
|
"member": {}
|
169967
170220
|
},
|
169968
|
-
"
|
170221
|
+
"Smb": {
|
169969
170222
|
"type": "list",
|
169970
170223
|
"member": {
|
169971
|
-
"shape": "
|
170224
|
+
"shape": "Smc"
|
169972
170225
|
}
|
169973
170226
|
},
|
169974
|
-
"
|
170227
|
+
"Smc": {
|
169975
170228
|
"type": "structure",
|
169976
170229
|
"members": {
|
169977
170230
|
"groupName": {},
|
169978
170231
|
"groupArn": {}
|
169979
170232
|
}
|
169980
170233
|
},
|
169981
|
-
"
|
170234
|
+
"Smo": {
|
169982
170235
|
"type": "structure",
|
169983
170236
|
"members": {
|
169984
170237
|
"deprecated": {
|
@@ -169992,7 +170245,7 @@ module.exports={
|
|
169992
170245
|
}
|
169993
170246
|
}
|
169994
170247
|
},
|
169995
|
-
"
|
170248
|
+
"Snn": {
|
169996
170249
|
"type": "structure",
|
169997
170250
|
"required": [
|
169998
170251
|
"thingIndexingMode"
|
@@ -170003,10 +170256,10 @@ module.exports={
|
|
170003
170256
|
"deviceDefenderIndexingMode": {},
|
170004
170257
|
"namedShadowIndexingMode": {},
|
170005
170258
|
"managedFields": {
|
170006
|
-
"shape": "
|
170259
|
+
"shape": "Sns"
|
170007
170260
|
},
|
170008
170261
|
"customFields": {
|
170009
|
-
"shape": "
|
170262
|
+
"shape": "Sns"
|
170010
170263
|
},
|
170011
170264
|
"filter": {
|
170012
170265
|
"type": "structure",
|
@@ -170029,7 +170282,7 @@ module.exports={
|
|
170029
170282
|
}
|
170030
170283
|
}
|
170031
170284
|
},
|
170032
|
-
"
|
170285
|
+
"Sns": {
|
170033
170286
|
"type": "list",
|
170034
170287
|
"member": {
|
170035
170288
|
"type": "structure",
|
@@ -170039,7 +170292,7 @@ module.exports={
|
|
170039
170292
|
}
|
170040
170293
|
}
|
170041
170294
|
},
|
170042
|
-
"
|
170295
|
+
"So3": {
|
170043
170296
|
"type": "structure",
|
170044
170297
|
"required": [
|
170045
170298
|
"thingGroupIndexingMode"
|
@@ -170047,14 +170300,14 @@ module.exports={
|
|
170047
170300
|
"members": {
|
170048
170301
|
"thingGroupIndexingMode": {},
|
170049
170302
|
"managedFields": {
|
170050
|
-
"shape": "
|
170303
|
+
"shape": "Sns"
|
170051
170304
|
},
|
170052
170305
|
"customFields": {
|
170053
|
-
"shape": "
|
170306
|
+
"shape": "Sns"
|
170054
170307
|
}
|
170055
170308
|
}
|
170056
170309
|
},
|
170057
|
-
"
|
170310
|
+
"Soj": {
|
170058
170311
|
"type": "structure",
|
170059
170312
|
"members": {
|
170060
170313
|
"enabled": {
|
@@ -170063,13 +170316,13 @@ module.exports={
|
|
170063
170316
|
"roleArn": {}
|
170064
170317
|
}
|
170065
170318
|
},
|
170066
|
-
"
|
170319
|
+
"Spt": {
|
170067
170320
|
"type": "structure",
|
170068
170321
|
"members": {
|
170069
170322
|
"confidenceLevel": {}
|
170070
170323
|
}
|
170071
170324
|
},
|
170072
|
-
"
|
170325
|
+
"Sq0": {
|
170073
170326
|
"type": "list",
|
170074
170327
|
"member": {
|
170075
170328
|
"type": "structure",
|
@@ -170079,7 +170332,7 @@ module.exports={
|
|
170079
170332
|
}
|
170080
170333
|
}
|
170081
170334
|
},
|
170082
|
-
"
|
170335
|
+
"Sr6": {
|
170083
170336
|
"type": "list",
|
170084
170337
|
"member": {
|
170085
170338
|
"type": "structure",
|
@@ -170094,7 +170347,7 @@ module.exports={
|
|
170094
170347
|
}
|
170095
170348
|
}
|
170096
170349
|
},
|
170097
|
-
"
|
170350
|
+
"Ss6": {
|
170098
170351
|
"type": "structure",
|
170099
170352
|
"members": {
|
170100
170353
|
"status": {},
|
@@ -170115,15 +170368,15 @@ module.exports={
|
|
170115
170368
|
}
|
170116
170369
|
}
|
170117
170370
|
},
|
170118
|
-
"
|
170371
|
+
"Sth": {
|
170119
170372
|
"type": "list",
|
170120
170373
|
"member": {}
|
170121
170374
|
},
|
170122
|
-
"
|
170375
|
+
"Str": {
|
170123
170376
|
"type": "list",
|
170124
170377
|
"member": {}
|
170125
170378
|
},
|
170126
|
-
"
|
170379
|
+
"Suc": {
|
170127
170380
|
"type": "structure",
|
170128
170381
|
"required": [
|
170129
170382
|
"name",
|
@@ -170134,7 +170387,7 @@ module.exports={
|
|
170134
170387
|
"arn": {}
|
170135
170388
|
}
|
170136
170389
|
},
|
170137
|
-
"
|
170390
|
+
"Suh": {
|
170138
170391
|
"type": "structure",
|
170139
170392
|
"required": [
|
170140
170393
|
"arn"
|
@@ -170143,7 +170396,7 @@ module.exports={
|
|
170143
170396
|
"arn": {}
|
170144
170397
|
}
|
170145
170398
|
},
|
170146
|
-
"
|
170399
|
+
"Sw5": {
|
170147
170400
|
"type": "structure",
|
170148
170401
|
"required": [
|
170149
170402
|
"targetType"
|
@@ -170153,11 +170406,11 @@ module.exports={
|
|
170153
170406
|
"targetName": {}
|
170154
170407
|
}
|
170155
170408
|
},
|
170156
|
-
"
|
170409
|
+
"Sx1": {
|
170157
170410
|
"type": "list",
|
170158
170411
|
"member": {}
|
170159
170412
|
},
|
170160
|
-
"
|
170413
|
+
"Sxu": {
|
170161
170414
|
"type": "structure",
|
170162
170415
|
"required": [
|
170163
170416
|
"resources"
|
@@ -170170,11 +170423,11 @@ module.exports={
|
|
170170
170423
|
}
|
170171
170424
|
}
|
170172
170425
|
},
|
170173
|
-
"
|
170426
|
+
"Sxy": {
|
170174
170427
|
"type": "list",
|
170175
170428
|
"member": {}
|
170176
170429
|
},
|
170177
|
-
"
|
170430
|
+
"S10k": {
|
170178
170431
|
"type": "list",
|
170179
170432
|
"member": {}
|
170180
170433
|
}
|
@@ -192797,6 +193050,10 @@ module.exports={
|
|
192797
193050
|
"marketplacedeployment": {
|
192798
193051
|
"prefix": "marketplace-deployment",
|
192799
193052
|
"name": "MarketplaceDeployment"
|
193053
|
+
},
|
193054
|
+
"neptunegraph": {
|
193055
|
+
"prefix": "neptune-graph",
|
193056
|
+
"name": "NeptuneGraph"
|
192800
193057
|
}
|
192801
193058
|
}
|
192802
193059
|
},{}],169:[function(require,module,exports){
|
@@ -269702,7 +269959,7 @@ AWS.util.update(AWS, {
|
|
269702
269959
|
/**
|
269703
269960
|
* @constant
|
269704
269961
|
*/
|
269705
|
-
VERSION: '2.
|
269962
|
+
VERSION: '2.1519.0',
|
269706
269963
|
|
269707
269964
|
/**
|
269708
269965
|
* @api private
|
@@ -291926,7 +292183,7 @@ var LRUCache = /** @class */ (function () {
|
|
291926
292183
|
}());
|
291927
292184
|
exports.LRUCache = LRUCache;
|
291928
292185
|
},{}],467:[function(require,module,exports){
|
291929
|
-
// AWS SDK for JavaScript v2.
|
292186
|
+
// AWS SDK for JavaScript v2.1519.0
|
291930
292187
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
291931
292188
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
291932
292189
|
require('./browser_loader');
|